public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/weasyprint] f45: fix minimum version for cssselect2
@ 2026-09-22  6:39 Felix Schwarz
  0 siblings, 0 replies; only message in thread
From: Felix Schwarz @ 2026-09-22  6:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/weasyprint
Branch : f45
Commit : 8bb5edee58a9fa86c69e23bfc987659c47099db8
Author : Felix Schwarz <fschwarz@fedoraproject.org>
Date   : 2026-09-22T08:31:30+02:00
Stats  : +35/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/weasyprint/c/8bb5edee58a9fa86c69e23bfc987659c47099db8?branch=f45

Log:
fix minimum version for cssselect2

---
diff --git a/weasyprint-require-cssselect2-010.patch b/weasyprint-require-cssselect2-010.patch
new file mode 100644
index 0000000..4779021
--- /dev/null
+++ b/weasyprint-require-cssselect2-010.patch
@@ -0,0 +1,34 @@
+commit 8b37e5a8cd0780fe5feabaa0a0edbb311c4eb928
+Author: Guillaume Ayoub <guillaume@courtbouillon.org>
+Date:   Tue Sep 15 15:28:51 2026 +0200
+
+    Update required version of cssselect2
+    
+    Fix #2925.
+
+diff --git a/docs/first_steps.rst b/docs/first_steps.rst
+index 4806e260..c2915376 100644
+--- a/docs/first_steps.rst
++++ b/docs/first_steps.rst
+@@ -15,7 +15,7 @@ WeasyPrint |version| depends on:
+ * CFFI_ ≥ 0.6
+ * tinyhtml5_ ≥ 2.0.0b1
+ * tinycss2_ ≥ 1.5.0
+-* cssselect2_ ≥ 0.8.0
++* cssselect2_ ≥ 0.10.0
+ * Pyphen_ ≥ 0.9.1
+ * Pillow_ ≥ 9.1.0
+ * fontTools_ ≥ 4.59.2
+diff --git a/pyproject.toml b/pyproject.toml
+index f5ae7812..7e306478 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -16,7 +16,7 @@ dependencies = [
+   'cffi >=0.6',
+   'tinyhtml5 >=2.0.0b1',
+   'tinycss2 >=1.5.0',
+-  'cssselect2 >=0.8.0',
++  'cssselect2 >=0.10.0',
+   'Pyphen >=0.9.1',
+   'Pillow >=9.1.0',
+   'fonttools[woff] >=4.59.2',

diff --git a/weasyprint.spec b/weasyprint.spec
index b3c044e..19fb81a 100644
--- a/weasyprint.spec
+++ b/weasyprint.spec
@@ -9,6 +9,7 @@ Summary:        Utility to render HTML and CSS to PDF
 License:        BSD-3-Clause
 URL:            https://weasyprint.org
 Source0:        %{pypi_source weasyprint}
+Patch1:         weasyprint-require-cssselect2-010.patch
 
 BuildArch:      noarch
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-22  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22  6:39 [rpms/weasyprint] f45: fix minimum version for cssselect2 Felix Schwarz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox