14
0

Accepting request 406991 from home:tbechtold:branches:devel:languages:python

- update to 1.0.0:
  * Add tox environment to run against master requests
  * Change dev status classifier to stable
  * Doc fixups
  * Expose cert and proxies as attributes of the last request
  * Add timeout and allow_retries to RequestProxy
  * Fix py34 DB issue and remove py33/py26
  * Remove pypip.in badge from readme

OBS-URL: https://build.opensuse.org/request/show/406991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=5
This commit is contained in:
2016-07-06 16:17:27 +00:00
committed by Git OBS Bridge
parent c916591998
commit f044b20d78
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 6 16:13:45 UTC 2016 - tbechtold@suse.com
- update to 1.0.0:
* Add tox environment to run against master requests
* Change dev status classifier to stable
* Doc fixups
* Expose cert and proxies as attributes of the last request
* Add timeout and allow_retries to RequestProxy
* Fix py34 DB issue and remove py33/py26
* Remove pypip.in badge from readme
-------------------------------------------------------------------
Fri Dec 4 07:59:17 UTC 2015 - dmueller@suse.com