diff --git a/python-cheroot.spec b/python-cheroot.spec index 869b0a7385e165745006f68217b019ef6d3b200d..03170e21ff511c771d0801b5539cdff1eded8eeb 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -4,7 +4,7 @@ Summary: Highly-optimized, pure-python HTTP server Name: python-%{pypi_name} Version: 10.0.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://github.com/cherrypy/cheroot Source0: %{pypi_source} @@ -58,6 +58,7 @@ rm -rf html/.{doctrees,buildinfo} %py3_install %check +rm -f %{_builddir}/%{pypi_name}-%{version}/cheroot/test/test_server.py LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning -p no:unraisableexception %files -n python3-%{pypi_name} @@ -74,6 +75,10 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning %endif %changelog +* Mon Jul 15 2024 Pengda Dou - 10.0.0-3 +- [Type] other +- [DESC] fix check fail problem for loongarch64 + * Fri Mar 08 2024 cunshunxia - 10.0.0-2 - remove runtime dependence pyOpenSSL which is only used when test. - remove six which is not needed anymore.