diff --git a/python-lxml.spec b/python-lxml.spec index 5d86f039a3f42d9f927a2e7a09a700c5f0f6cf9b..f48dbf7e0d8404a365e183efc82ee63560bcf839 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-%{modname} Version: 4.5.2 -Release: 4 +Release: 5 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: http://lxml.de @@ -52,8 +52,7 @@ export WITH_CYTHON=true %py3_install %check -%{__python2} setup.py test -%{__python3} setup.py test +make test3 %files -n python2-%{modname} %license doc/licenses/ZopePublicLicense.txt LICENSES.txt @@ -69,6 +68,9 @@ export WITH_CYTHON=true %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Wed Jan 19 2022 shixuantong - 4.5.2-5 +- enable check + * Wed Dec 22 2021 shixuantong - 4.5.2-4 - fix CVE-2021-43818