python-s3transfer/python-s3transfer.spec
penelope 4b28eff5c9 update to 0.5.0
(cherry picked from commit 09c5096c676524f2c5967ec3f50bc610681c21ae)
2022-01-24 09:17:14 +08:00

54 lines
1.4 KiB
RPMSpec

%global commit 5a0117a8e848aebc8a0cb1f2f62c016ff8eec481568ba6714c48e23a01c1
%global _description \
S3transfer is a Python library for managing Amazon S3 transfers.
Name: python-s3transfer
Version: 0.5.0
Release: 1
Summary: Amazon S3 Transfer Manager
License: ASL 2.0
URL: https://pypi.org/project/s3transfer/
Source0: https://files.pythonhosted.org/packages/88/ef/4d1b3f52ae20a7e72151fde5c9f254cd83f8a49047351f34006e517e1655/s3transfer-0.5.0.tar.gz
BuildArch: noarch
%description %{_description}
%package -n python3-s3transfer
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools
%description -n python3-s3transfer %{_description}
Python 3 version.
%prep
%autosetup -n s3transfer-%{version}
rm -vrf *.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-s3transfer
%license LICENSE.txt
%doc README.rst
%{python3_sitelib}/s3transfer/
%{python3_sitelib}/s3transfer-*.egg-info/
%changelog
* Sat Jan 21 2022 yangping <yangping69@huawei.com> - 0.5.0-1
- Package update to 0.5.0
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 0.3.4-1
- Package update to 0.3.4
* Tue Nov 17 2020 leiju <leiju4@huawei.com> - 0.3.0-1
- Update to 0.3.0
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.1-1
- Init python-s3transfer project