Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-responses for
openSUSE:Factory checked in at 2022-06-21 17:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-responses (Old)
and /work/SRC/openSUSE:Factory/.python-responses.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-responses"
Tue Jun 21 17:15:17 2022 rev:22 rq:983897 version:0.21.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes
2022-04-10 19:05:42.110302055 +0200
+++
/work/SRC/openSUSE:Factory/.python-responses.new.1548/python-responses.changes
2022-06-21 17:15:21.326342192 +0200
@@ -1,0 +2,13 @@
+Mon Jun 20 09:12:27 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 0.21.0:
+ * Add `threading.Lock()` to allow `responses` working with `threading`
module.
+ * Add `urllib3` `Retry` mechanism. See #135
+ * Removed internal `_cookies_from_headers` function
+ * Now `add`, `upsert`, `replace` methods return registered response.
+ `remove` method returns list of removed responses.
+ * Added null value support in `urlencoded_params_matcher` via `allow_blank`
keyword argument
+ * Added strict version of decorator. Now you can apply
`@responses.activate(assert_all_requests_are_fired=True)`
+ to your function to validate that all requests were executed in the
wrapped function. See #183
+
+-------------------------------------------------------------------
Old:
----
0.20.0.tar.gz
New:
----
responses-0.21.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-responses.spec ++++++
--- /var/tmp/diff_new_pack.mfCBmw/_old 2022-06-21 17:15:21.854342730 +0200
+++ /var/tmp/diff_new_pack.mfCBmw/_new 2022-06-21 17:15:21.866342741 +0200
@@ -20,15 +20,13 @@
%global skip_python2 1
%global skip_python36 1
Name: python-responses
-Version: 0.20.0
+Version: 0.21.0
Release: 0
Summary: A utility library for mocking out the `requests` Python library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/getsentry/responses
-#Source:
https://files.pythonhosted.org/packages/source/r/responses/responses-%{version}.tar.gz
-# tests dir will be available next release:
https://github.com/getsentry/responses/commit/72238a7212665174416bce788bda26a78547aaf4
-Source:
https://github.com/getsentry/responses/archive/refs/tags/0.20.0.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/r/responses/responses-%{version}.tar.gz
# test requirements
BuildRequires: %{python_module cookies}
BuildRequires: %{python_module pytest-localserver}