Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-beautifulsoup4 for 
openSUSE:Factory checked in at 2022-02-09 20:38:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-beautifulsoup4"

Wed Feb  9 20:38:17 2022 rev:35 rq:952905 version:4.10.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes  
    2020-10-23 12:19:09.588553350 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.1898/python-beautifulsoup4.changes
    2022-02-09 20:38:28.258271337 +0100
@@ -1,0 +2,34 @@
+Wed Feb  9 10:14:27 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 4.10.0:
+  * This is the first release of Beautiful Soup to only support Python 3.
+  * The behavior of methods like .get_text() and .strings now differs
+    depending on the type of tag.
+  * NavigableString and its subclasses now implement the get_text()
+    method, as well as the properties .strings and
+    .stripped_strings.
+  * The 'html5' formatter now treats attributes whose values are the
+    empty string as HTML boolean attributes.
+  * The 'replace_with()' method now takes a variable number of arguments,
+    and can be used to replace a single element with a sequence of elements.
+  * Corrected output when the namespace prefix associated with a
+    namespaced attribute is the empty string, as opposed to
+    None.
+  * Performance improvement when processing tags that speeds up overall
+    tree construction by 2%. Patch by Morotti. [bug=1899358]
+  * Corrected the use of special string container classes in cases when a
+    single tag may contain strings with different containers; such as
+    the <template> tag, which may contain both TemplateString objects
+    and Comment objects.
+  * The html.parser tree builder can now handle named entities
+    found in the HTML5 spec in much the same way that the html5lib
+    tree builder does.
+  * Added a second way to pass specify encodings to UnicodeDammit and
+    EncodingDetector, based on the order of precedence defined in the
+    HTML5 spec.
+  * Improve the warning issued when a directory name (as opposed to
+    the name of a regular file) is passed as markup into the BeautifulSoup
+    constructor.
+- Do not pass the directory to pytest.
+
+-------------------------------------------------------------------

Old:
----
  beautifulsoup4-4.9.3.tar.gz

New:
----
  beautifulsoup4-4.10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.uDAJUp/_old  2022-02-09 20:38:28.862272781 +0100
+++ /var/tmp/diff_new_pack.uDAJUp/_new  2022-02-09 20:38:28.870272801 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-beautifulsoup4
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 Name:           python-beautifulsoup4
-Version:        4.9.3
+Version:        4.10.0
 Release:        0
 Summary:        HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:        MIT
@@ -86,7 +86,7 @@
 %check
 export LANG=en_US.UTF-8
 export PYTHONDONTWRITEBYTECODE=1
-%pytest %{buildroot}%{$python_sitelib}/bs4/tests
+%pytest
 
 %files %{python_files}
 %license COPYING.txt

++++++ beautifulsoup4-4.9.3.tar.gz -> beautifulsoup4-4.10.0.tar.gz ++++++
++++ 8145 lines of diff (skipped)

Reply via email to