Compare commits

..

5 commits

Author SHA1 Message Date
Python Maint
c7d64f54e9 Rebuilt for Python 3.15.0b4 ABI change 2026-07-21 18:42:48 +02:00
Fedora Release Engineering
80baeef015 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 20:10:37 +00:00
Python Maint
0e53bf32a8 Rebuilt for Python 3.15 2026-06-04 10:09:11 +02:00
Python Maint
8aaac5d4ff Bootstrap for Python 3.15 2026-06-03 19:05:27 +02:00
Miro Hrončok
be62959009 Add PSF-2.0 to the License tag for lxml.html._difflib
See https://mail.python.org/archives/list/lxml@python.org/thread/5QPDOLPM5L3LVNAEGRTNLHXMD6V6OZHM/
2026-05-30 23:22:04 +02:00

View file

@ -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