diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:38:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:38:33 +0000 |
commit | f511f8dd2f3ef773a198a507b89c17dfcfe59429 (patch) | |
tree | 0085f309171e3e51aeee19ca49505f62d4e26f8a /python-parsel.spec | |
parent | 776860512dc6794237cd812f2b558a225b925a44 (diff) |
automatic import of python-parselopeneuler20.03
Diffstat (limited to 'python-parsel.spec')
-rw-r--r-- | python-parsel.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/python-parsel.spec b/python-parsel.spec index 08731d4..5317425 100644 --- a/python-parsel.spec +++ b/python-parsel.spec @@ -1,17 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-parsel -Version: 1.7.0 +Version: 1.8.1 Release: 1 Summary: Parsel is a library to extract data from HTML and XML using XPath and CSS selectors License: BSD URL: https://github.com/scrapy/parsel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/54/d4/e9b6b0c053b8c8207e099696c27727bd50583a15e18384347057e4981767/parsel-1.7.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/75/2a/824fe02ed04292879b779a8cfc89083a1db3a390b6afc336bcf4baeb9424/parsel-1.8.1.tar.gz BuildArch: noarch Requires: python3-cssselect +Requires: python3-jmespath Requires: python3-lxml Requires: python3-packaging Requires: python3-w3lib +Requires: python3-typing-extensions %description @@ -32,7 +34,7 @@ Provides: python3-parsel-doc %prep -%autosetup -n parsel-1.7.0 +%autosetup -n parsel-1.8.1 %build %py3_build @@ -72,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.1-1 - Package Spec generated |