public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Felix Schwarz <fschwarz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/weasyprint] f45: fix minimum version for cssselect2
Date: Tue, 22 Sep 2026 06:39:10 GMT [thread overview]
Message-ID: <179005915000.1.7092461622776306657.rpms-weasyprint-8bb5edee58a9@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-22 6:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179005915000.1.7092461622776306657.rpms-weasyprint-8bb5edee58a9@fedoraproject.org \
--to=fschwarz@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox