From c0a8ef0425ff01a480217887483526222b167797 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Mon, 19 Aug 2024 06:32:25 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-lxml.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 95888dd..207b491 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -7,7 +7,7 @@ The latest release works with all CPython versions from 2.7 to 3.7. Name: python-lxml Version: 5.2.2 -Release: 1 +Release: 2 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: https://github.com/lxml/lxml @@ -28,11 +28,8 @@ BuildRequires: python3-Cython %description -n python3-lxml %{_description} -%package help -Summary: Development documents and examples for lxml +%package_help Provides: python3-lxml-doc -%description help -%{_description} %prep %autosetup -n lxml-%{version} -p1 @@ -75,6 +72,9 @@ make test %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Mon Aug 19 2024 siyongchang - 5.2.2-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu May 23 2024 wangxiaomeng - 5.2.2-1 - upgrade version to 5.2.2 - GH#417: The test_feed_parser test could fail if lxml_html_clean was not installed. It is now skipped in that case. -- Gitee