forked from pool/python-requests-mock
Accepting request 453417 from home:tbechtold:branches:devel:languages:python
- update to 1.2.0: * Allow for nested mocking * Use create_response for fake http response in tests * Add hostname and port properties to request * Move request code and tests into their own files * Add called_once to Mocker * Fix docs building * Fix exception message when creating a response OBS-URL: https://build.opensuse.org/request/show/453417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 30 11:04:29 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.2.0:
|
||||||
|
* Allow for nested mocking
|
||||||
|
* Use create_response for fake http response in tests
|
||||||
|
* Add hostname and port properties to request
|
||||||
|
* Move request code and tests into their own files
|
||||||
|
* Add called_once to Mocker
|
||||||
|
* Fix docs building
|
||||||
|
* Fix exception message when creating a response
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 28 09:00:13 UTC 2016 - tbechtold@suse.com
|
Wed Sep 28 09:00:13 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-requests-mock
|
# spec file for package python-requests-mock
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-requests-mock
|
Name: python-requests-mock
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mock out responses from the requests package
|
Summary: Mock out responses from the requests package
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0db1645c7c35a811e520b27da196368f42da875a4d64af93629fd2f61223cba
|
|
||||||
size 39154
|
|
3
requests-mock-1.2.0.tar.gz
Normal file
3
requests-mock-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c89d8db3a5ddbce6121bdeb665891ca27bb37d18bbadd96c6c11fb472f07df1
|
||||||
|
size 40219
|
Reference in New Issue
Block a user