From 8e4e7e6044572ba4b871f897ff9ec81c2907e0446e63b383de0569b97b630a6e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 6 Oct 2023 13:18:35 +0000 Subject: [PATCH] Accepting request 1116018 from home:glaubitz:branches:Cloud:Tools - Update to version 1.29.61 + For detailed changes see https://github.com/aws/aws-cli/blob/1.29.61/CHANGELOG.rst - Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/1116018 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=195 --- 1.29.36.tar.gz | 3 --- 1.29.61.tar.gz | 3 +++ aws-cli.changes | 8 ++++++++ aws-cli.spec | 14 +++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 1.29.36.tar.gz create mode 100644 1.29.61.tar.gz diff --git a/1.29.36.tar.gz b/1.29.36.tar.gz deleted file mode 100644 index 9621cda..0000000 --- a/1.29.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d3c0ec61991b5a28a8d61460d0e2bfaefbd9870b173a94aef3ac564b4cfb733 -size 2513729 diff --git a/1.29.61.tar.gz b/1.29.61.tar.gz new file mode 100644 index 0000000..b8b2287 --- /dev/null +++ b/1.29.61.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719ca0558027e9e38b6553453e5ea16eb711f358d89632a8d321a2df2d206457 +size 2559946 diff --git a/aws-cli.changes b/aws-cli.changes index c6d5ec8..86a8f5f 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 6 10:30:19 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 1.29.61 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.29.61/CHANGELOG.rst +- Update Requires in spec file from setup.py + ------------------------------------------------------------------- Wed Aug 30 09:14:58 UTC 2023 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index a8cfe37..6c1f305 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.29.36 +Version: 1.29.61 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -35,15 +35,15 @@ BuildRequires: python3-setuptools Requires: python3 Requires: python3-PyYAML <= 6.1 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.31.36 +Requires: python3-botocore >= 1.31.61 Requires: python3-colorama <= 0.5.0 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils < 0.20 Requires: python3-docutils >= 0.10 Requires: python3-rsa < 5.0.0 Requires: python3-rsa >= 3.1.2 -Requires: python3-s3transfer < 0.7.0 -Requires: python3-s3transfer >= 0.6.0 +Requires: python3-s3transfer < 0.8.0 +Requires: python3-s3transfer >= 0.7.0 Requires: python3-six %else BuildRequires: bash-completion @@ -52,14 +52,14 @@ BuildRequires: python-setuptools Requires: python Requires: python-PyYAML <= 6.1 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.31.36 +Requires: python-botocore >= 1.31.61 Requires: python-colorama <= 0.5.0 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python-rsa <= 4.5.0 Requires: python-rsa >= 3.1.2 -Requires: python-s3transfer < 0.7.0 -Requires: python-s3transfer >= 0.6.0 +Requires: python-s3transfer < 0.8.0 +Requires: python-s3transfer >= 0.7.0 Requires: python-six %endif