diff --git a/python-lxml.spec b/python-lxml.spec index e091313c405a9a3cf8c77c250a9d612f28523f30..97e7c3d5d29f0325e2c397806334aa9eed21ff89 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ Summary: XML processing library combining libxml2/libxslt with the ElementTree API Name: python-lxml Version: 4.9.3 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD and MIT and zlib URL: https://github.com/lxml/lxml Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz @@ -49,8 +49,10 @@ env WITH_CYTHON=true %py3_build %py3_install %check +%ifnarch loongarch64 cp -a build/lib.%{python3_platform}-*/* src/ %{python3} test.py -vuf +%endif %files -n python3-lxml %license LICENSES.txt doc/licenses/BSD.txt doc/licenses/elementtree.txt @@ -59,6 +61,10 @@ cp -a build/lib.%{python3_platform}-*/* src/ %{python3_sitearch}/lxml-*.egg-info/ %changelog +* Thu Jul 11 2024 Pengda Dou - 4.9.3-5 +- [Type] other +- [DESC] disable check for loongarch64 + * Fri Dec 29 2023 Shuo Wang - 4.9.3-4 - fix test fail when libxml2 update to 2.11.4