diff --git a/beautifulsoup4-4.5.3.tar.gz b/beautifulsoup4-4.5.3.tar.gz deleted file mode 100644 index d5b125b..0000000 --- a/beautifulsoup4-4.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e -size 159185 diff --git a/beautifulsoup4-4.6.0.tar.gz b/beautifulsoup4-4.6.0.tar.gz new file mode 100644 index 0000000..56c0349 --- /dev/null +++ b/beautifulsoup4-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89 +size 160846 diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index 0f1e2ef..9eee936 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jul 5 06:28:31 UTC 2017 - dmueller@suse.com + +- update to 4.6.0: + * Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for + getting the value of an attribute, but which always returns a list, + whether or not the attribute is a multi-value attribute. [bug=1678589] + * Improved the handling of empty-element tags like
when using the + html.parser parser. [bug=1676935] + * HTML parsers treat all HTML4 and HTML5 empty element tags (aka void + element tags) correctly. [bug=1656909] + * Namespace prefix is preserved when an XML tag is copied. Thanks + to Vikas for a patch and test. [bug=1685172] + ------------------------------------------------------------------- Mon May 22 13:25:06 UTC 2017 - aloisio@gmx.com diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 059ed7a..2d89202 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.5.3 +Version: 4.6.0 Release: 0 Summary: HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping License: MIT