diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-awscli.spec | 30 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 16 insertions, 17 deletions
@@ -1 +1,2 @@ /awscli-1.27.162.tar.gz +/awscli-1.29.63.tar.gz diff --git a/python-awscli.spec b/python-awscli.spec index 5f8760d..632bddf 100644 --- a/python-awscli.spec +++ b/python-awscli.spec @@ -1,19 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-awscli -Version: 1.27.162 +Version: 1.29.63 Release: 1 Summary: Universal Command Line Environment for AWS. License: Apache License 2.0 URL: http://aws.amazon.com/cli/ -Source0: https://mirrors.aliyun.com/pypi/web/packages/e2/86/e809c0a7bd1248249080e9f5e5cf1f7444c4b8952148ac9d575bd8e7f2fc/awscli-1.27.162.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3d/00/1ac423016e256ba056a5304bdac0e8958f95c66676e60f4559fbb486d171/awscli-1.29.63.tar.gz BuildArch: noarch -Requires: python3-botocore -Requires: python3-docutils -Requires: python3-s3transfer -Requires: python3-PyYAML -Requires: python3-colorama -Requires: python3-rsa +Requires: (python3-botocore==1.31.63) +Requires: (python3-docutils<0.17 with python3-docutils>=0.10) +Requires: (python3-s3transfer<0.8.0 with python3-s3transfer>=0.7.0) +Requires: (python3-PyYAML<6.1 with python3-PyYAML>=3.10) +Requires: (python3-colorama<0.4.5 with python3-colorama>=0.2.5) +Requires: (python3-rsa<4.8 with python3-rsa>=3.1.2) %description This package provides a unified command line interface to Amazon Web @@ -49,22 +49,20 @@ Jump to: - `More Resources <#more-resources>`__ %prep -%autosetup -n awscli-1.27.162 +%autosetup -n awscli-1.29.63 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} 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 pushd %{buildroot} -if [ -d usr/lib ]; then - find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst -fi +touch filelist.lst if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi @@ -83,11 +81,11 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-awscli -f filelist.lst -%dir %{python3_sitelib}/* +%{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Wed Jun 28 2023 Python_Bot <Python_Bot@openeuler.org> - 1.27.162-1 +* Sat Oct 14 2023 Python_Bot <Python_Bot@openeuler.org> - 1.29.63-1 - Package Spec generated @@ -1 +1 @@ -38da09fb253f45b6a18c45b0db67a90e awscli-1.27.162.tar.gz +6292bdf0097cca210d1a1d8121b15a9f awscli-1.29.63.tar.gz |