Hello community,

here is the log from the commit of package python-s3transfer for 
openSUSE:Factory checked in at 2020-03-11 18:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
 and      /work/SRC/openSUSE:Factory/.python-s3transfer.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-s3transfer"

Wed Mar 11 18:46:02 2020 rev:12 rq:783247 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes      
2020-02-03 11:12:28.593819405 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-s3transfer.new.3160/python-s3transfer.changes
    2020-03-11 18:49:38.711521932 +0100
@@ -1,0 +2,17 @@
+Tue Mar 10 09:45:34 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip test failing on python 3.8, it is race condition that needs
+  to be fixed in tests
+
+-------------------------------------------------------------------
+Thu Feb 27 08:21:19 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.3.3:
+  * bugfix:dependency: Updated botocore version range
+- Drop patch hide_py_pckgmgmt.patch it should not be needed
+  * we updated setuptools on SLE 12 to handle complex dependencies
+- Use pytest for test execution:
+  * the nose is used by upstream but really not needed and it
+    will get borked with python 3.10
+
+-------------------------------------------------------------------

Old:
----
  hide_py_pckgmgmt.patch
  s3transfer-0.3.2.tar.gz

New:
----
  s3transfer-0.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-s3transfer.spec ++++++
--- /var/tmp/diff_new_pack.D4aUhG/_old  2020-03-11 18:49:39.847522440 +0100
+++ /var/tmp/diff_new_pack.D4aUhG/_new  2020-03-11 18:49:39.847522440 +0100
@@ -18,18 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-s3transfer
-Version:        0.3.2
+Version:        0.3.3
 Release:        0
 Summary:        Python S3 transfer manager
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/boto/s3transfer
 Source0:        
https://files.pythonhosted.org/packages/source/s/s3transfer/s3transfer-%{version}.tar.gz
-Patch0:         hide_py_pckgmgmt.patch
 Patch1:         no-bundled-packages.patch
 BuildRequires:  %{python_module botocore >= 1.12.36}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module urllib3}
 BuildRequires:  fdupes
@@ -51,9 +50,8 @@
 
 %prep
 %setup -q -n s3transfer-%{version}
-%patch0 -p1
 %patch1 -p1
-# remove integration tests that need running s3 :)
+# remove integration tests that need running s3
 rm -rf tests/integration
 
 %build
@@ -64,10 +62,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# on 32bit the tests fail on OOM and various other funny things
-%ifarch x86_64
-%python_expand nosetests-%{$python_bin_suffix}
-%endif
+# test_download_futures_fail_triggers_shutdown - 
https://github.com/boto/s3transfer/pull/162
+%pytest -k 'not test_download_futures_fail_triggers_shutdown'
 
 %files %{python_files}
 %license LICENSE.txt

++++++ s3transfer-0.3.2.tar.gz -> s3transfer-0.3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.3.2/PKG-INFO 
new/s3transfer-0.3.3/PKG-INFO
--- old/s3transfer-0.3.2/PKG-INFO       2020-01-23 20:12:21.000000000 +0100
+++ new/s3transfer-0.3.3/PKG-INFO       2020-02-06 20:09:33.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: s3transfer
-Version: 0.3.2
+Version: 0.3.3
 Summary: An Amazon S3 Transfer Manager
 Home-page: https://github.com/boto/s3transfer
 Author: Amazon Web Services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.3.2/s3transfer/__init__.py 
new/s3transfer-0.3.3/s3transfer/__init__.py
--- old/s3transfer-0.3.2/s3transfer/__init__.py 2020-01-23 20:12:21.000000000 
+0100
+++ new/s3transfer-0.3.3/s3transfer/__init__.py 2020-02-06 20:09:33.000000000 
+0100
@@ -143,7 +143,7 @@
 
 
 __author__ = 'Amazon Web Services'
-__version__ = '0.3.2'
+__version__ = '0.3.3'
 
 
 class NullHandler(logging.Handler):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.3.2/s3transfer.egg-info/PKG-INFO 
new/s3transfer-0.3.3/s3transfer.egg-info/PKG-INFO
--- old/s3transfer-0.3.2/s3transfer.egg-info/PKG-INFO   2020-01-23 
20:12:21.000000000 +0100
+++ new/s3transfer-0.3.3/s3transfer.egg-info/PKG-INFO   2020-02-06 
20:09:33.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: s3transfer
-Version: 0.3.2
+Version: 0.3.3
 Summary: An Amazon S3 Transfer Manager
 Home-page: https://github.com/boto/s3transfer
 Author: Amazon Web Services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.3.2/s3transfer.egg-info/requires.txt 
new/s3transfer-0.3.3/s3transfer.egg-info/requires.txt
--- old/s3transfer-0.3.2/s3transfer.egg-info/requires.txt       2020-01-23 
20:12:21.000000000 +0100
+++ new/s3transfer-0.3.3/s3transfer.egg-info/requires.txt       2020-02-06 
20:09:33.000000000 +0100
@@ -1,4 +1,4 @@
-botocore<2.0.0,>=1.12.36
+botocore<2.0a.0,>=1.12.36
 futures<4.0.0,>=2.2.0
 
 [:python_version=="2.7"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.3.2/setup.cfg 
new/s3transfer-0.3.3/setup.cfg
--- old/s3transfer-0.3.2/setup.cfg      2020-01-23 20:12:21.000000000 +0100
+++ new/s3transfer-0.3.3/setup.cfg      2020-02-06 20:09:33.000000000 +0100
@@ -3,7 +3,7 @@
 
 [metadata]
 requires-dist = 
-       botocore>=1.12.36,<2.0.0
+       botocore>=1.12.36,<2.0a.0
        futures>=2.2.0,<4.0.0; python_version=="2.7"
 
 [egg_info]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.3.2/setup.py 
new/s3transfer-0.3.3/setup.py
--- old/s3transfer-0.3.2/setup.py       2020-01-23 20:10:38.000000000 +0100
+++ new/s3transfer-0.3.3/setup.py       2020-02-06 20:09:33.000000000 +0100
@@ -11,7 +11,7 @@
 
 
 requires = [
-    'botocore>=1.12.36,<2.0.0',
+    'botocore>=1.12.36,<2.0a.0',
 ]
 
 


Reply via email to