From be62959009a3d3c79ba84c79b734af9dce13d776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 30 May 2026 23:20:54 +0200 Subject: [PATCH 1/5] Add PSF-2.0 to the License tag for lxml.html._difflib See https://mail.python.org/archives/list/lxml@python.org/thread/5QPDOLPM5L3LVNAEGRTNLHXMD6V6OZHM/ --- python-lxml.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index 5097190..f083d6f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -7,7 +7,8 @@ Summary: XML processing library combining libxml2/libxslt with the Elemen # Some code is derived from ElementTree and cElementTree # thus using the MIT-CMU elementtree license # .xsl schematron files are under the MIT license -License: BSD-3-Clause AND MIT-CMU AND MIT +# lxml.html._difflib is PSF-2.0 (copied from CPython 3.14b2+) +License: BSD-3-Clause AND MIT-CMU AND MIT AND PSF-2.0 URL: https://github.com/lxml/lxml # We use the get-lxml-source.sh script to generate the tarball From 8aaac5d4ff310a301e68cdcf756b64a071bc9169 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 3 Jun 2026 19:05:27 +0200 Subject: [PATCH 2/5] Bootstrap for Python 3.15 --- python-lxml.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-lxml.spec b/python-lxml.spec index f083d6f..abba70f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,3 +1,4 @@ +%global _without_extras 1 Name: python-lxml Version: 6.1.1 Release: %autorelease From 0e53bf32a8044309d08e0c1664a63d1e7c80dcd8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 10:09:11 +0200 Subject: [PATCH 3/5] Rebuilt for Python 3.15 --- python-lxml.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index abba70f..f083d6f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,4 +1,3 @@ -%global _without_extras 1 Name: python-lxml Version: 6.1.1 Release: %autorelease From 80baeef01515762e1f48ef40debf8ee5e407d70f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 20:10:37 +0000 Subject: [PATCH 4/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From c7d64f54e90c41dd644785d4cb78d1ad34348e85 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 21 Jul 2026 18:42:48 +0200 Subject: [PATCH 5/5] Rebuilt for Python 3.15.0b4 ABI change