* Remove requests 2.3 compatibility code
* Add release notes for reset function
* Add release note for session scoped mock
* Allow passing session as postiional argument
* Create bound method instead of a wrapper
* Added reset\_mock to \_RequestHistoryTracker and Adapter (#139)
* doc on session Mockers
* doc on nesting Mockers
* fix README.rst typo
* suggest Mocker for users unfamiliar with adapters
* update examples to mount adapter on 'mock://'
* fix global/session mock interactions and real\_http
* Added installation instructions
* Add release note for nested mocking
* fix redirects (#105) and mock nesting (#116)
* Mark IOReader object closed when using a stream
* Add the default response reason if not set
* Don't check that proxies are set in test
* Add StackOverflow tag to README
* Mention pytest fixture on the README
* Add background information to pytest doc
* docs: update examples to match Read the Docs
* Expose real\_http as a public property
* fix py27 error
* easier session scoped mock
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=39
- New `pygit2.LIBGIT2_VER` tuple
- New objects now support (in)equality comparison and hash
- New references now support (in)equality comparison
- New `paths` optional argument in `Repository.checkout()`
- Fix speed and windows package regression
- Fix deprecation warning
- Documentation fixes
- Add Python classifiers to setup.py
- Speeding up tests in Travis
- Breaking changes:
- Remove deprecated `Reference.get_object()`, use `Reference.peel()` instead
- Move to pytest, drop support for Python 3.3 and cffi 0.x
- New support comparing signatures for (in)equality
- New ``Submodule.head_id``
- New ``Remote.prune(...)``
- New ``pygit2.reference_is_valid_name(...)``
- New ``AlreadyExistsError`` and ``InvalidSpecError``
- New ``Reference.raw_name``, ``Reference.raw_shorthand``, ``Tag.raw_name``,
- Fix decode error in commit messages and signatures
- Fix, raise error in ``Repository.descendant_of(...)`` if commit doesn't exist
- Documentation fixes
- Breaking changes:
- Remove undocumented ``Tag._message``, replaced by ``Tag.raw_message``
- Add support for Python 3.7
- New ``Object.short_id``
- New ``Repository.descendant_of`` and ``Repository.branches.with_commit``
- Fix repository initialization in ``clone_repository(...)``
- Fix several warnings and errors, commits
- Documentation fixes and improvements
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=30
* 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