From 0267803b78c50785f2a655c85c7246f2abf48abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 19 Jan 2022 07:25:23 +0000 Subject: [PATCH] enable check (cherry picked from commit 644598fe661ef26f62636ef2416196c7fa950759) --- python-lxml.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 5d86f03..f48dbf7 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 -- Gitee