update to 1.4.0
This commit is contained in:
parent
7f96165424
commit
e0b999151e
BIN
1.4.0.tar.gz
Normal file
BIN
1.4.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -3,13 +3,13 @@
|
||||
%global pypi_name httmock
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.0
|
||||
Release: 2
|
||||
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
|
||||
|
||||
@ -53,8 +53,11 @@ cp %{SOURCE1} .
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 xigaoxinyan <xigaoxinyanA@h-partners.com> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
* Thu Mar 31 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 1.3.0-2
|
||||
* Fix build error caused by py3.10+ wildcard
|
||||
- Fix build error caused by py3.10+ wildcard
|
||||
|
||||
* Thu Dec 17 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.0-1
|
||||
- Init httmock project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user