diff --git a/python-s3transfer.spec b/python-s3transfer.spec index e17f7610f0db617e739bdb6e123ef6e8eb8de2a7..38300bd362dee7d667539090bd9014c99e071875 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -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 - 0.6.1-1 +- Update package to version 0.6.1 + * Sat Sep 24 2022 guozhengxin - 0.6.0-1 - Upgrade package to version 0.6.0 @@ -85,4 +90,3 @@ mv %{buildroot}/doclist.lst . * Fri Oct 30 2020 jiangxinyu - 0.2.1-1 - Init python-s3transfer project - diff --git a/s3transfer-0.6.0.tar.gz b/s3transfer-0.6.0.tar.gz deleted file mode 100644 index 00954456c5f0df0e7a700fbd88568137cb6ed0b3..0000000000000000000000000000000000000000 Binary files a/s3transfer-0.6.0.tar.gz and /dev/null differ diff --git a/s3transfer-0.6.1.tar.gz b/s3transfer-0.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6e9b94af5ab9f957f645169024419fe7193675b0 Binary files /dev/null and b/s3transfer-0.6.1.tar.gz differ