diff --git a/python-xmlschema.spec b/python-xmlschema.spec index 10f22a602a8be47522bc34672c287748ddd9b74e..4e86ef899473bd9693059a0e69a6f02680efe342 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xmlschema -Version: 3.3.2 +Version: 3.4.2 Release: 1 Summary: An XML Schema validator and decoder License: MIT URL: https://github.com/sissaschool/xmlschema -Source0: https://files.pythonhosted.org/packages/2a/92/d2d3f961babc7cde777b52046fcf2ccd52c45ae384b513aefadf6de965f8/xmlschema-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/4d/1e/416e1374ce060a932e5fc5c653cc5c769e1a978489bff7fac60a02be1ae8/xmlschema-3.4.2.tar.gz BuildArch: noarch %description An XML Schema validator and decoder @@ -94,6 +94,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 Guochao - 3.4.2-1 +- Update to 3.4.2 +- Remove round-trip tests of urlsplit() +- Reduce tests on local paths with drive +- Add get_uri + * Mon Aug 19 2024 zhangxianting - 3.3.2-1 - Update to 3.3.2 diff --git a/xmlschema-3.3.2.tar.gz b/xmlschema-3.3.2.tar.gz deleted file mode 100644 index 8b8095dbb611c6082c1125bba6fb7fb4e2f4274e..0000000000000000000000000000000000000000 Binary files a/xmlschema-3.3.2.tar.gz and /dev/null differ diff --git a/xmlschema-3.4.2.tar.gz b/xmlschema-3.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b27faf3dea58ce5bafc178c88879d209b2f75b7d Binary files /dev/null and b/xmlschema-3.4.2.tar.gz differ