14
0

Accepting request 298197 from Cloud:OpenStack:Master

Initial packaging

OBS-URL: https://build.opensuse.org/request/show/298197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=1
This commit is contained in:
Denisart Benjamin
2015-04-24 14:30:55 +00:00
committed by Git OBS Bridge
commit a4a37f01e3
5 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
-------------------------------------------------------------------
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