From 26059337886b8902e11f0296f2162fbb499ff32e Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 14 Jul 2025 17:43:51 +0800 Subject: [PATCH] Fix build failure due to setuptools updated --- python-httmock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httmock.spec b/python-httmock.spec index 87ffe42..093feaf 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.4.0 -Release: 1 +Release: 2 Summary: A mocking library for requests License: ASL 2.0 @@ -43,7 +43,7 @@ cp %{SOURCE1} . %py3_install %check -%{__python3} setup.py test +%{__python3} -m unittest discover -vv %files -n python3-%{pypi_name} %license LICENSE @@ -53,6 +53,9 @@ cp %{SOURCE1} . %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jul 14 2025 wangkai <13474090681@163.com> - 1.4.0-2 +- Fix build failure due to setuptools updated + * Tue Jun 14 2022 xigaoxinyan - 1.4.0-1 - Update to 1.4.0 -- Gitee