From eae844a86318bdd06158ff5fef83e806ae5d80ce79de7f683ca6dc959fee8e25 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Nov 2021 11:56:12 +0000 Subject: [PATCH] - update to 0.16.0: * Fixed regression with `stream` parameter deprecation, requests.session() and cookie handling. * Replaced adhoc URL parsing with `urllib.parse`. * Added ``match`` parameter to ``add_callback`` method * Added `responses.matchers.fragment_identifier_matcher`. This matcher allows you to match request URL fragment identifier. * Improved test coverage. * Fixed failing test in python 2.7 when `python-future` is also installed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=35 --- python-responses.changes | 12 ++++++++++++ python-responses.spec | 2 +- responses-0.15.0.tar.gz | 3 --- responses-0.16.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 responses-0.15.0.tar.gz create mode 100644 responses-0.16.0.tar.gz diff --git a/python-responses.changes b/python-responses.changes index 2a33ec7..2875f53 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 29 11:54:48 UTC 2021 - Dirk Müller + +- update to 0.16.0: + * Fixed regression with `stream` parameter deprecation, requests.session() and cookie handling. + * Replaced adhoc URL parsing with `urllib.parse`. + * Added ``match`` parameter to ``add_callback`` method + * Added `responses.matchers.fragment_identifier_matcher`. This matcher allows you + to match request URL fragment identifier. + * Improved test coverage. + * Fixed failing test in python 2.7 when `python-future` is also installed. + ------------------------------------------------------------------- Sat Oct 30 20:38:16 UTC 2021 - Dirk Müller diff --git a/python-responses.spec b/python-responses.spec index 4e9c44b..ff39430 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.15.0 +Version: 0.16.0 Release: 0 Summary: A utility library for mocking out the `requests` Python library License: Apache-2.0 diff --git a/responses-0.15.0.tar.gz b/responses-0.15.0.tar.gz deleted file mode 100644 index 482d875..0000000 --- a/responses-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:866757987d1962aa908d9c8b3185739faefd72a359e95459de0c2e4e5369c9b2 -size 37965 diff --git a/responses-0.16.0.tar.gz b/responses-0.16.0.tar.gz new file mode 100644 index 0000000..9612d45 --- /dev/null +++ b/responses-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791 +size 41943