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 2021-08-12 09:00:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
and /work/SRC/openSUSE:Factory/.python-s3transfer.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-s3transfer"
Thu Aug 12 09:00:52 2021 rev:18 rq:908599 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes
2021-05-21 21:49:35.898337326 +0200
+++
/work/SRC/openSUSE:Factory/.python-s3transfer.new.1899/python-s3transfer.changes
2021-08-12 09:00:57.950218038 +0200
@@ -1,0 +2,8 @@
+Tue Jul 27 09:40:00 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update 0.5.0:
+ * feature:Python: Dropped support for Python 2.7
+- Disable Python2 builds for all SUSE distributions
+- Remove Python2 build dependencies from spec file
+
+-------------------------------------------------------------------
Old:
----
s3transfer-0.4.2.tar.gz
New:
----
s3transfer-0.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-s3transfer.spec ++++++
--- /var/tmp/diff_new_pack.14fbxs/_old 2021-08-12 09:00:58.626216960 +0200
+++ /var/tmp/diff_new_pack.14fbxs/_new 2021-08-12 09:00:58.630216953 +0200
@@ -17,11 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
%define skip_python2 1
-%endif
Name: python-s3transfer
-Version: 0.4.2
+Version: 0.5.0
Release: 0
Summary: Python S3 transfer manager
License: Apache-2.0
@@ -36,22 +34,12 @@
BuildRequires: %{python_module urllib3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if 0%{?suse_version} < 1500
-BuildRequires: %{python_module scandir}
-BuildRequires: python
-%endif
-%if %{with python2}
-BuildRequires: python2-futures >= 2.2.0
-%endif
Requires: python-botocore <= 2.0.0
Requires: python-botocore >= 1.12.36
Requires: python-requests
Requires: python-urllib3
BuildArch: noarch
-%ifpython2
-Requires: python-futures <= 4.0.0
-Requires: python-futures >= 2.2.0
-%endif
+
%python_subpackages
%description
++++++ s3transfer-0.4.2.tar.gz -> s3transfer-0.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.4.2/PKG-INFO
new/s3transfer-0.5.0/PKG-INFO
--- old/s3transfer-0.4.2/PKG-INFO 2021-04-22 20:12:47.000000000 +0200
+++ new/s3transfer-0.5.0/PKG-INFO 2021-07-15 20:09:05.203689000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: s3transfer
-Version: 0.4.2
+Version: 0.5.0
Summary: An Amazon S3 Transfer Manager
Home-page: https://github.com/boto/s3transfer
Author: Amazon Web Services
@@ -25,9 +25,9 @@
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Requires-Python: >= 3.6
Provides-Extra: crt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.4.2/s3transfer/__init__.py
new/s3transfer-0.5.0/s3transfer/__init__.py
--- old/s3transfer-0.4.2/s3transfer/__init__.py 2021-04-22 20:12:47.000000000
+0200
+++ new/s3transfer-0.5.0/s3transfer/__init__.py 2021-07-15 20:09:04.000000000
+0200
@@ -143,7 +143,7 @@
__author__ = 'Amazon Web Services'
-__version__ = '0.4.2'
+__version__ = '0.5.0'
class NullHandler(logging.Handler):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.4.2/s3transfer.egg-info/PKG-INFO
new/s3transfer-0.5.0/s3transfer.egg-info/PKG-INFO
--- old/s3transfer-0.4.2/s3transfer.egg-info/PKG-INFO 2021-04-22
20:12:47.000000000 +0200
+++ new/s3transfer-0.5.0/s3transfer.egg-info/PKG-INFO 2021-07-15
20:09:05.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: s3transfer
-Version: 0.4.2
+Version: 0.5.0
Summary: An Amazon S3 Transfer Manager
Home-page: https://github.com/boto/s3transfer
Author: Amazon Web Services
@@ -25,9 +25,9 @@
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Requires-Python: >= 3.6
Provides-Extra: crt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.4.2/s3transfer.egg-info/requires.txt
new/s3transfer-0.5.0/s3transfer.egg-info/requires.txt
--- old/s3transfer-0.4.2/s3transfer.egg-info/requires.txt 2021-04-22
20:12:47.000000000 +0200
+++ new/s3transfer-0.5.0/s3transfer.egg-info/requires.txt 2021-07-15
20:09:05.000000000 +0200
@@ -1,7 +1,4 @@
botocore<2.0a.0,>=1.12.36
-[:python_version=="2.7"]
-futures<4.0.0,>=2.2.0
-
[crt]
botocore[crt]<2.0a.0,>=1.20.29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.4.2/setup.cfg
new/s3transfer-0.5.0/setup.cfg
--- old/s3transfer-0.4.2/setup.cfg 2021-04-22 20:12:47.000000000 +0200
+++ new/s3transfer-0.5.0/setup.cfg 2021-07-15 20:09:05.203689000 +0200
@@ -1,10 +1,9 @@
[bdist_wheel]
-universal = 1
+universal = 0
[metadata]
requires_dist =
botocore>=1.12.36,<2.0a.0
- futures>=2.2.0,<4.0.0; python_version=="2.7"
[options.extras_require]
crt = botocore[crt]>=1.20.29,<2.0a0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.4.2/setup.py
new/s3transfer-0.5.0/setup.py
--- old/s3transfer-0.4.2/setup.py 2021-04-22 20:10:22.000000000 +0200
+++ new/s3transfer-0.5.0/setup.py 2021-07-15 20:09:04.000000000 +0200
@@ -31,18 +31,16 @@
include_package_data=True,
install_requires=requires,
extras_require={
- ':python_version=="2.7"': [
- 'futures>=2.2.0,<4.0.0'],
'crt': 'botocore[crt]>=1.20.29,<2.0a.0',
},
license="Apache License 2.0",
+ python_requires=">= 3.6",
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',