2016-09-28 18:32:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 28 09:00:13 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- update to 1.1.0:
|
|
|
|
* Add a called_once property to adapter
|
|
|
|
* Enable case sensitive matching
|
|
|
|
* Provide fixture extras for pip
|
|
|
|
* Allow doing real_http per mock via the mocker
|
|
|
|
* Return b'' when reading closed response
|
|
|
|
* Fixture documentation error
|
|
|
|
|
2016-07-08 10:55:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 8 08:55:29 UTC 2016 - dmueller@suse.com
|
|
|
|
|
|
|
|
- fix source url
|
|
|
|
|
2016-07-06 18:17:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-12-04 09:01:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 4 07:59:17 UTC 2015 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 0.7.0:
|
|
|
|
* Support Cookies
|
|
|
|
* Expose Fake objects in compat
|
|
|
|
* Update .gitreview for new namespace
|
|
|
|
* Change ignore-errors to ignore_errors
|
|
|
|
|
2015-04-24 16:30:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 20 13:48:07 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Fix license string
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 2 15:25:27 UTC 2015 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update 0.6.0:
|
|
|
|
* Update docs
|
|
|
|
* Allow to decorate class with mock
|
|
|
|
* Use weakref to hold matcher
|
|
|
|
* Include matcher in request history
|
|
|
|
* Add called and call_count to mocker
|
|
|
|
* Update README to use newer syntax
|
|
|
|
* Allow specifying an exception to raise
|
|
|
|
* Update novaclient and keystoneclient git repo
|
|
|
|
* Add pbr to all tox environments
|
|
|
|
* Add docs environment to tox.ini
|
|
|
|
* Work toward Python 3.4 support and testing
|
|
|
|
* Run tip tests against requests master as well
|
|
|
|
* Add link to find bug tracker
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 26 07:45:55 UTC 2014 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|