15
0

Accepting request 961178 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/961178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=43
This commit is contained in:
2022-03-14 10:53:11 +00:00
committed by Git OBS Bridge
parent 97987a8195
commit d6d19686e2
4 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Mar 12 05:50:55 UTC 2022 - Arun Persaud <arun@gmx.de>
- 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 20:00:53 UTC 2021 - Ben Greiner <code@bnavigator.de>