Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-botocore for openSUSE:Factory
checked in at 2023-06-04 00:11:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
and /work/SRC/openSUSE:Factory/.python-botocore.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore"
Sun Jun 4 00:11:26 2023 rev:118 rq:1090097 version:1.29.144
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes
2023-05-23 14:53:21.870064627 +0200
+++
/work/SRC/openSUSE:Factory/.python-botocore.new.15902/python-botocore.changes
2023-06-04 00:11:27.257122138 +0200
@@ -1,0 +2,12 @@
+Wed May 31 20:20:09 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.29.144:
+ * see https://raw.githubusercontent.com/boto/botocore/1.29.144/CHANGELOG.rst
+
+-------------------------------------------------------------------
+Tue May 30 11:13:42 UTC 2023 - Dirk Müller <[email protected]>
+
+- use vendored urllib3/requests to avoid conflicts with
+ urllib3 2.x and requests
+
+-------------------------------------------------------------------
Old:
----
botocore-1.29.130.tar.gz
New:
----
botocore-1.29.144.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.9kNtWJ/_old 2023-06-04 00:11:27.813125463 +0200
+++ /var/tmp/diff_new_pack.9kNtWJ/_new 2023-06-04 00:11:27.821125510 +0200
@@ -28,7 +28,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-botocore%{?psuffix}
-Version: 1.29.130
+Version: 1.29.144
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@@ -40,12 +40,13 @@
Requires: python-requests
Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0)
Requires: (python-python-dateutil >= 2.1 with python-python-dateutil <
3.0.0)
-Requires: (python-urllib3 >= 1.25.4 with python-urllib3 < 1.27)
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module botocore = %{version}}
BuildRequires: %{python_module jsonschema}
BuildRequires: %{python_module pytest >= 6.2.5}
+BuildRequires: %{python_module pytest-xdist}
+BuildRequires: %{python_module urllib3 < 2}
BuildRequires: procps
%endif
%python_subpackages
@@ -58,12 +59,6 @@
# remove bundled cacert.pem
rm botocore/cacert.pem
-# remove bundled 3rd party Python modules
-rm -r botocore/vendored/
-# fix all imports:
-sed -i 's/from botocore\.vendored //' botocore/*.py tests/functional/*.py
tests/integration/*.py tests/unit/*.py
-sed -i 's/botocore.vendored.requests.model.Response/requests.model.Response/'
botocore/endpoint.py
-sed -i 's/botocore\.vendored\.//' botocore/*.py tests/functional/*.py
tests/integration/*.py tests/unit/*.py
%if !%{with test}
%build
@@ -78,7 +73,7 @@
%check
# TODO: Figure out whether integration tests are possible offline
# no_bare_six_imports: we "fixed" that above.
-%pytest --ignore tests/integration -k "not six"
+%pytest %{?jobs:-n 4} --ignore tests/integration -k "not six"
%endif
%if !%{with test}
++++++ botocore-1.29.130.tar.gz -> botocore-1.29.144.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-botocore/botocore-1.29.130.tar.gz
/work/SRC/openSUSE:Factory/.python-botocore.new.15902/botocore-1.29.144.tar.gz
differ: char 5, line 1