Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-s3transfer for
openSUSE:Factory checked in at 2022-06-05 00:45:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
and /work/SRC/openSUSE:Factory/.python-s3transfer.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-s3transfer"
Sun Jun 5 00:45:42 2022 rev:21 rq:980631 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes
2021-09-07 21:22:06.409352670 +0200
+++
/work/SRC/openSUSE:Factory/.python-s3transfer.new.1548/python-s3transfer.changes
2022-06-05 00:45:43.508378978 +0200
@@ -1,0 +2,14 @@
+Fri Jun 3 11:41:08 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.6.0
+ * feature:Python: Dropped support for Python 3.6
+- from version 0.5.2
+ * enhancement:``s3``: Added support for flexible checksums
+ when uploading or downloading objects.
+- from version 0.5.1
+ * enhancement:Python: Officially add Python 3.10 support
+- Drop unused python-mock dependency from BuildRequires
+- Refresh patches for new version
+ + no-bundled-packages.patch
+
+-------------------------------------------------------------------
Old:
----
s3transfer-0.5.0.tar.gz
New:
----
s3transfer-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-s3transfer.spec ++++++
--- /var/tmp/diff_new_pack.ww7d3x/_old 2022-06-05 00:45:43.884379296 +0200
+++ /var/tmp/diff_new_pack.ww7d3x/_new 2022-06-05 00:45:43.892379302 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-s3transfer
-Version: 0.5.0
+Version: 0.6.0
Release: 0
Summary: Python S3 transfer manager
License: Apache-2.0
@@ -28,7 +28,6 @@
Source0:
https://files.pythonhosted.org/packages/source/s/s3transfer/s3transfer-%{version}.tar.gz
Patch1: no-bundled-packages.patch
BuildRequires: %{python_module botocore >= 1.12.36}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urllib3}
++++++ no-bundled-packages.patch ++++++
--- /var/tmp/diff_new_pack.ww7d3x/_old 2022-06-05 00:45:43.916379323 +0200
+++ /var/tmp/diff_new_pack.ww7d3x/_new 2022-06-05 00:45:43.920379327 +0200
@@ -1,26 +1,13 @@
-diff -Nru s3transfer-0.2.0.orig/s3transfer/__init__.py
s3transfer-0.2.0/s3transfer/__init__.py
---- s3transfer-0.2.0.orig/s3transfer/__init__.py 2019-02-07
00:14:54.000000000 +0100
-+++ s3transfer-0.2.0/s3transfer/__init__.py 2019-02-13 13:29:44.840939556
+0100
-@@ -134,8 +134,7 @@
- import concurrent.futures
+diff -Nru s3transfer-0.6.0.orig/s3transfer/__init__.py
s3transfer-0.6.0/s3transfer/__init__.py
+--- s3transfer-0.6.0.orig/s3transfer/__init__.py 2022-05-31
20:37:19.000000000 +0200
++++ s3transfer-0.6.0/s3transfer/__init__.py 2022-06-03 13:37:36.897087996
+0200
+@@ -136,7 +136,7 @@
- from botocore.compat import six
--from botocore.vendored.requests.packages.urllib3.exceptions import \
-- ReadTimeoutError
-+from urllib3.exceptions import ReadTimeoutError
+ from botocore.compat import six # noqa: F401
from botocore.exceptions import IncompleteReadError
+-from botocore.vendored.requests.packages.urllib3.exceptions import (
++from urllib3.exceptions import (
+ ReadTimeoutError,
+ )
- import s3transfer.compat
-diff -Nru s3transfer-0.2.0.orig/tests/unit/test_s3transfer.py
s3transfer-0.2.0/tests/unit/test_s3transfer.py
---- s3transfer-0.2.0.orig/tests/unit/test_s3transfer.py 2019-02-07
00:14:54.000000000 +0100
-+++ s3transfer-0.2.0/tests/unit/test_s3transfer.py 2019-02-13
13:30:41.309433514 +0100
-@@ -18,7 +18,7 @@
- from contextlib import closing
-
- import mock
--from botocore.vendored import six
-+import six
- from concurrent import futures
-
- from s3transfer.exceptions import RetriesExceededError
++++++ s3transfer-0.5.0.tar.gz -> s3transfer-0.6.0.tar.gz ++++++
++++ 14386 lines of diff (skipped)