diff --git a/elementpath-3.0.2.tar.gz b/elementpath-3.0.2.tar.gz deleted file mode 100644 index 75a70b165b677cbcbb1dd2d1cda0020a2640032c..0000000000000000000000000000000000000000 Binary files a/elementpath-3.0.2.tar.gz and /dev/null differ diff --git a/elementpath-4.1.5.tar.gz b/elementpath-4.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..18b29d6aacdb6c7725e23be5f0ee9bccf04ad75f Binary files /dev/null and b/elementpath-4.1.5.tar.gz differ diff --git a/python-elementpath.spec b/python-elementpath.spec index 4479c3967ea44a811018979933835811837185a8..bec5c71a214f9489eabc392d358da1d63301118a 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-elementpath -Version: 3.0.2 +Version: 4.1.5 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/11/bc/5afb61dd5d863e5cf77cd952445c50c17e65953405986f19e97e4389692a/elementpath-3.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/02/c4/198233fa9052d755766eadaf11c91337e49c0ea99ccc370ead94afab9d14/elementpath-4.1.5.tar.gz BuildArch: noarch Requires: python3-tox @@ -51,7 +51,7 @@ XPath 1.0/2.0 parsers and selectors for ElementTree and lxml %build %py3_build -%install +python3-xmlschema%install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -86,6 +86,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 28 2023 chenzixuan - 4.1.5-1 +- Update package to version 4.1.5 + * Tue Nov 22 2022 liqiuyu - 3.0.2-1 - Update package to version 3.0.2