diff --git a/python-responses.changes b/python-responses.changes index 3eaca06..29a8791 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 8 22:40:48 UTC 2021 - Dirk Müller + +- update to 0.12.1: + * `responses.urlencoded_params_matcher` and `responses.json_params_matcher` now + accept None to match empty requests. + * Fixed imports to work with new `urllib3` versions. + * `request.params` now allows parameters to have multiple values for the same key. + * Improved ConnectionError messages. + - Remove support for Python 3.4. + - Added the `match` parameter to `add()`. + - Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`. + - Add a requirements pin to urllib3. This helps prevent broken install states where + cookie usage fails. + - Added `assert_call_count` to improve ergonomics around ensuring a mock was called. + - Fix incorrect handling of paths with query strings. + - Add Python 3.9 support to CI matrix. + ------------------------------------------------------------------- Mon Jun 8 10:18:01 UTC 2020 - Ondřej Súkup diff --git a/python-responses.spec b/python-responses.spec index e5cb736..972f3ee 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -1,7 +1,7 @@ # # spec file for package python-responses # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-responses -Version: 0.10.14 +Version: 0.12.1 Release: 0 Summary: A utility library for mocking out the `requests` Python library License: Apache-2.0 diff --git a/responses-0.10.14.tar.gz b/responses-0.10.14.tar.gz deleted file mode 100644 index 5e31db3..0000000 --- a/responses-0.10.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a78bc010b20a5022a2c0cb76b8ee6dc1e34d887972615ebd725ab9a166a4960 -size 24782 diff --git a/responses-0.12.1.tar.gz b/responses-0.12.1.tar.gz new file mode 100644 index 0000000..b0e980f --- /dev/null +++ b/responses-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5764325c6b624e42b428688f2111fea166af46623cb0127c05f6afb14d3457 +size 27123