2020-11-17 19:00:17 +08:00
|
|
|
%global commit 5a0117a8e848aebc8a0cb1f2f62c016ff8eec481568ba6714c48e23a01c1
|
2020-11-05 18:14:35 +08:00
|
|
|
%global _description \
|
|
|
|
|
S3transfer is a Python library for managing Amazon S3 transfers.
|
|
|
|
|
|
2020-11-17 19:00:17 +08:00
|
|
|
Name: python-s3transfer
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Summary: Amazon S3 Transfer Manager
|
2020-11-05 18:14:35 +08:00
|
|
|
|
2020-11-17 19:00:17 +08:00
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://pypi.org/project/s3transfer/
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/43/bf/%{commit}/s3transfer-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
2020-11-05 18:14:35 +08:00
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
2020-11-17 19:00:17 +08:00
|
|
|
%package -n python3-s3transfer
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildRequires: python3-devel python3-setuptools
|
2020-11-05 18:14:35 +08:00
|
|
|
|
2020-11-17 19:00:17 +08:00
|
|
|
%description -n python3-s3transfer %{_description}
|
2020-11-05 18:14:35 +08:00
|
|
|
|
|
|
|
|
Python 3 version.
|
|
|
|
|
|
|
|
|
|
%prep
|
2020-11-17 19:00:17 +08:00
|
|
|
%autosetup -n s3transfer-%{version}
|
2020-11-05 18:14:35 +08:00
|
|
|
rm -vrf *.egg-info
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
2020-11-17 19:00:17 +08:00
|
|
|
%files -n python3-s3transfer
|
2020-11-05 18:14:35 +08:00
|
|
|
%license LICENSE.txt
|
|
|
|
|
%doc README.rst
|
2020-11-17 19:00:17 +08:00
|
|
|
%{python3_sitelib}/s3transfer/
|
|
|
|
|
%{python3_sitelib}/s3transfer-*.egg-info/
|
2020-11-05 18:14:35 +08:00
|
|
|
|
|
|
|
|
%changelog
|
2020-11-17 19:00:17 +08:00
|
|
|
* Tue Nov 17 2020 leiju <leiju4@huawei.com> - 0.3.0-1
|
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
|
2020-11-05 18:14:35 +08:00
|
|
|
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.1-1
|
|
|
|
|
- Init python-s3transfer project
|