diff --git a/httpretty-1.0.5.tar.gz b/httpretty-1.0.5.tar.gz deleted file mode 100644 index 550cdd9..0000000 --- a/httpretty-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e53c927c4d3d781a0761727f1edfad64abef94e828718e12b672a678a8b3e0b5 -size 414946 diff --git a/httpretty-1.1.4.tar.gz b/httpretty-1.1.4.tar.gz new file mode 100644 index 0000000..86160f4 --- /dev/null +++ b/httpretty-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20de0e5dd5a18292d36d928cc3d6e52f8b2ac73daec40d41eb62dee154933b68 +size 442389 diff --git a/python-httpretty.changes b/python-httpretty.changes index 1eb9623..5415eb5 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sat Mar 12 05:50:55 UTC 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 20:00:53 UTC 2021 - Ben Greiner diff --git a/python-httpretty.spec b/python-httpretty.spec index 8a7e971..858c391 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,7 +1,7 @@ # # spec file for package python-httpretty # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-httpretty -Version: 1.0.5 +Version: 1.1.4 Release: 0 Summary: HTTP client mocking tool for Python License: MIT