Changelog for
python3-httpretty-1.1.4-qubes.bp154.5.35.noarch.rpm :
* Thu Oct 27 2022 Sarah Kriesch
- Add patch 460-miliseconds_tests.patch (gh#gabrielfalcao/HTTPretty#460):
* Correct tests for s390x and aarch64 because of timeout failures after 2 miliseconds
* Mon Aug 08 2022 Ben Greiner - Fix test suite:
* Remove nose idioms
* Remove outdated test skips
* Mon Aug 08 2022 Steve Kowalik - Add patch double-slash-paths.patch:
* http.request may replace // with /, handle that in the testcase.
* Sat Aug 06 2022 Matej Cepl - Add 453-fix-tests-pytest.patch (gh#gabrielfalcao/HTTPretty#449) to make tests compatible with pytest.
* Thu May 05 2022 Steve Kowalik - Add patch remove-mock.patch:
* Use unittest.mock in the functional tests.
* Sat Mar 12 2022 Arun Persaud - specfile:
* update copyright year- update to version 1.1.4:
* Bugfix: #435 Fallback to WARNING when logging.getLogger().level is None.- changes from version 1.1.3:
* Bugfix: #430 Respect socket timeout.- changes from version 1.1.2:
* Bugfix: #426 Segmentation fault when running against a large amount of tests with pytest --mypy.- changes from version 1.1.1:
* Bugfix: httpretty.disable() injects pyopenssl into :py:mod:`urllib3` even if it originally wasn\'t #417
* Bugfix: \"Incompatibility with boto3 S3 put_object\" #416
* Bugfix: \"Regular expression for URL -> TypeError: wrap_socket() missing 1 required\" #413
* Bugfix: \"Making requests to non-stadard port throws TimeoutError \"#387- changes from version 1.1.0:
* Feature: Display mismatched URL within UnmockedError whenever possible. #388
* Feature: Display mismatched URL via logging. #419
* Add new properties to :py:class:`httpretty.core.HTTPrettyRequest` (protocol, host, url, path, method).
* Mon Mar 22 2021 Ben Greiner - Updater to 1.0.5
* Bugfix: Support socket.socketpair() . #402
* Bugfix: Prevent exceptions from re-applying monkey patches. [#406]- Release 1.0.4
* Python 3.8 and 3.9 support. #407
* Mon Dec 14 2020 Benjamin Greiner - Update to 1.0.3
* Fix compatibility with urllib3>=1.26. #410
* Sun Aug 16 2020 John Vandenberg - Replace nose with nose2
* Wed Aug 12 2020 Benjamin Greiner - avoid reading DNS resolver settings gh#gabrielfalcao/HTTPretty#405- remove unnecessary test packages
* Thu Apr 09 2020 Marketa Calabkova - Update to 1.0.2
* Drop Python 2 support.
* Fix usage with redis and improve overall real-socket passthrough.
* Fix TypeError: wrap_socket() missing 1 required positional argument: \'sock\'.
* Fix simple typo: neighter -> neither.
* Updated documentation for register_uri concerning using ports.
* Clarify relation between ``enabled`` and ``httprettized`` in API docs.
* Align signature with builtin socket.
* Mon Jan 07 2019 Tomáš Chvátal - Version update to 0.9.6:
* Many fixes all around
* Support for python 3.7- Make sure we really run the tests
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sat Aug 26 2017 jengelhAATTinai.de- Fix spello in description. Move summary extent to description.
* Tue Aug 15 2017 daniel.molkentinAATTsuse.com- Update to 0.8.14- Converted to singlespec- Remove legacy macros- Ran spec-cleaner
* Sun Mar 13 2016 dmuellerAATTsuse.com- add copying
* Wed Apr 22 2015 mciharAATTsuse.cz- Update to 0.8.8:
* many changes