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 2026-07-02 20:05:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
and /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beautifulsoup4"
Thu Jul 2 20:05:57 2026 rev:47 rq:1362540 version:4.15.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes
2025-12-29 15:16:06.221284579 +0100
+++
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.1982/python-beautifulsoup4.changes
2026-07-02 20:06:15.594752043 +0200
@@ -1,0 +2,34 @@
+Mon Jun 29 20:51:59 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.15.0:
+ * This is the last Beautiful Soup release to officially support
+ Python 3.7.
+ * This is also the last release to support the obsolete
+ methods, attributes and classes that were deprecated in 4.13.0.
+ In a subsequent point release, the DeprecationWarning issued when
+ you use these obsolete features will be replaced by
+ NotImplementedError, giving you a final chance to change your
+ code before the implementations are removed entirely. Once the
+ features are removed, code that tries to use them will start
+ behaving strangely, since Beautiful Soup will generally interpret
+ the method and attribute names as tag names.
+ * It is now possible to call new_tag() or new_string() directly
+ on an existing Tag or NavigableString object, rather than the
+ associated BeautifulSoup object. Note that this only works if
+ the object is currently inside a parse tree. This means you
+ can't call new_tag() or new_string() on an object that
+ * The type hints for the overloaded find* methods have been
+ redone to eliminate type checker overrides. [bug=2122019]
+ * Explicitly specify the type hint for the PageElement.text
+ property
+ * Change the html.parser tree builder's code for handling
+ numeric character references, to avoid a crash when using Python
+ versions that include the fix to Python issue
+ * Skip the lxml tree builder's
+ test_surrogate_in_character_reference test
+ * if the libxml2 version is less than 2.13.0. Prior versions of
+ libxml2
+ * don't issue the REPLACEMENT CHARACTER we're expecting.
+- drop htmlparser.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
beautifulsoup4-4.14.3.tar.gz
htmlparser.patch
New:
----
beautifulsoup4-4.15.0.tar.gz
----------(Old B)----------
Old: * don't issue the REPLACEMENT CHARACTER we're expecting.
- drop htmlparser.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.P6vJQN/_old 2026-07-02 20:06:17.042801934 +0200
+++ /var/tmp/diff_new_pack.P6vJQN/_new 2026-07-02 20:06:17.050802209 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-beautifulsoup4
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-beautifulsoup4
-Version: 4.14.3
+Version: 4.15.0
Release: 0
Summary: HTML/XML Parser for Quick-Turnaround Applications Like
Screen-Scraping
License: MIT
URL: https://www.crummy.com/software/BeautifulSoup/
Source:
https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 55f655ffb7ef03bdd1df0f013743831fe54e3c7a Change the
html.parser tree builder's code for handling numeric character references
-Patch0: htmlparser.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
++++++ beautifulsoup4-4.14.3.tar.gz -> beautifulsoup4-4.15.0.tar.gz ++++++
++++ 1814 lines of diff (skipped)