Changelog for
python38-s3transfer-0.6.0-qubes.2.3.noarch.rpm :
* Fri Jun 03 2022 John Paul Adrian Glaubitz
- 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
* Tue Jul 27 2021 John Paul Adrian Glaubitz - Update 0.5.0: (bsc#1189649)
* feature:Python: Dropped support for Python 2.7- Disable Python2 builds for all SUSE distributions- Remove Python2 build dependencies from spec file
* Wed May 19 2021 Antonio Larrosa - Update to 0.4.2:
* enhancement:s3: Add support for ExpectedBucketOwner. Fixes #181.- Update to 0.4.1:
* enhancement:crt: Add set_exception to CRTTransferFuture to allow setting exceptions in subscribers.- Update to 0.4.0:
* feature:crt: Add optional AWS Common Runtime (CRT) support. The AWS CRT provides a C-based S3 transfer client that can improve transfer throughput.- Update to 0.3.7:
* bugfix:ReadFileChunk: Fix seek behavior in ReadFileChunk class- Update to 0.3.6:
* bugfix:packaging: Fix setup.py metadata for futures on Python 2.7- Update to 0.3.5:
* enhancement:s3: Block TransferManager methods for S3 Object Lambda resources
* Tue Jan 12 2021 John Paul Adrian Glaubitz - Update to 0.3.4:
* enhancement:s3: Add server side encryption context into allowed list
* Thu Nov 26 2020 Robert Schweikert - Only build Python3 flavors for distributions 15 and greater
* Fri Apr 10 2020 John Paul Adrian Glaubitz - Update in SLE-15 (bsc#1168943)
* Tue Apr 07 2020 John Paul Adrian Glaubitz - Fix build on SLE-12 + Add python to BuildRequires for suse_version < 1500 + Add python-scandir to BuildRequires for suse_version < 1500
* Fri Mar 13 2020 Tomáš Chvátal - Fix build without python2
* Tue Mar 10 2020 Tomáš Chvátal - Skip test failing on python 3.8, it is race condition that needs to be fixed in tests
* Thu Feb 27 2020 Tomáš Chvátal - 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
* Mon Jan 27 2020 John Paul Adrian Glaubitz - Update to version 0.3.2
* bugfix:s3: Fixes boto/botocore`#1916 `__- from version 0.3.1
* enhancement:TransferManager: Expose client and config properties
* enhancement:Tags: Add support for Tagging and TaggingDirective- from version 0.3.0
* feature:Python: Dropped support for Python 2.6 and 3.3.- Refresh patches for new version + hide_py_pckgmgmt.patch
* Thu Aug 22 2019 John Paul Adrian Glaubitz - Update in SLE-15 (bsc#1146854)
* Wed Jun 12 2019 John Paul Adrian Glaubitz - Update to version 0.2.1 (bsc#1146853)
* enhancment:ProcessPool: Adds user agent suffix.
* Wed Feb 13 2019 John Paul Adrian Glaubitz - Update to version 0.2.0
* feature:``ProcessPoolDownloader``: Add ``ProcessPoolDownloader`` class to speed up download throughput by using processes instead of threads.- Drop obsolete patch + system-requests.patch- Refresh patches for new version + hide_py_pckgmgmt.patch + no-bundled-packages.patch- Update Requires in spec file from setup.py