enable check
This commit is contained in:
parent
106e9b7a76
commit
ca84980b4d
@ -7,7 +7,7 @@ The latest release works with all CPython versions from 2.7 to 3.7.
|
|||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 4.7.1
|
Version: 4.7.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/lxml/lxml
|
URL: https://github.com/lxml/lxml
|
||||||
@ -38,7 +38,7 @@ export WITH_CYTHON=true
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} setup.py test
|
make test3
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%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
|
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 19 2022 shixuantong <shixuantong@huawei.com> - 4.7.1-2
|
||||||
|
- enable check
|
||||||
|
|
||||||
* Sat Dec 25 2021 liudabo<liudabo1@huawei.com> - 4.7.1-1
|
* Sat Dec 25 2021 liudabo<liudabo1@huawei.com> - 4.7.1-1
|
||||||
- DESC: upgrade python-lxml to 4.7.1
|
- DESC: upgrade python-lxml to 4.7.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user