diff --git a/python-xmlschema.spec b/python-xmlschema.spec index f7537e69b496445002f641a95cf183fc42e13e5e..787fa555739b7fb38df9a5fc2ac2fb02d3e5464a 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xmlschema -Version: 3.4.3 +Version: 3.4.4 Release: 1 Summary: An XML Schema validator and decoder License: MIT URL: https://github.com/sissaschool/xmlschema -Source0: https://files.pythonhosted.org/packages/11/ca/56579e6b4558c3c06902fe6647280345da8087f080c86e85166fd2131f8d/xmlschema-3.4.3.tar.gz +Source0: https://files.pythonhosted.org/packages/6a/02/8b98e56c17814fadcf6635f88183728bfc75081e436eecbdd7792950342c/xmlschema-3.4.4.tar.gz BuildArch: noarch %description An XML Schema validator and decoder @@ -94,6 +94,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 18 2025 liudy - 3.4.4-1 +- Update version to 3.4.4 +- Migrate project metadata to pyproject.toml +- Fix static typing errors with mypy==1.15.0 and elementpath==4.8.0 + * Fri Nov 01 2024 xiaozai - 3.4.3-1 - Update version to 3.4.3 diff --git a/xmlschema-3.4.3.tar.gz b/xmlschema-3.4.3.tar.gz deleted file mode 100644 index c53230a1201df06d6a69d2caf4126e900e10a0db..0000000000000000000000000000000000000000 Binary files a/xmlschema-3.4.3.tar.gz and /dev/null differ diff --git a/xmlschema-3.4.4.tar.gz b/xmlschema-3.4.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8affe41637a9f5215d3640c3eac89cccd2618f7d Binary files /dev/null and b/xmlschema-3.4.4.tar.gz differ