diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:37:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:37:18 +0000 |
commit | ebc9e316be1c9381b2e9fbf64f8c2e9c30e00ec2 (patch) | |
tree | acd543071814f1fbcad984ed2d19c24a9d1e8ff4 | |
parent | c1103210c751a02bf1a831c012f58e5f1be254b5 (diff) |
automatic import of python-elementpathopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-elementpath.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /elementpath-4.1.0.tar.gz +/elementpath-4.1.1.tar.gz diff --git a/python-elementpath.spec b/python-elementpath.spec index 03f0655..a35df65 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.0 +Version: 4.1.1 Release: 1 Summary: XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml License: MIT URL: https://github.com/sissaschool/elementpath -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/cf/0d6f2c642d156b884b8e626332ece1f5c7243376fd207ec4e7bca89ab978/elementpath-4.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3c/ab/fd32a0ca98b56feb18a1ac9b783faf73fc18d7c759c98843bf6b17c87fde/elementpath-4.1.1.tar.gz BuildArch: noarch Requires: python3-tox @@ -182,7 +182,7 @@ avoiding the loading of XPath 3.1 implementation: 0.7853981633974483 %prep -%autosetup -n elementpath-4.1.0 +%autosetup -n elementpath-4.1.1 %build %py3_build @@ -222,5 +222,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.1-1 - Package Spec generated @@ -1 +1 @@ -139fa3ac6e766a5d72513d44e83501b6 elementpath-4.1.0.tar.gz +9f5b2555f20185f16690e2981fc9c542 elementpath-4.1.1.tar.gz |