forked from pool/python-beautifulsoup4
Accepting request 509648 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/509648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-beautifulsoup4?expand=0&rev=21
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e
|
||||
size 159185
|
||||
3
beautifulsoup4-4.6.0.tar.gz
Normal file
3
beautifulsoup4-4.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89
|
||||
size 160846
|
||||
@@ -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 <br> 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user