14
0

- 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:
Thomas Bechtold
2018-02-23 13:54:29 +00:00
committed by Git OBS Bridge
parent c01ec2a74a
commit 999f5d0196
4 changed files with 16 additions and 5 deletions

View File

@@ -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