summaryrefslogtreecommitdiff
path: root/python-advancedhtmlparser.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-25 11:54:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-25 11:54:25 +0000
commitbd9866798c3720942cf05d1b32afaf95bdf85ac1 (patch)
tree1eed9b130c61ce3e6558c7e4ae5a30fe94322c21 /python-advancedhtmlparser.spec
parentcdc378c7cedb33c2e184aebaa939a97e32f5c632 (diff)
automatic import of python-advancedhtmlparseropeneuler20.03
Diffstat (limited to 'python-advancedhtmlparser.spec')
-rw-r--r--python-advancedhtmlparser.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/python-advancedhtmlparser.spec b/python-advancedhtmlparser.spec
index 20126dc..d711cf6 100644
--- a/python-advancedhtmlparser.spec
+++ b/python-advancedhtmlparser.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-AdvancedHTMLParser
-Version: 9.0.1
+Version: 9.0.2
Release: 1
Summary: A Powerful HTML Parser/Scraper/Validator/Formatter that constructs a modifiable, searchable DOM tree, and includes many standard JS DOM functions (getElementsBy*, appendChild, etc) and additional methods
License: LGPLv3
URL: https://github.com/kata198/AdvancedHTMLParser
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/51/80d4d52c6d59fcd4e4ccefb221ec43277cb3ae05163d01cb6efe768788e9/AdvancedHTMLParser-9.0.1.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/90/9be5b3cf430c36b0ba27959aad24262be5494b4b9a2aa5a1c427b8391ef9/AdvancedHTMLParser-9.0.2.tar.gz
BuildArch: noarch
@@ -64,7 +64,7 @@ It is especially good for servlets/webpages. It is quick to take an expertly cra
Another useful scenario is creating automated testing suites which can operate much more quickly and reliably (and at a deeper function-level), unlike in-browser testing suites.
%prep
-%autosetup -n AdvancedHTMLParser-9.0.1
+%autosetup -n AdvancedHTMLParser-9.0.2
%build
%py3_build
@@ -104,5 +104,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 9.0.1-1
+* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 9.0.2-1
- Package Spec generated