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 2023-05-30 22:02:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-responses (Old)
and /work/SRC/openSUSE:Factory/.python-responses.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-responses"
Tue May 30 22:02:02 2023 rev:27 rq:1088655 version:0.23.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes
2023-05-19 11:55:34.803283312 +0200
+++
/work/SRC/openSUSE:Factory/.python-responses.new.1533/python-responses.changes
2023-05-30 22:02:11.370920866 +0200
@@ -1,0 +2,6 @@
+Tue May 23 12:47:08 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Drop patch 636-urllib3-2-compat.patch:
+ * moto needs to stay with urllib3 < 2 due to boto.
+
+-------------------------------------------------------------------
Old:
----
636-urllib3-2-compat.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-responses.spec ++++++
--- /var/tmp/diff_new_pack.nIEx73/_old 2023-05-30 22:02:11.834923601 +0200
+++ /var/tmp/diff_new_pack.nIEx73/_new 2023-05-30 22:02:11.838923625 +0200
@@ -22,12 +22,9 @@
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
-# PATCH-FIX-UPSTREAM 636-urllib3-2-compat.patch gh#getsentry/responses!636
[email protected]
-# Make the package compatible with urllib3 >= 2.0
-Patch0: 636-urllib3-2-compat.patch
+# Waiting for the death of urllib3 1.x due to boto: gh#getsentry/responses!636
# PATCH-FIX-UPSTREAM unbundle-urllib3.patch gh#getsentry/responses#635,
[email protected]
# Don't use urllib3 bundled in requests.
Patch1: unbundle-urllib3.patch
@@ -44,10 +41,10 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.22 with %python-requests < 3}
BuildRequires: %{python_module tomli-w}
-BuildRequires: %{python_module urllib3 >= 2}
+BuildRequires: %{python_module urllib3 < 2}
# /SECTION
Requires: python-PyYAML
-Requires: python-urllib3 >= 2
+Requires: python-urllib3 < 2
Requires: (python-requests >= 2.22.0 with python-requests < 3)
BuildArch: noarch
%python_subpackages