diff --git a/elementpath-2.4.0.tar.gz b/elementpath-2.4.0.tar.gz deleted file mode 100644 index fd93f41f08c5a0890eb276686eff233c3dff6d82..0000000000000000000000000000000000000000 Binary files a/elementpath-2.4.0.tar.gz and /dev/null differ diff --git a/elementpath-3.0.2.tar.gz b/elementpath-3.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..75a70b165b677cbcbb1dd2d1cda0020a2640032c Binary files /dev/null and b/elementpath-3.0.2.tar.gz differ diff --git a/python-elementpath.spec b/python-elementpath.spec index f71f96d9ae05fe2f99dfc6c79f34a61964bff8e9..043b3dd2c915e57af3fe81a64c36d7f5bea05b2e 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-elementpath -Version: 2.4.0 +Version: 3.0.2 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/fc/b0/a70ea1141a442485df45f193b1c1aba1358302e2a0f4c572e1f3ee9636f7/elementpath-2.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/11/bc/5afb61dd5d863e5cf77cd952445c50c17e65953405986f19e97e4389692a/elementpath-3.0.2.tar.gz BuildArch: noarch %description XPath 1.0/2.0 parsers and selectors for ElementTree and lxml @@ -89,6 +89,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 08 2024 wangjing - 3.0.2-1 +- Upgrade package python3-elementpath to version 3.0.2 +- Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions) +- Begin XPath 3.1 implementation adding XPathMap and XPathArray + * Mon Jul 18 2022 OpenStack_SIG - 2.4.0-1 - Upgrade package python3-elementpath to version 2.4.0