17
0

10 Commits

Author SHA256 Message Date
3546a02925 Accepting request 1272393 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1272393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=37
2025-04-25 20:18:06 +00:00
ea4bf9d307 - Update to version 0.12.0
* feature:Python: End of support for Python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=67
2025-04-24 11:19:58 +00:00
3befd3c698 Accepting request 1254232 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1254232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=36
2025-03-20 18:24:35 +00:00
64d1e8b817 - Update to version 0.11.4
* enhancement:Dependencies: Update the floor version of botocore
    to 1.37.4 to match imports.
  * enhancement:Tasks: Pass Botocore context from parent to child
    threads.
- from version 0.11.3
  * bugfix:``awscrt``: Fix urlencoding issues for request signing
    with the awscrt.
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=65
2025-03-18 20:21:00 +00:00
c7d5c23b2b Accepting request 1249237 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1249237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=35
2025-03-01 18:16:07 +00:00
98e0bb6719 - Update to version 0.11.2
* bugfix:upload: Only set a default checksum if the ``request_checksum_calculation``
    config is set to ``when_supported``. Fixes (boto/s3transfer#327).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=63
2025-02-28 12:36:29 +00:00
1b7f43b1bf Accepting request 1239341 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1239341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=34
2025-01-22 15:31:48 +00:00
fc21cc4bd4 - Update to version 0.11.1
* bugfix:Dependencies: Update the floor version of botocore to 1.36.0 to match imports.
- from version 0.11.0
  * feature:manager: Use CRC32 by default and support user provided full-object checksums.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=61
2025-01-21 18:42:10 +00:00
23d4e5d7ab Accepting request 1229332 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1229332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=33
2024-12-10 22:43:02 +00:00
b34252f432 - Update to version 0.10.4
* enhancement:``s3``: Added Multi-Region Access Points support to CRT transfers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=59
2024-12-09 11:57:04 +00:00
4 changed files with 4 additions and 39 deletions

View File

@@ -1,38 +1,3 @@
-------------------------------------------------------------------
Tue Dec 9 12:31:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.16.0
* feature:``awscrt``: ``CRTTransferManager`` now supports the following
``TransferConfig`` options - ``multipart_threshold``, ``multipart_chunksize``,
``max_request_concurrency``
-------------------------------------------------------------------
Mon Nov 24 09:05:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.15.0
* feature:``CopyPartTask``: Validate ETag of stored object during multipart copies
-------------------------------------------------------------------
Tue Sep 16 11:53:51 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.14.0
* feature:download: Validate requested range matches content
range in response for multipart downloads
-------------------------------------------------------------------
Wed Jul 23 12:20:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.13.1
* enhancement:Python: Added provisional support for the
upcoming Python 3.14 release
-------------------------------------------------------------------
Mon May 26 13:47:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.13.0
* feature:``GetObjectTask``: Validate ETag of stored object
during multipart downloads
-------------------------------------------------------------------
Thu Apr 24 06:53:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-s3transfer
Version: 0.16.0
Version: 0.12.0
Release: 0
Summary: Python S3 transfer manager
License: Apache-2.0

BIN
s3transfer-0.12.0.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.