Accepting request 505524 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/505524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=7
This commit is contained in:
commit
65b043a5f5
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 16:37:14 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- fix build for SLE12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 07:47:41 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 1.3.0:
|
||||
* Add a releasenote for additional_matcher
|
||||
* Add documentation for the exception response
|
||||
* Fix occurences of `adatper`
|
||||
* Type check the empty string when creating repsonse
|
||||
* Allow arbirtrary matcher to be add to match
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 15:22:58 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-requests-mock
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Mock out responses from the requests package
|
||||
License: Apache-2.0
|
||||
@ -37,10 +37,10 @@ BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module testrepository >= 0.0.18}
|
||||
BuildRequires: %{python_module testtools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-dbm
|
||||
Requires: python-requests >= 1.1
|
||||
Requires: python-six
|
||||
%ifpython3
|
||||
BuildRequires: python3-dbm
|
||||
Requires: python3-dbm
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c89d8db3a5ddbce6121bdeb665891ca27bb37d18bbadd96c6c11fb472f07df1
|
||||
size 40219
|
3
requests-mock-1.3.0.tar.gz
Normal file
3
requests-mock-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd86970d6c52cc97071f5185aa594de6a997a5ca63b3bb36aceb9bb9db49294b
|
||||
size 42399
|
Loading…
Reference in New Issue
Block a user