enable check

(cherry picked from commit 644598fe661ef26f62636ef2416196c7fa950759)
This commit is contained in:
桐小哥 2022-01-19 07:25:23 +00:00 committed by openeuler-sync-bot
parent 402e7b88e4
commit ea6ecbe93d

View File

@ -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 <shixuantong@huawei.com> - 4.5.2-5
- enable check
* Wed Dec 22 2021 shixuantong <shixuantong@huawei.com> - 4.5.2-4
- fix CVE-2021-43818