public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-beautifulsoup4] f43: Update soupsieve disablement patch for 4.14
@ 2026-06-29 10:20 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-29 10:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-beautifulsoup4
Branch : f43
Commit : af9d5742a8435c37f3698ec1879b9baecd38cd45
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2025-12-23T19:35:47-05:00
Stats : +11/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-beautifulsoup4/c/af9d5742a8435c37f3698ec1879b9baecd38cd45?branch=f43
Log:
Update soupsieve disablement patch for 4.14
---
diff --git a/beautifulsoup4-4.13-disable-soupsieve.patch b/beautifulsoup4-4.13-disable-soupsieve.patch
deleted file mode 100644
index e6d4f2c..0000000
--- a/beautifulsoup4-4.13-disable-soupsieve.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -31,7 +31,6 @@ classifiers = [
- ]
- dependencies = [
- "typing-extensions>=4.0.0",
-- "soupsieve >1.2",
- ]
-
- [project.optional-dependencies]
diff --git a/beautifulsoup4-4.14-disable-soupsieve.patch b/beautifulsoup4-4.14-disable-soupsieve.patch
new file mode 100644
index 0000000..54b7317
--- /dev/null
+++ b/beautifulsoup4-4.14-disable-soupsieve.patch
@@ -0,0 +1,10 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -31,7 +31,6 @@ classifiers = [
+ ]
+ dependencies = [
+ "typing-extensions>=4.0.0",
+- "soupsieve>=1.6.1",
+ ]
+
+ [project.optional-dependencies]
diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec
index 54c5a4e..e9900eb 100644
--- a/python-beautifulsoup4.spec
+++ b/python-beautifulsoup4.spec
@@ -18,7 +18,7 @@ Source0: https://files.pythonhosted.org/packages/source/b/beautifulsoup4/
Patch0: 0001-Skip-the-lxml-tree-builder-s-test_surrogate_in_chara.patch
Patch1: 0001-Change-the-html.parser-tree-builder-s-code-for-handl.patch
# https://git.launchpad.net/beautifulsoup/commit/?id=9786a62726de5a8caba10021c4d4a58c8a3e9e3f
-Patch11: beautifulsoup4-4.13-disable-soupsieve.patch
+Patch11: beautifulsoup4-4.14-disable-soupsieve.patch
BuildArch: noarch
# html5lib BR just for test coverage
%if %{with tests}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 10:20 [rpms/python-beautifulsoup4] f43: Update soupsieve disablement patch for 4.14 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox