Update to 0.3.0
This commit is contained in:
parent
f2a203f8c8
commit
63ae36eb04
@ -1,31 +1,29 @@
|
||||
%global srcname s3transfer
|
||||
%global commit 5a0117a8e848aebc8a0cb1f2f62c016ff8eec481568ba6714c48e23a01c1
|
||||
%global _description \
|
||||
S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.2.1
|
||||
Name: python-s3transfer
|
||||
Version: 0.3.0
|
||||
Release: 1
|
||||
Summary: Amazon S3 Transfer Manager
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://pypi.org/project/s3transfer/
|
||||
Source0: %{pypi_source}
|
||||
|
||||
Source0: https://files.pythonhosted.org/packages/43/bf/%{commit}/s3transfer-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description %{_description}
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
%package -n python3-s3transfer
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
%description -n python3-s3transfer %{_description}
|
||||
|
||||
Python 3 version.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
%autosetup -n s3transfer-%{version}
|
||||
rm -vrf *.egg-info
|
||||
|
||||
%build
|
||||
@ -34,12 +32,15 @@ rm -vrf *.egg-info
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%files -n python3-s3transfer
|
||||
%license LICENSE.txt
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
%{python3_sitelib}/s3transfer/
|
||||
%{python3_sitelib}/s3transfer-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
Binary file not shown.
BIN
s3transfer-0.3.0.tar.gz
Normal file
BIN
s3transfer-0.3.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user