From bd9866798c3720942cf05d1b32afaf95bdf85ac1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 25 Apr 2023 11:54:25 +0000 Subject: automatic import of python-advancedhtmlparser --- .gitignore | 1 + python-advancedhtmlparser.spec | 8 ++++---- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 702d5c3..375bb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 9.0.1-1 +* Tue Apr 25 2023 Python_Bot - 9.0.2-1 - Package Spec generated diff --git a/sources b/sources index f5933b9..3476a97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78a0522c4025ca2cf0c23954085e489c AdvancedHTMLParser-9.0.1.tar.gz +b7b6991082310c762fddce40451f0e2a AdvancedHTMLParser-9.0.2.tar.gz -- cgit v1.2.3