From 0b13b7445184546010b39ffec9c20890845e3d8a Mon Sep 17 00:00:00 2001 From: doupengda Date: Mon, 15 Jul 2024 15:11:16 +0800 Subject: [PATCH] fix check fail problem --- python-cheroot.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cheroot.spec b/python-cheroot.spec index 869b0a7..03170e2 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. -- Gitee