From e79be2c17aae05c06e09221999157bfa21f6d4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 31 Aug 2022 11:36:03 +0200 Subject: [PATCH] Use SPDX license identifiers, update license The schematron files are not Zlib licensed, but MIT (since 4.3.0): https://github.com/lxml/lxml/commit/5a444c238f526edaa1319e9f0852d18332079aa8 --- python-lxml.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 3ebcb18..f89c44a 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,13 +1,13 @@ Name: python-lxml Version: 4.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API -# The lxml project is licensed under BSD +# The lxml project is licensed under BSD-3-Clause # Some code is derived from ElementTree and cElementTree -# thus using the MIT-like elementtree license -# .xsl schematron files are under the MIT and zlib license -License: BSD and MIT and zlib +# thus using the MIT-CMU elementtree license +# .xsl schematron files are under the MIT license +License: BSD-3-Clause AND MIT-CMU AND MIT URL: https://github.com/lxml/lxml Source0: %{pypi_source lxml} @@ -61,6 +61,10 @@ cp -a build/lib.%{python3_platform}-*/* src/ %{python3_sitearch}/lxml-*.egg-info/ %changelog +* Wed Aug 31 2022 Miro HronĨok - 4.7.1-6 +- Use SPDX license identifiers +- The schematron files are not Zlib licensed, but MIT + * Fri Jul 22 2022 Fedora Release Engineering - 4.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild