diff --git a/python-responses.changes b/python-responses.changes index b241425..efa51f3 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:36 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-responses.spec b/python-responses.spec index 1bdb272..2374950 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -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 diff --git a/responses-0.17.0.tar.gz b/responses-0.17.0.tar.gz deleted file mode 100644 index 7e933dc..0000000 --- a/responses-0.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec675e080d06bf8d1fb5e5a68a1e5cd0df46b09c78230315f650af5e4036bec7 -size 45064 diff --git a/responses-0.18.0.tar.gz b/responses-0.18.0.tar.gz new file mode 100644 index 0000000..782495e --- /dev/null +++ b/responses-0.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380cad4c1c1dc942e5e8a8eaae0b4d4edf708f4f010db8b7bcfafad1fcd254ff +size 45885