update version to 0.6.1
This commit is contained in:
parent
577137ab19
commit
aeb3c985ca
@ -1,23 +1,22 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-s3transfer
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 1
|
||||
Summary: An Amazon S3 Transfer Manager
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/boto/s3transfer
|
||||
Source0: https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365/s3transfer-0.6.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/49/bd/def2ab4c04063a5e114963aae90bcd3e3aca821a595124358b3b00244407/s3transfer-0.6.1.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-botocore
|
||||
|
||||
%description
|
||||
S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
%package -n python3-s3transfer
|
||||
Summary: An Amazon S3 Transfer Manager
|
||||
Provides: python-s3transfer
|
||||
Provides: python-s3transfer = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore
|
||||
%description -n python3-s3transfer
|
||||
S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
@ -40,6 +39,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
||||
pushd %{buildroot}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
@ -68,6 +70,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri May 05 2023 wubijie <wubijie@kylinos.cn> - 0.6.1-1
|
||||
- Update package to version 0.6.1
|
||||
|
||||
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.6.0-1
|
||||
- Upgrade package to version 0.6.0
|
||||
|
||||
@ -85,4 +90,3 @@ mv %{buildroot}/doclist.lst .
|
||||
|
||||
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.1-1
|
||||
- Init python-s3transfer project
|
||||
|
||||
|
||||
Binary file not shown.
BIN
s3transfer-0.6.1.tar.gz
Normal file
BIN
s3transfer-0.6.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user