Changelog for
python310-requests-mock-1.10.0-1.1.noarch.rpm :
* Wed Feb 01 2023 Dirk Müller
- switch to run tests with pytest- build with all python flavors for SLE 15 SP4+
* Sat Jan 07 2023 Dirk Müller - update to 1.10.0:
* Add a release note for the RLock
* Allow passing json\\_encoder to mocking
* Improvements to Type Hints
* Lint fix for long line exception
* Shorten line length of comments
* Workaround for python2.7 not supporting lock timeout
* Comments to explain reentrant behaviour
* Change to use RLock and set a timeout to prevent infinite deadlocks
* Update homepage/doc URLs of requests library
* Add comment for pytest late loading feature
* pytest plugin should lazy-load requests\\_mock
* Add test for threaded race condition
* Use threading.Lock() to prevent race conditions around monkeypatching of get\\_adapter()
* add GitHub URL for PyPi
* Add reset methods on the Mocker class type
* Avoid using distutils to check pytest version
* YAML quoting
* Support Python 3.10
* Minor changes to code snippet example
* Fix DeprecationWarnings in setup.cfg keys
* a few minor fixes and proposed changes to documentation files
* Improve response-related param type hints
* Explicitly indicate start of keyword-only args
* Fix failing pytest
* Fri Jul 22 2022 Steve Kowalik - Add patch remove-mock.patch:
* Use unittest.mock if available.
* Sun Jun 06 2021 Dirk Müller - update to 1.9.3:
* Release note for 1.9.3 type annotations
* Additional improvements to response matching type stubs
* Improve MockerCore type stubs
* Tue May 18 2021 Dirk Müller - update to 1.9.2:
* Add release note for urlquote fix
* Simple tests to ensure character encoding works
* Use requests to quote URLs
* Remove circleci badge from README
* Restore py.typed file to enable types
* Change tag pattern
* Url Quote the path provided to the mocker
* Use github action to push a release to PyPI (#163)
* Release note for type hints
* Add [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints
* Mocker.copy: Use correct type when copying mocker
* Run unit tests for pull requests as well
* Add support for Python up to 3.9
* Use Github Actions
* Make is\\_bound\\_method private
* Add release note for fixed bug
* Correctly handle an explicit zero byte read
* Add missing string delimiter in example
* fix: is\\_bound\\_method by six
* fix: \\`session\\` and \\`real\\_http\\` cannot be used at the same time
* Wed Dec 09 2020 Benjamin Greiner - Support TW with multiple python3 flavors
* gh#openSUSE/python-rpm-macros#66
* fix BuildRequires
* fix %python_expand $python executable replacement
* Sun Jun 14 2020 Dirk Mueller - update to 1.8.0:
* 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
* Sun Sep 15 2019 Jan Engelhardt - Use noun phrsae in summary.
* Tue Sep 10 2019 Tomáš Chvátal - Update to 1.7.0:
* support for purl
* Fri Jun 07 2019 Tomáš Chvátal - Update dependencies- Run also pytest tests- Fix fdupes call