diff --git a/elementpath-4.1.5.tar.gz b/elementpath-4.1.5.tar.gz deleted file mode 100644 index 18b29d6aacdb6c7725e23be5f0ee9bccf04ad75f..0000000000000000000000000000000000000000 Binary files a/elementpath-4.1.5.tar.gz and /dev/null differ diff --git a/elementpath-4.3.0.tar.gz b/elementpath-4.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0bbe256e1a35db2ccab8ca6c9773a8cc261ca959 Binary files /dev/null and b/elementpath-4.3.0.tar.gz differ diff --git a/python-elementpath.spec b/python-elementpath.spec index 074610467590351fe6f989a6e198876994c3bab8..74f6acbd0f959b2f91e3e529cbffacf42f37aa2f 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-elementpath -Version: 4.1.5 +Version: 4.3.0 Release: 1 Summary: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml License: MIT URL: https://github.com/sissaschool/elementpath -Source0: https://files.pythonhosted.org/packages/02/c4/198233fa9052d755766eadaf11c91337e49c0ea99ccc370ead94afab9d14/elementpath-4.1.5.tar.gz +Source0: https://files.pythonhosted.org/packages/0e/64/fac664e754c4f1e6448201f557864f09f4cb61040da509013c89fddfd60f/elementpath-4.3.0.tar.gz BuildArch: noarch %description @@ -70,6 +70,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 7 2024 Dongxing Wang - 4.3.0-1 +- Update package to version 4.3.0 + Change the purpose of the evaluation with a dynamic schema context + The static evaluation is now performed also when a schema is provided to the parser + Add uri and fragment options to dynamic context + Drop support for Python 3.7 + Make context root node not mandatory + * Wed Jan 10 2024 Dongxing Wang - 4.1.5-1 - Update package to version 4.1.5