diff --git a/python-xmlschema.spec b/python-xmlschema.spec index e7ba9e1f2557e308f34e2fd19b759e1bfbf667c8..0792a61114e0a510c7e87236e90205b5a6934c7d 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-xmlschema -Version: 3.0.2 +Version: 3.3.1 Release: 1 Summary: An XML Schema validator and decoder License: MIT @@ -94,6 +94,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 21 2024 liuzhilin - 3.3.1-1 +- Update to 3.3.1 +- Add GData converter. +- Fix static typing protocols usage. +- Extend XSD annotations parsing. +- Update validation errors with logging stack trace in debug mode. +- Improve locations parsing and URL encoding. + * Thu Mar 07 2024 wangqiang - 3.0.2-1 - Update to 3.0.2 diff --git a/xmlschema-3.0.2.tar.gz b/xmlschema-3.0.2.tar.gz deleted file mode 100644 index 646b31ca4b0d331b4d5e6fa2f0dc2d5e4d762e04..0000000000000000000000000000000000000000 Binary files a/xmlschema-3.0.2.tar.gz and /dev/null differ diff --git a/xmlschema-3.3.1.tar.gz b/xmlschema-3.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e32e7d29c3ad350968de1d808262a40c2e959745 Binary files /dev/null and b/xmlschema-3.3.1.tar.gz differ