17
0

1 Commits

Author SHA256 Message Date
5a0086f700 Update to 0.16.0 bsc#1254587
This is an install requirement for newer python-boto3
Same version sent to factory here: sr#1321832
2025-12-11 13:16:40 +01:00
4 changed files with 82 additions and 7 deletions

View File

@@ -1,3 +1,78 @@
-------------------------------------------------------------------
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>
- Update to version 0.12.0
* feature:Python: End of support for Python 3.8
-------------------------------------------------------------------
Tue Mar 18 09:21:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon Feb 3 09:29:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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).
-------------------------------------------------------------------
Mon Jan 20 11:02:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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.
-------------------------------------------------------------------
Mon Dec 9 11:00:31 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.10.4
* enhancement:``s3``: Added Multi-Region Access Points support to CRT transfers
-------------------------------------------------------------------
Wed Oct 23 10:14:09 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-s3transfer
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-s3transfer
Version: 0.10.3
Version: 0.16.0
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
BuildRequires: %{python_module botocore >= 1.33.2}
BuildRequires: %{python_module botocore >= 1.37.4}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -33,7 +33,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests
Requires: (python-botocore >= 1.33.2 with python-botocore <= 2.0.0)
Requires: (python-botocore >= 1.37.4 with python-botocore <= 2.0.0)
BuildArch: noarch
%if 0%{?sle_version} >= 150400
Obsoletes: python3-s3transfer < %{version}

Binary file not shown.

BIN
s3transfer-0.16.0.tar.gz LFS Normal file

Binary file not shown.