!4 update to version 1.4.0
From: @wang--ge Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
850f5d996d
BIN
1.4.0.tar.gz
Normal file
BIN
1.4.0.tar.gz
Normal file
Binary file not shown.
1
autoissue.log
Normal file
1
autoissue.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
python-gunicorn : issue need proofreading (Wed Oct 26 05:19:25 PM CST 2022)
|
||||||
Binary file not shown.
@ -3,13 +3,13 @@
|
|||||||
%global pypi_name httmock
|
%global pypi_name httmock
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A mocking library for requests
|
Summary: A mocking library for requests
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/patrys/httmock
|
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
|
Source1: https://raw.githubusercontent.com/patrys/httmock/%{version}/tests.py
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -50,8 +50,11 @@ cp %{SOURCE1} .
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
%{python3_sitelib}/%{pypi_name}.py
|
%{python3_sitelib}/%{pypi_name}.py
|
||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2022 Ge Wang <wangge20@h-partners.com> - 1.4.0-1
|
||||||
|
- Update to version 1.4.0
|
||||||
|
|
||||||
* Thu Dec 17 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.0-1
|
* Thu Dec 17 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.0-1
|
||||||
- Init httmock project
|
- Init httmock project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user