public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-beautifulsoup4] rawhide: Temporarily change the upper bound of the skipped libxml2 version
@ 2026-06-05 10:50 Karolina Surma
0 siblings, 0 replies; only message in thread
From: Karolina Surma @ 2026-06-05 10:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-beautifulsoup4
Branch : rawhide
Commit : 3d2c3182fc8118181691c5794cf74f00dae307ee
Author : Karolina Surma <ksurma@redhat.com>
Date : 2026-06-05T12:47:17+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-beautifulsoup4/c/3d2c3182fc8118181691c5794cf74f00dae307ee?branch=rawhide
Log:
Temporarily change the upper bound of the skipped libxml2 version
---
diff --git a/0001-Skip-the-lxml-tree-builder-s-test_surrogate_in_chara.patch b/0001-Skip-the-lxml-tree-builder-s-test_surrogate_in_chara.patch
index 866492f..415e736 100644
--- a/0001-Skip-the-lxml-tree-builder-s-test_surrogate_in_chara.patch
+++ b/0001-Skip-the-lxml-tree-builder-s-test_surrogate_in_chara.patch
@@ -54,7 +54,7 @@ index 0b69956..aa82143 100644
+ # For lxml only, we need to skip the test if the libxml2 version doesn't
+ # have the fix from https://gitlab.gnome.org/GNOME/libxml2/-/commit/4dcc2d743eb83b8aaec0d91660d615fdb024dad0. That means any pre-2.13 version.
+ @pytest.mark.skipif(
-+ "etree.LIBXML_VERSION < (2, 13, 0)",
++ "etree.LIBXML_VERSION < (2, 14, 0)",
+ reason="libxml version doesn't issue REPLACEMENT CHARACTER",
+ )
+ def test_surrogate_in_character_reference(self):
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 10:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 10:50 [rpms/python-beautifulsoup4] rawhide: Temporarily change the upper bound of the skipped libxml2 version Karolina Surma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox