diff --git a/-1.4.0.tar.gz b/-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/1.4.0.tar.gz b/1.4.0.tar.gz deleted file mode 100644 index a4aef504ab804906e81a122ef9ddcc7b2b8f434e..0000000000000000000000000000000000000000 Binary files a/1.4.0.tar.gz and /dev/null differ diff --git a/python-httmock.spec b/python-httmock.spec index 093feafc19cc871f1ef88351f0fdae6056c44a72..68dbaaf7291a15f3073fcb5c79ddcf736672f5a5 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -4,12 +4,12 @@ Name: python-%{pypi_name} Version: 1.4.0 -Release: 2 +Release: 1 Summary: A mocking library for requests License: ASL 2.0 URL: https://github.com/patrys/httmock -Source0: https://github.com/patrys/httmock/archive/refs/tags/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/-//-%{version}.tar.gz Source1: https://raw.githubusercontent.com/patrys/httmock/%{version}/tests.py BuildArch: noarch @@ -53,6 +53,12 @@ cp %{SOURCE1} . %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Nov 21 2025 peiliya - 1.4.0-1 +- Update to 1.4.0 + +* Wed Nov 19 2025 peiliya - 1.4.0-1 +- Update to 1.4.0 + * Mon Jul 14 2025 wangkai <13474090681@163.com> - 1.4.0-2 - Fix build failure due to setuptools updated