OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=48
This commit is contained in:
parent
8014ba6664
commit
e9aa45529b
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 22:45:39 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Mon Dec 11 14:57:05 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-s3transfer
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-s3transfer
|
Name: python-s3transfer
|
||||||
Version: 0.8.2
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python S3 transfer manager
|
Summary: Python S3 transfer manager
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -27,15 +26,19 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/boto/s3transfer
|
URL: https://github.com/boto/s3transfer
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/s3transfer/s3transfer-%{version}.tar.gz
|
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.33.2}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-botocore <= 2.0.0
|
|
||||||
Requires: python-botocore >= 1.33.2
|
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
Requires: (python-botocore >= 1.33.2 with python-botocore <= 2.0.0)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?sle_version} >= 150400
|
||||||
|
Provides: python3-s3transfer = %{version}
|
||||||
|
Obsoletes: python3-s3transfer < %{version}
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,10 +50,10 @@ A transfer manager for Amazon Web Services S3
|
|||||||
rm -rf tests/integration
|
rm -rf tests/integration
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -61,6 +64,6 @@ rm -rf tests/integration
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/s3transfer/
|
%{python_sitelib}/s3transfer/
|
||||||
%{python_sitelib}/s3transfer-%{version}-py*.egg-info
|
%{python_sitelib}/s3transfer-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
s3transfer-0.10.0.tar.gz
Normal file
3
s3transfer-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0c8bbf672d5eebbe4e57945e23b972d963f07d82f661cabf678a5c88831595b
|
||||||
|
size 143407
|
BIN
s3transfer-0.8.2.tar.gz
(Stored with Git LFS)
BIN
s3transfer-0.8.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user