diff --git a/beautifulsoup4-4.9.1.tar.gz b/beautifulsoup4-4.9.1.tar.gz deleted file mode 100644 index 05e3b9c..0000000 --- a/beautifulsoup4-4.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73cc4d115b96f79c7d77c1c7f7a0a8d4c57860d1041df407dd1aae7f07a77fd7 -size 374759 diff --git a/beautifulsoup4-4.9.2.tar.gz b/beautifulsoup4-4.9.2.tar.gz new file mode 100644 index 0000000..3e41b5a --- /dev/null +++ b/beautifulsoup4-4.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edf5e39f3a5bc6e38b235b369128416c7239b34f692acccececb040233032a1 +size 375880 diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index 45f9f7f..707dbcd 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Sep 28 11:41:27 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 23b769c..940cb42 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-beautifulsoup4 -Version: 4.9.1 +Version: 4.9.2 Release: 0 Summary: HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping License: MIT