diff --git a/python-lxml.spec b/python-lxml.spec index 456ec06220680904270b7b7cf56f8e2a6acab62f..1310dab40ab7d64503d971829e8af95a166e3039 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.7.1 -Release: 1 +Release: 2 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: https://files.pythonhosted.org @@ -38,7 +38,7 @@ export WITH_CYTHON=true %py3_install %check -%{__python3} setup.py test +make test3 %files -n python3-%{modname} @@ -50,6 +50,9 @@ export WITH_CYTHON=true %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Thu Jan 20 2022 shixuantong - 4.7.1-2 +- enable check + * Sat Dec 25 2021 liudabo - 4.7.1-1 - upgrade version to 4.7.1