Hello community, here is the log from the commit of package python-xmlschema for openSUSE:Factory checked in at 2020-11-13 18:55:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old) and /work/SRC/openSUSE:Factory/.python-xmlschema.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmlschema" Fri Nov 13 18:55:44 2020 rev:10 rq:847574 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes 2020-10-29 09:47:23.176116482 +0100 +++ /work/SRC/openSUSE:Factory/.python-xmlschema.new.24930/python-xmlschema.changes 2020-11-13 18:56:17.601924267 +0100 @@ -1,0 +2,29 @@ +Tue Nov 10 13:49:08 UTC 2020 - Matej Cepl <mc...@suse.com> + +- Update to 1.3.1. + - mainly accepting patches etree_import_in_tests.patch, + factory_tests.patch, location_testing_script.patch, which are thus + removed. + +------------------------------------------------------------------- +Tue Nov 10 07:13:53 UTC 2020 - Matej Cepl <mc...@suse.com> + +- Add the upstream etree_import_in_tests.patch to fix + gh#sissaschool/xmlschema#210. + +------------------------------------------------------------------- +Mon Nov 9 15:32:59 UTC 2020 - Matej Cepl <mc...@suse.com> + +- Update to 1.3.0: + - Drop support for Python 3.5 + - Add XmlDocument and Wsdl11Document classes + - Refactoring of XMLResource to support ElementTree-like XPath + API on both full and lazy modes +- Remove skip_network_tests.patch +- Add patches + - factory_tests.patch rename tests_factory to tests so it is + not recognized by pytest + - remove_shebang.patch just cleaning superfluous shebang + - location_testing_script.patch use actual Python executable + +------------------------------------------------------------------- Old: ---- skip_network_tests.patch xmlschema-1.2.5.tar.gz New: ---- remove_shebang.patch xmlschema-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xmlschema.spec ++++++ --- /var/tmp/diff_new_pack.TCHbfz/_old 2020-11-13 18:56:19.657926651 +0100 +++ /var/tmp/diff_new_pack.TCHbfz/_new 2020-11-13 18:56:19.661926655 +0100 @@ -19,17 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-xmlschema -Version: 1.2.5 +Version: 1.3.1 Release: 0 Summary: An XML Schema validator and decoder License: MIT -URL: https://github.com/brunato/xmlschema +URL: https://github.com/sissaschool/xmlschema Source: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz -# PATCH-FIX-UPSTREAM skip_network_tests.patch gh#sissaschool/xmlschema#206 mc...@suse.com -# Just skip test_export_remote__issue_187 test when not connected to the network. -Patch0: skip_network_tests.patch +# PATCH-FIX-UPSTREAM remove_shebang.patch gh#sissaschool/xmlschema#210 mc...@suse.com +# Remove superfluous shebang +Patch0: remove_shebang.patch BuildRequires: %{python_module elementpath >= 1.4.0} BuildRequires: %{python_module lxml} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -68,10 +69,8 @@ done %check -# test_element_tree_import_script is (easily workaroundable) https://github.com/sissaschool/xmlschema/issues/167 -# tests_factory setup is broken export LANG="en_US.UTF8" -%pytest -k "not (test_element_tree_import_script or tests_factory)" tests +%pytest tests/ %post %python_install_alternative xmlschema-json2xml ++++++ remove_shebang.patch ++++++ --- a/xmlschema/testing/builders.py +++ b/xmlschema/testing/builders.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright (c), 2016-2020, SISSA (International School for Advanced Studies). # All rights reserved. # This file is distributed under the terms of the MIT License. ++++++ xmlschema-1.2.5.tar.gz -> xmlschema-1.3.1.tar.gz ++++++ ++++ 29896 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org