forked from pool/python-beautifulsoup4
- update to 4.9.2:
* Fixed a bug that caused too many tags to be popped from the tag stack during tree building, when encountering a closing tag that had no matching opening tag. [bug=1880420] * Fixed a bug that inconsistently moved elements over when passing a Tag, rather than a list, into Tag.extend(). [bug=1885710] * Specify the soupsieve dependency in a way that complies with PEP 508. Patch by Mike Nerone. [bug=1893696] * Change the signatures for BeautifulSoup.insert_before and insert_after (which are not implemented) to match PageElement.insert_before and insert_after, quieting warnings in some IDEs. [bug=1897120] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=79
This commit is contained in:
parent
3ce5ed1908
commit
387bfaf83c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73cc4d115b96f79c7d77c1c7f7a0a8d4c57860d1041df407dd1aae7f07a77fd7
|
|
||||||
size 374759
|
|
3
beautifulsoup4-4.9.2.tar.gz
Normal file
3
beautifulsoup4-4.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1edf5e39f3a5bc6e38b235b369128416c7239b34f692acccececb040233032a1
|
||||||
|
size 375880
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 28 11:41:27 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.9.2:
|
||||||
|
* Fixed a bug that caused too many tags to be popped from the tag
|
||||||
|
stack during tree building, when encountering a closing tag that had
|
||||||
|
no matching opening tag. [bug=1880420]
|
||||||
|
|
||||||
|
* Fixed a bug that inconsistently moved elements over when passing
|
||||||
|
a Tag, rather than a list, into Tag.extend(). [bug=1885710]
|
||||||
|
|
||||||
|
* Specify the soupsieve dependency in a way that complies with
|
||||||
|
PEP 508. Patch by Mike Nerone. [bug=1893696]
|
||||||
|
|
||||||
|
* Change the signatures for BeautifulSoup.insert_before and insert_after
|
||||||
|
(which are not implemented) to match PageElement.insert_before and
|
||||||
|
insert_after, quieting warnings in some IDEs. [bug=1897120]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 3 11:10:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Wed Jun 3 11:10:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-beautifulsoup4
|
Name: python-beautifulsoup4
|
||||||
Version: 4.9.1
|
Version: 4.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping
|
Summary: HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user