| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-s3transfer | Distribution: SUSE Linux Enterprise 15 |
| Version: 0.6.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150200.9.7.1 | Build date: Thu Apr 27 06:48:08 2023 |
| Group: Development/Languages/Python | Build host: sheep61 |
| Size: 739874 | Source RPM: python-s3transfer-0.6.0-150200.9.7.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/boto/s3transfer | |
| Summary: Python S3 transfer manager | |
A transfer manager for Amazon Web Services S3
Apache-2.0
* Wed Apr 05 2023 adrian.glaubitz@suse.com
- Update in SLE-15 (bsc#1209255, jsc#PED-3780)
- Add python-python-dateutil and python-jmespath to BuildRequires
* Thu Nov 03 2022 adrian.glaubitz@suse.com
- Update in SLE-15 (bsc#1204537, jsc#PED-2333)
* Fri Jun 03 2022 adrian.glaubitz@suse.com
- 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 adrian.glaubitz@suse.com
- 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 alarrosa@suse.com
- 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 adrian.glaubitz@suse.com
- Update to 0.3.4:
* enhancement:s3: Add server side encryption context into allowed list
* Thu Nov 26 2020 rjschwei@suse.com
- Only build Python3 flavors for distributions 15 and greater
* Fri Apr 10 2020 adrian.glaubitz@suse.com
- Update in SLE-15 (bsc#1168943)
* Tue Apr 07 2020 adrian.glaubitz@suse.com
- 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 tchvatal@suse.com
- Fix build without python2
* Tue Mar 10 2020 tchvatal@suse.com
- Skip test failing on python 3.8, it is race condition that needs
to be fixed in tests
* Thu Feb 27 2020 tchvatal@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
* Mon Jan 27 2020 adrian.glaubitz@suse.com
- Update to version 0.3.2
* bugfix:s3: Fixes boto/botocore`#1916 <https://github.com/boto/botocore/issues/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 adrian.glaubitz@suse.com
- Update in SLE-15 (bsc#1146854)
* Wed Jun 12 2019 adrian.glaubitz@suse.com
- Update to version 0.2.1 (bsc#1146853)
* enhancment:ProcessPool: Adds user agent suffix.
* Wed Feb 13 2019 adrian.glaubitz@suse.com
- 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
* Wed May 09 2018 tchvatal@suse.com
- Avoid running tests on 32bit as they fail there on oom
* Tue May 08 2018 tchvatal@suse.com
- Make sure to really not use any damn bundles:
* no-bundled-packages.patch
* Never rely on some bundled package version just use system libs
- Enable testsuite and make it pass thanks to above patch
* Thu Apr 19 2018 mimi.vx@gmail.com
- update to 0.1.13 (bsc#1075263)
- add system-requests.patch - use system python-requests
* Plumb ``RequestPayer` argument to the ``CompleteMultipartUpload` operation
* enhancement:max_bandwidth: Add ability to set maximum bandwidth consumption
for streaming of S3 uploads and downloads
* Thu Nov 09 2017 rjschwei@suse.com
- Update to version 0.1.11:
+ Properly handle unicode exceptions in the context manager
* Thu May 11 2017 toddrme2178@gmail.com
- Implement single-spec version.
- Update source URL.
* Thu Jan 19 2017 dmueller@suse.com
- use pypi.io
* Wed Jan 18 2017 astieger@suse.com
- update to 0.1.10:
* feature: TransferManager: Expose ability to use own executor
class for TransferManager
* fix factory submission (validate source)
* Wed Oct 26 2016 rjschwei@suse.com
- Update to version 0.1.9 (bsc#1007084)
+ Forward port hide_py_pckgmgmt.patch
+ No changelog entry for 0.1.9
- From 0.1.8
+ feature:download: Support downloading to FIFOs.
- From 0.1.7
+ bugfix:TransferManager: Fix memory leak when using same client to create
multiple TransferManagers
- From 0.1.6
+ bugfix:download: Fix issue where S3 Object was not downloaded to disk
when empty
- From 0.1.5
+ bugfix:Cntrl-C: Fix issue of hangs when Cntrl-C happens for many queued
transfers
+ feature:cancel: Expose messages for cancels
- from 0.1.4
+ feature:chunksize: Automatically adjust the chunksize if it doesn't meet
S3s requirements.
+ bugfix:Download: Add support for downloading to special UNIX file by name
- From 0.1.3
+ feature:delete: Add a .delete() method to the transfer manager.
+ bugfix:seekable upload: Fix issue where seeked position of seekable
file for a nonmultipart upload was not being taken into account.
- From 0.1.2
+ bugfix:download: Patch memory leak related to unnecessarily holding
onto futures for downloads.
- From 0.1.1
+ bugfix:deadlock: Fix deadlock issue described here:
https://bugs.python.org/issue20319 with using concurrent.futures.wait
- From 0.1.0
+ feature:copy: Add support for managed copies.
+ feature:download: Add support for downloading to a filename, seekable
file-like object, and nonseekable file-like object.
+ feature:general: Add TransferManager class. All public functionality
for s3transfer is exposed through this class.
+ feature:subscribers: Add subscriber interface. Currently supports
on_queued, on_progress, and on_done status changes.
+ feature:upload: Add support for uploading a filename, seekable file-like
object, and nonseekable file-like object.
* Mon Apr 18 2016 rjschwei@suse.com
- Include in SLE 12 (FATE#320748, bsc#974993, bsc#975949)
* Tue Apr 12 2016 rjschwei@suse.com
- Set the proper target directory for copying the license file
+ Fixes build issue on SLE 11
* Mon Apr 11 2016 rjschwei@suse.com
- Initial build
+ Version 0.0.1
/usr/lib/python3.6/site-packages/s3transfer /usr/lib/python3.6/site-packages/s3transfer-0.6.0-py3.6.egg-info /usr/lib/python3.6/site-packages/s3transfer-0.6.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/s3transfer-0.6.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/s3transfer-0.6.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/s3transfer-0.6.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/s3transfer-0.6.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/s3transfer/__init__.py /usr/lib/python3.6/site-packages/s3transfer/__pycache__ /usr/lib/python3.6/site-packages/s3transfer/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/bandwidth.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/bandwidth.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/compat.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/constants.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/constants.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/copies.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/copies.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/crt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/crt.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/delete.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/delete.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/download.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/download.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/futures.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/futures.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/manager.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/processpool.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/processpool.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/subscribers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/subscribers.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/tasks.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/tasks.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/upload.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/upload.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/s3transfer/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/s3transfer/bandwidth.py /usr/lib/python3.6/site-packages/s3transfer/compat.py /usr/lib/python3.6/site-packages/s3transfer/constants.py /usr/lib/python3.6/site-packages/s3transfer/copies.py /usr/lib/python3.6/site-packages/s3transfer/crt.py /usr/lib/python3.6/site-packages/s3transfer/delete.py /usr/lib/python3.6/site-packages/s3transfer/download.py /usr/lib/python3.6/site-packages/s3transfer/exceptions.py /usr/lib/python3.6/site-packages/s3transfer/futures.py /usr/lib/python3.6/site-packages/s3transfer/manager.py /usr/lib/python3.6/site-packages/s3transfer/processpool.py /usr/lib/python3.6/site-packages/s3transfer/subscribers.py /usr/lib/python3.6/site-packages/s3transfer/tasks.py /usr/lib/python3.6/site-packages/s3transfer/upload.py /usr/lib/python3.6/site-packages/s3transfer/utils.py /usr/share/doc/packages/python3-s3transfer /usr/share/doc/packages/python3-s3transfer/README.rst /usr/share/licenses/python3-s3transfer /usr/share/licenses/python3-s3transfer/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:27:59 2026