Accepting request 961644 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/961644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpretty?expand=0&rev=19
This commit is contained in:
commit
358951c417
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e53c927c4d3d781a0761727f1edfad64abef94e828718e12b672a678a8b3e0b5
|
||||
size 414946
|
BIN
httpretty-1.1.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
httpretty-1.1.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user