- update to 1.4.0:
* allow an adapter to be passed to a Mocker object * Rename [wheel] section to [bdist\_wheel] as the former is legacy * Include license file in the generated wheel package * Add testing for newer Python versions 3.5 and 3.6 * Return a separate copy for each call to decorator * Add string representation to \_RequestObjectProxy OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=17
This commit is contained in:
parent
c01ec2a74a
commit
999f5d0196
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 13:52:35 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
- update to 1.4.0:
|
||||
* allow an adapter to be passed to a Mocker object
|
||||
* Rename [wheel] section to [bdist\_wheel] as the former is legacy
|
||||
* Include license file in the generated wheel package
|
||||
* Add testing for newer Python versions 3.5 and 3.6
|
||||
* Return a separate copy for each call to decorator
|
||||
* Add string representation to \_RequestObjectProxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 16:37:14 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-requests-mock
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-requests-mock
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Mock out responses from the requests package
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd86970d6c52cc97071f5185aa594de6a997a5ca63b3bb36aceb9bb9db49294b
|
||||
size 42399
|
3
requests-mock-1.4.0.tar.gz
Normal file
3
requests-mock-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b
|
||||
size 42169
|
Loading…
Reference in New Issue
Block a user