forked from pool/python-responses
- update to 0.18.0:
* Dropped support of Python 2.7, 3.5, 3.6 * Fixed issue with type annotation for `responses.activate` decorator. See #468 * Removed internal `_is_string` and `_ensure_str` functions * Removed internal `_quote` from `test_responses.py` * Removed internal `_matches` attribute of `RequestsMock` object. * Generated decorator wrapper now uses stdlib features instead of strings and exec * Fix issue when Deprecation Warning was raised with default arguments in `responses.add_callback` due to `match_querystring`. See #464 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:13:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.18.0:
|
||||
* Dropped support of Python 2.7, 3.5, 3.6
|
||||
* Fixed issue with type annotation for `responses.activate` decorator. See #468
|
||||
* Removed internal `_is_string` and `_ensure_str` functions
|
||||
* Removed internal `_quote` from `test_responses.py`
|
||||
* Removed internal `_matches` attribute of `RequestsMock` object.
|
||||
* Generated decorator wrapper now uses stdlib features instead of strings and exec
|
||||
* Fix issue when Deprecation Warning was raised with default arguments
|
||||
in `responses.add_callback` due to `match_querystring`. See #464
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 23:14:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-responses
|
||||
Version: 0.17.0
|
||||
Version: 0.18.0
|
||||
Release: 0
|
||||
Summary: A utility library for mocking out the `requests` Python library
|
||||
License: Apache-2.0
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user