From 24cd1eb7dc0e095a02198fcff0c76b9911c82d1a39d32234f6ff2b7c89851680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 12:21:33 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-s3transfer revision 67c3b6df2dbbdeabbaa9a42011e4047e --- python-s3transfer.changes | 47 +++++++++++++++++++++++++++++++++++++++ python-s3transfer.spec | 22 +++++++++--------- s3transfer-0.10.3.tar.gz | 3 +++ s3transfer-0.8.2.tar.gz | 3 --- 4 files changed, 62 insertions(+), 13 deletions(-) create mode 100644 s3transfer-0.10.3.tar.gz delete mode 100644 s3transfer-0.8.2.tar.gz diff --git a/python-s3transfer.changes b/python-s3transfer.changes index 1ea870d..c90d344 100644 --- a/python-s3transfer.changes +++ b/python-s3transfer.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed Oct 23 10:14:09 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.10.3 + * enhancement:Python: Added provisional Python 3.13 support to s3transfer + +------------------------------------------------------------------- +Wed Jul 3 06:30:39 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.10.2 + * bugfix:``awscrt``: Pass operation name to awscrt.s3 + to improve error handling + +------------------------------------------------------------------- +Fri Apr 5 08:50:34 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.10.1 + * bugfix:``urllib3``: Fixed retry handling for IncompleteRead + exception raised by urllib3 2.x during data transfer + +------------------------------------------------------------------- +Mon Mar 4 14:00:49 UTC 2024 - Robert Schweikert + +- Drop Provides for SLE 15 SP4 and openSUSE Leap 15.4 and later + +------------------------------------------------------------------- +Wed Jan 31 22:45:39 UTC 2024 - Robert Schweikert + +- Switch to Python 3.11 build in SLE 15 SP4 and openSUSE Leap 15.4 and + later (jsc#PCT-371). +- Switch to wheel build +- Update to 0.10.0 + * feature:``s3``: Added CRT support for S3 Express One Zone +- From 0.9.0 + * feature:Python: End of support for Python 3.7 + ------------------------------------------------------------------- Mon Dec 11 14:57:05 UTC 2023 - John Paul Adrian Glaubitz @@ -56,6 +92,17 @@ Wed May 17 05:54:20 UTC 2023 - Dirk Müller - pin to urllib3 1.x +------------------------------------------------------------------- +Wed Apr 5 10:37:27 UTC 2023 - John Paul Adrian Glaubitz + +- Update in SLE-15 (bsc#1209255, jsc#PED-3780) +- Add python-python-dateutil and python-jmespath to BuildRequires + +------------------------------------------------------------------- +Thu Nov 3 10:40:45 UTC 2022 - John Paul Adrian Glaubitz + +- Update in SLE-15 (bsc#1204537, jsc#PED-2333) + ------------------------------------------------------------------- Fri Jun 3 11:41:08 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-s3transfer.spec b/python-s3transfer.spec index bb580ab..d2dd653 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -1,7 +1,7 @@ # # spec file for package python-s3transfer # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-s3transfer -Version: 0.8.2 +Version: 0.10.3 Release: 0 Summary: Python S3 transfer manager License: Apache-2.0 @@ -27,15 +26,18 @@ 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 pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-botocore <= 2.0.0 -Requires: python-botocore >= 1.33.2 Requires: python-requests +Requires: (python-botocore >= 1.33.2 with python-botocore <= 2.0.0) BuildArch: noarch - +%if 0%{?sle_version} >= 150400 +Obsoletes: python3-s3transfer < %{version} +%endif %python_subpackages %description @@ -47,10 +49,10 @@ A transfer manager for Amazon Web Services S3 rm -rf tests/integration %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -61,6 +63,6 @@ rm -rf tests/integration %license LICENSE.txt %doc README.rst %{python_sitelib}/s3transfer/ -%{python_sitelib}/s3transfer-%{version}-py*.egg-info +%{python_sitelib}/s3transfer-%{version}*-info %changelog diff --git a/s3transfer-0.10.3.tar.gz b/s3transfer-0.10.3.tar.gz new file mode 100644 index 0000000..7e4155f --- /dev/null +++ b/s3transfer-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c +size 144591 diff --git a/s3transfer-0.8.2.tar.gz b/s3transfer-0.8.2.tar.gz deleted file mode 100644 index 6194511..0000000 --- a/s3transfer-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368ac6876a9e9ed91f6bc86581e319be08188dc60d50e0d56308ed5765446283 -size 139536