From ca84980b4de2c402c8546429de3cc6e87fdefa84 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:20:32 +0000 Subject: [PATCH] enable check --- python-lxml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 9e882c3..53346f4 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://github.com/lxml/lxml @@ -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 +* Wed Jan 19 2022 shixuantong - 4.7.1-2 +- enable check + * Sat Dec 25 2021 liudabo - 4.7.1-1 - DESC: upgrade python-lxml to 4.7.1 -- Gitee