Package Release Info

python-requests-mock-1.4.0-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-requests-mock
python3-requests-mock

Change Logs

* Fri Feb 23 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 2017 dmueller@suse.com
- fix build for SLE12
* Sat Jun 10 2017 dmueller@suse.com
- update to 1.3.0:
  * Add a releasenote for additional_matcher
  * Add documentation for the exception response
  * Fix occurences of `adatper`
  * Type check the empty string when creating repsonse
  * Allow arbirtrary matcher to be add to match
* Thu May 25 2017 sebix+novell.com@sebix.at
- convert to singlespec
* Mon Jan 30 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 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
* Fri Jul 08 2016 dmueller@suse.com
- fix source url
* Wed Jul 06 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 04 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
* Mon Apr 20 2015 tbechtold@suse.com
- Fix license string
* Mon Feb 02 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 2014 tbechtold@suse.com
- Initial package