commit python-xmlschema for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2020-10-29 09:47:19

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.3463 (New)


Package is "python-xmlschema"

Thu Oct 29 09:47:19 2020 rev:9 rq:841053 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2020-08-01 12:29:49.930381209 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.3463/python-xmlschema.changes  
2020-10-29 09:47:23.176116482 +0100
@@ -1,0 +2,20 @@
+Sun Oct 11 16:18:52 UTC 2020 - Matej Cepl 
+
+- Add skip_network_tests.patch to skip test
+  test_export_remote__issue_187 which fails without the network
+  connection (gh#sissaschool/xmlschema#206).
+
+---
+Sat Oct 10 10:28:03 UTC 2020 - Matej Cepl 
+
+- Update to 1.2.5:
+  - All W3C tests now run successful. Only W3C tests for
+unavailable features (XML 1.1) or unimplemented features
+(dynamic schema load) are still failing. This release requires
+elementpath v2.0.x.
+  - The internal XML regular expressions parser has been moved to
+XPath package elementpath (v2.0.2+). From this release
+the regex patterns are parsed through elementpath's API
+translate_pattern().'
+
+---

Old:

  xmlschema-1.2.2.tar.gz

New:

  skip_network_tests.patch
  xmlschema-1.2.5.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.VgYfuT/_old  2020-10-29 09:47:23.836117106 +0100
+++ /var/tmp/diff_new_pack.VgYfuT/_new  2020-10-29 09:47:23.840117110 +0100
@@ -19,12 +19,15 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-xmlschema
-Version:1.2.2
+Version:1.2.5
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT
 URL:https://github.com/brunato/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
 BuildRequires:  %{python_module elementpath >= 1.4.0}
 BuildRequires:  %{python_module lxml}
 BuildRequires:  %{python_module pytest}
@@ -43,7 +46,8 @@
 for Python.
 
 %prep
-%setup -q -n xmlschema-%{version}
+%autosetup -p1 -n xmlschema-%{version}
+
 # do not hardcode versions
 sed -i -e 's:~=:>=:' setup.py
 # do not bother with memory validation

++ skip_network_tests.patch ++
--- a/tests/validators/test_schema_class.py
+++ b/tests/validators/test_schema_class.py
@@ -261,6 +261,7 @@ class TestXMLSchema10(XsdValidatorTestCa
 
 self.assertFalse(os.path.isdir(dirname))
 
+@unittest.skipIf(SKIP_REMOTE_TESTS, "Remote networks are not accessible.")
 def test_export_remote__issue_187(self):
 vh_schema_file = self.casepath('issues/issue_187/issue_187_2.xsd')
 vh_schema = self.schema_class(vh_schema_file)
++ xmlschema-1.2.2.tar.gz -> xmlschema-1.2.5.tar.gz ++
 6554 lines of diff (skipped)




commit python-xmlschema for openSUSE:Factory

2020-08-01 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2020-08-01 12:29:35

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.3592 (New)


Package is "python-xmlschema"

Sat Aug  1 12:29:35 2020 rev:8 rq:822102 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2020-06-21 19:06:54.305104127 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.3592/python-xmlschema.changes  
2020-08-01 12:29:49.930381209 +0200
@@ -1,0 +2,12 @@
+Tue Jul 21 11:50:05 UTC 2020 - Marketa Calabkova 
+
+- Update to version 1.2.2
+  * Fix XPath context for schema nodes
+  * Fix XPath parser and context for identities
+  * Fix content type classification (issue #195)
+  * Make sandbox mode more explicit (PR #191)
+  * Allow alphanumeric prefixes for the base converter
+  * Fix XPath issues with default namespace
+  * Fix W3C tests on XSD identities
+
+---

Old:

  xmlschema-1.2.0.tar.gz

New:

  xmlschema-1.2.2.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.J0Kn6K/_old  2020-08-01 12:29:54.434385426 +0200
+++ /var/tmp/diff_new_pack.J0Kn6K/_new  2020-08-01 12:29:54.438385430 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-xmlschema
-Version:1.2.0
+Version:1.2.2
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT

++ xmlschema-1.2.0.tar.gz -> xmlschema-1.2.2.tar.gz ++
 4474 lines of diff (skipped)




commit python-xmlschema for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2020-06-21 18:48:54

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.3606 (New)


Package is "python-xmlschema"

Sun Jun 21 18:48:54 2020 rev:7 rq:813363 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2020-03-27 00:29:19.408379167 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.3606/python-xmlschema.changes  
2020-06-21 19:06:54.305104127 +0200
@@ -1,0 +2,13 @@
+Thu Jun 11 03:46:21 UTC 2020 - Steve Kowalik 
+
+- Update to version 1.2.0:
+  * Add ColumnarConverter class
+  * Add command-line interface utility for document API
+  * Fix a stable public API for XSD types, elements and attributes
+  * Add security modes for accessing URLs
+  * Clean component parsing
+  * Fix namespace loading for chameleon schemas
+  * Fix UPA checks with nested choice/all models
+- Install new binaries
+
+---

Old:

  xmlschema-1.1.2.tar.gz

New:

  xmlschema-1.2.0.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.O4v9aC/_old  2020-06-21 19:06:54.749105570 +0200
+++ /var/tmp/diff_new_pack.O4v9aC/_new  2020-06-21 19:06:54.753105582 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-xmlschema
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT
@@ -33,6 +33,8 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-elementpath >= 1.4.0
 Requires:   python-lxml
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -56,6 +58,10 @@
 export LANG="en_US.UTF8"
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+# Prepare for update-alternatives usage
+for p in json2xml validate xml2json; do 
+%python_clone -a %{buildroot}%{_bindir}/xmlschema-$p
+done
 
 %check
 # test_element_tree_import_script is (easily workaroundable) 
https://github.com/sissaschool/xmlschema/issues/167
@@ -63,9 +69,22 @@
 export LANG="en_US.UTF8"
 %pytest -k "not (test_element_tree_import_script or tests_factory)" tests
 
+%post
+%python_install_alternative xmlschema-json2xml
+%python_install_alternative xmlschema-validate
+%python_install_alternative xmlschema-xml2json
+
+%postun
+%python_uninstall_alternative xmlschema-json2xml
+%python_uninstall_alternative xmlschema-validate
+%python_uninstall_alternative xmlschema-xml2json
+
 %files %{python_files}
 %doc CHANGELOG.rst README.rst
 %license LICENSE
 %{python_sitelib}/*
+%python_alternative %{_bindir}/xmlschema-json2xml
+%python_alternative %{_bindir}/xmlschema-validate
+%python_alternative %{_bindir}/xmlschema-xml2json
 
 %changelog

++ xmlschema-1.1.2.tar.gz -> xmlschema-1.2.0.tar.gz ++
 4980 lines of diff (skipped)




commit python-xmlschema for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2020-03-27 00:29:18

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.3160 (New)


Package is "python-xmlschema"

Fri Mar 27 00:29:18 2020 rev:6 rq:787856 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2020-03-12 22:58:57.995006525 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.3160/python-xmlschema.changes  
2020-03-27 00:29:19.408379167 +0100
@@ -1,0 +2,7 @@
+Tue Mar 24 15:10:44 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.1.2
+  * Extension of validation tests with *XMLSchema11* validator
+  * Fixed several bugs
+
+---

Old:

  xmlschema-1.1.1.tar.gz

New:

  xmlschema-1.1.2.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.cAoFEU/_old  2020-03-27 00:29:19.980379457 +0100
+++ /var/tmp/diff_new_pack.cAoFEU/_new  2020-03-27 00:29:19.984379459 +0100
@@ -19,18 +19,20 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-xmlschema
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT
 URL:https://github.com/brunato/xmlschema
 Source: 
https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
 BuildRequires:  %{python_module elementpath >= 1.4.0}
+BuildRequires:  %{python_module lxml}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-elementpath >= 1.4.0
+Requires:   python-lxml
 BuildArch:  noarch
 %python_subpackages
 

++ xmlschema-1.1.1.tar.gz -> xmlschema-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlschema-1.1.1/CHANGELOG.rst 
new/xmlschema-1.1.2/CHANGELOG.rst
--- old/xmlschema-1.1.1/CHANGELOG.rst   2020-02-19 22:24:57.0 +0100
+++ new/xmlschema-1.1.2/CHANGELOG.rst   2020-03-22 17:03:21.0 +0100
@@ -2,6 +2,12 @@
 CHANGELOG
 *
 
+`v1.1.2`_ (2020-03-22)
+==
+* Extension of validation tests with *XMLSchema11* validator
+* Fixed several bugs
+* Extended testing with Travis CI
+
 `v1.1.1`_ (2020-02-19)
 ==
 * Change of *skip* validation mode with errors filtering in decode() or 
encode()
@@ -302,3 +308,4 @@
 .. _v1.0.18: https://github.com/brunato/xmlschema/compare/v1.0.17...v1.0.18
 .. _v1.1.0: https://github.com/brunato/xmlschema/compare/v1.0.18...v1.1.0
 .. _v1.1.1: https://github.com/brunato/xmlschema/compare/v1.1.0...v1.1.1
+.. _v1.1.2: https://github.com/brunato/xmlschema/compare/v1.1.1...v1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlschema-1.1.1/PKG-INFO new/xmlschema-1.1.2/PKG-INFO
--- old/xmlschema-1.1.1/PKG-INFO2020-02-19 22:33:28.0 +0100
+++ new/xmlschema-1.1.2/PKG-INFO2020-03-22 19:41:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: xmlschema
-Version: 1.1.1
+Version: 1.1.2
 Summary: An XML Schema validator and decoder
 Home-page: https://github.com/brunato/xmlschema
 Author: Davide Brunato
@@ -10,6 +10,22 @@
 xmlschema
 *
 
+.. image:: https://img.shields.io/pypi/v/xmlschema.svg
+   :target: https://pypi.python.org/pypi/xmlschema/
+.. image:: https://img.shields.io/pypi/pyversions/xmlschema.svg
+   :target: https://pypi.python.org/pypi/xmlschema/
+.. image:: https://img.shields.io/pypi/implementation/xmlschema.svg
+   :target: https://pypi.python.org/pypi/xmlschema/
+.. image:: https://img.shields.io/badge/License-MIT-blue.svg
+   :alt: MIT License
+   :target: https://lbesson.mit-license.org/
+.. image:: 
https://travis-ci.org/sissaschool/xmlschema.svg?branch=master
+   :target: https://travis-ci.org/sissaschool/xmlschema
+.. image:: https://img.shields.io/pypi/dm/xmlschema.svg
+   :target: https://pypi.python.org/pypi/xmlschema/
+.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
+   :target: 
https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
+
 .. xmlschema-introduction-start
 
 The *xmlschema* library is an implementation of `XML Schema 
`_
diff -urN '--exclude=CVS' 

commit python-xmlschema for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2020-03-12 22:58:42

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.3160 (New)


Package is "python-xmlschema"

Thu Mar 12 22:58:42 2020 rev:5 rq:783225 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2020-02-14 16:25:00.647178805 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.3160/python-xmlschema.changes  
2020-03-12 22:58:57.995006525 +0100
@@ -1,0 +2,9 @@
+Tue Mar 10 09:08:03 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.1.1
+  * Change of *skip* validation mode with errors filtering in decode() or 
encode()
+  * Extension of location hints by argument to imported/included schemas
+  * Fixed lazy validation with identity constraints
+  * Fixed many W3C instance tests (remain ~100 over 15344 tests)
+
+---

Old:

  xmlschema-1.1.0.tar.gz

New:

  xmlschema-1.1.1.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.h08RXr/_old  2020-03-12 22:58:58.503006727 +0100
+++ /var/tmp/diff_new_pack.h08RXr/_new  2020-03-12 22:58:58.507006729 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-xmlschema
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT

++ xmlschema-1.1.0.tar.gz -> xmlschema-1.1.1.tar.gz ++
 6974 lines of diff (skipped)




commit python-xmlschema for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2020-02-14 16:24:52

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.26092 (New)


Package is "python-xmlschema"

Fri Feb 14 16:24:52 2020 rev:4 rq:770544 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2019-12-11 12:10:21.904608106 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.26092/python-xmlschema.changes 
2020-02-14 16:25:00.647178805 +0100
@@ -1,0 +2,10 @@
+Thu Feb  6 11:47:34 UTC 2020 - Marketa Calabkova 
+
+- update to 1.1.0
+  * Removed Python 2 compatibility code
+  * Removed tests code from binary package
+  * Improved identity constraints validation
+  * Added JSON lazy decoding as experimental feature
+  * few bugfixes
+
+---

Old:

  xmlschema-1.0.15.tar.gz

New:

  xmlschema-1.1.0.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.z5STgc/_old  2020-02-14 16:25:01.467179250 +0100
+++ /var/tmp/diff_new_pack.z5STgc/_new  2020-02-14 16:25:01.467179250 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xmlschema
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-xmlschema
-Version:1.0.15
+Version:1.1.0
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT
 URL:https://github.com/brunato/xmlschema
 Source: 
https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
-BuildRequires:  %{python_module elementpath >= 1.3.0}
+BuildRequires:  %{python_module elementpath >= 1.4.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-elementpath >= 1.3.0
+Requires:   python-elementpath >= 1.4.0
 BuildArch:  noarch
 %python_subpackages
 
@@ -42,8 +43,8 @@
 # do not hardcode versions
 sed -i -e 's:~=:>=:' setup.py
 # do not bother with memory validation
-rm xmlschema/tests/check_memory.py
-rm xmlschema/tests/test_memory.py
+rm tests/check_memory.py
+rm tests/test_memory.py
 
 %build
 export LANG="en_US.UTF8"
@@ -52,12 +53,13 @@
 %install
 export LANG="en_US.UTF8"
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/xmlschema/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %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
+%pytest -k "not (test_element_tree_import_script or tests_factory)" tests
 
 %files %{python_files}
 %doc CHANGELOG.rst README.rst

++ xmlschema-1.0.15.tar.gz -> xmlschema-1.1.0.tar.gz ++
 34023 lines of diff (skipped)




commit python-xmlschema for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2019-12-11 12:09:26

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.4691 (New)


Package is "python-xmlschema"

Wed Dec 11 12:09:26 2019 rev:3 rq:754342 version:1.0.15

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2019-11-04 17:12:36.392658555 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.4691/python-xmlschema.changes  
2019-12-11 12:10:21.904608106 +0100
@@ -1,0 +2,5 @@
+Thu Dec  5 10:56:46 UTC 2019 - Andreas Hasenkopf 
+
+- Handle UnicodeDecodeErrors during build process
+
+---



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.qV94Dy/_old  2019-12-11 12:10:23.364607492 +0100
+++ /var/tmp/diff_new_pack.qV94Dy/_new  2019-12-11 12:10:23.368607490 +0100
@@ -46,14 +46,17 @@
 rm xmlschema/tests/test_memory.py
 
 %build
+export LANG="en_US.UTF8"
 %python_build
 
 %install
+export LANG="en_US.UTF8"
 %python_install
 %python_expand rm -r %{buildroot}%{$python_sitelib}/xmlschema/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG="en_US.UTF8"
 %pytest
 
 %files %{python_files}




commit python-xmlschema for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-xmlschema for 
openSUSE:Factory checked in at 2019-11-04 17:12:35

Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
 and  /work/SRC/openSUSE:Factory/.python-xmlschema.new.2990 (New)


Package is "python-xmlschema"

Mon Nov  4 17:12:35 2019 rev:2 rq:744162 version:1.0.15

Changes:

--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2019-09-10 00:05:22.781199842 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-xmlschema.new.2990/python-xmlschema.changes  
2019-11-04 17:12:36.392658555 +0100
@@ -1,0 +2,10 @@
+Wed Oct 30 12:31:19 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.0.15:
+  * Improved XPath 2.0 bindings
+  * Added logging for schema initialization and building (handled with 
argument loglevel)
+  * Update encoding of collapsed contents with a new model based reordering 
method
+  * Removed XLink namespace from meta-schema (loaded from a fallback location 
like XHTML)
+  * Fixed half of failed W3C instance tests (remain 255 over 15344 tests)
+
+---

Old:

  xmlschema-1.0.14.tar.gz

New:

  xmlschema-1.0.15.tar.gz



Other differences:
--
++ python-xmlschema.spec ++
--- /var/tmp/diff_new_pack.4sfRMv/_old  2019-11-04 17:12:37.304659529 +0100
+++ /var/tmp/diff_new_pack.4sfRMv/_new  2019-11-04 17:12:37.304659529 +0100
@@ -18,25 +18,24 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xmlschema
-Version:1.0.14
+Version:1.0.15
 Release:0
 Summary:An XML Schema validator and decoder
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/brunato/xmlschema
 Source: 
https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
-BuildRequires:  %{python_module elementpath >= 1.2.0}
+BuildRequires:  %{python_module elementpath >= 1.3.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-elementpath >= 1.2.0
+Requires:   python-elementpath >= 1.3.0
 BuildArch:  noarch
 %python_subpackages
 
 %description
 The *xmlschema* library is an implementation of `XML Schema 
`_
-for Python (supports Python 2.7 and Python 3.5+).
+for Python.
 
 %prep
 %setup -q -n xmlschema-%{version}

++ xmlschema-1.0.14.tar.gz -> xmlschema-1.0.15.tar.gz ++
 6395 lines of diff (skipped)