diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 11:54:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 11:54:25 +0000 |
commit | bd9866798c3720942cf05d1b32afaf95bdf85ac1 (patch) | |
tree | 1eed9b130c61ce3e6558c7e4ae5a30fe94322c21 | |
parent | cdc378c7cedb33c2e184aebaa939a97e32f5c632 (diff) |
automatic import of python-advancedhtmlparseropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-advancedhtmlparser.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /AdvancedHTMLParser-9.0.1.tar.gz +/AdvancedHTMLParser-9.0.2.tar.gz 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 @@ -1 +1 @@ -78a0522c4025ca2cf0c23954085e489c AdvancedHTMLParser-9.0.1.tar.gz +b7b6991082310c762fddce40451f0e2a AdvancedHTMLParser-9.0.2.tar.gz |