diff --git a/python-lxml.spec b/python-lxml.spec index 95888dde7eda540cac6546f21bc2965fe3ef3b4d..207b49144d04a083f1d2d7a93cd185ddfae67101 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.