diff --git a/1.4.0.tar.gz b/1.4.0.tar.gz new file mode 100644 index 0000000..a4aef50 Binary files /dev/null and b/1.4.0.tar.gz differ diff --git a/autoissue.log b/autoissue.log new file mode 100644 index 0000000..cc43b5e --- /dev/null +++ b/autoissue.log @@ -0,0 +1 @@ +python-gunicorn : issue need proofreading (Wed Oct 26 05:19:25 PM CST 2022) diff --git a/httmock-1.3.0.tar.gz b/httmock-1.3.0.tar.gz deleted file mode 100644 index 0c3e615..0000000 Binary files a/httmock-1.3.0.tar.gz and /dev/null differ diff --git a/python-httmock.spec b/python-httmock.spec index b71a3fb..f285e6e 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -3,13 +3,13 @@ %global pypi_name httmock Name: python-%{pypi_name} -Version: 1.3.0 +Version: 1.4.0 Release: 1 Summary: A mocking library for requests License: ASL 2.0 URL: https://github.com/patrys/httmock -Source0: https://files.pythonhosted.org/packages/source/h/httmock/httmock-%{version}.tar.gz +Source0: https://github.com/patrys/httmock/archive/refs/tags/%{version}.tar.gz Source1: https://raw.githubusercontent.com/patrys/httmock/%{version}/tests.py BuildArch: noarch @@ -50,8 +50,11 @@ cp %{SOURCE1} . %doc README.md %{python3_sitelib}/__pycache__/* %{python3_sitelib}/%{pypi_name}.py -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Oct 26 2022 Ge Wang - 1.4.0-1 +- Update to version 1.4.0 + * Thu Dec 17 2020 jiangxinyu - 1.3.0-1 - Init httmock project