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 2023-09-10 13:09:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
and /work/SRC/openSUSE:Factory/.python-s3transfer.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-s3transfer"
Sun Sep 10 13:09:12 2023 rev:25 rq:1109248 version:0.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes
2023-07-04 15:22:04.054092996 +0200
+++
/work/SRC/openSUSE:Factory/.python-s3transfer.new.1766/python-s3transfer.changes
2023-09-10 13:09:18.988595621 +0200
@@ -1,0 +2,7 @@
+Fri Sep 1 15:11:54 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.6.2
+ * enhancement:Python: Added provisional Python 3.12
+ support to s3transfer
+
+-------------------------------------------------------------------
Old:
----
s3transfer-0.6.1.tar.gz
New:
----
s3transfer-0.6.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-s3transfer.spec ++++++
--- /var/tmp/diff_new_pack.AlBy41/_old 2023-09-10 13:09:20.000631778 +0200
+++ /var/tmp/diff_new_pack.AlBy41/_new 2023-09-10 13:09:20.004631921 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-s3transfer
-Version: 0.6.1
+Version: 0.6.2
Release: 0
Summary: Python S3 transfer manager
License: Apache-2.0
++++++ s3transfer-0.6.1.tar.gz -> s3transfer-0.6.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.6.1/PKG-INFO
new/s3transfer-0.6.2/PKG-INFO
--- old/s3transfer-0.6.1/PKG-INFO 2023-05-04 21:39:46.000000000 +0200
+++ new/s3transfer-0.6.2/PKG-INFO 2023-08-15 22:53:36.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: s3transfer
-Version: 0.6.1
+Version: 0.6.2
Summary: An Amazon S3 Transfer Manager
Home-page: https://github.com/boto/s3transfer
Author: Amazon Web Services
@@ -13,11 +13,13 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
Requires-Python: >= 3.7
Provides-Extra: crt
License-File: LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.6.1/s3transfer/__init__.py
new/s3transfer-0.6.2/s3transfer/__init__.py
--- old/s3transfer-0.6.1/s3transfer/__init__.py 2023-05-04 21:39:46.000000000
+0200
+++ new/s3transfer-0.6.2/s3transfer/__init__.py 2023-08-15 22:53:35.000000000
+0200
@@ -144,7 +144,7 @@
from s3transfer.exceptions import RetriesExceededError, S3UploadFailedError
__author__ = 'Amazon Web Services'
-__version__ = '0.6.1'
+__version__ = '0.6.2'
class NullHandler(logging.Handler):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.6.1/s3transfer.egg-info/PKG-INFO
new/s3transfer-0.6.2/s3transfer.egg-info/PKG-INFO
--- old/s3transfer-0.6.1/s3transfer.egg-info/PKG-INFO 2023-05-04
21:39:46.000000000 +0200
+++ new/s3transfer-0.6.2/s3transfer.egg-info/PKG-INFO 2023-08-15
22:53:36.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: s3transfer
-Version: 0.6.1
+Version: 0.6.2
Summary: An Amazon S3 Transfer Manager
Home-page: https://github.com/boto/s3transfer
Author: Amazon Web Services
@@ -13,11 +13,13 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
Requires-Python: >= 3.7
Provides-Extra: crt
License-File: LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/s3transfer-0.6.1/setup.py
new/s3transfer-0.6.2/setup.py
--- old/s3transfer-0.6.1/setup.py 2023-05-04 21:39:46.000000000 +0200
+++ new/s3transfer-0.6.2/setup.py 2023-08-15 22:53:35.000000000 +0200
@@ -41,10 +41,12 @@
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
],
)