From 54b6c0a9af1f0c5a41078dfb36fe750a429c1e54a49c5dd33ee47bced946178e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 3 Jun 2022 12:57:30 +0000 Subject: [PATCH] Accepting request 980629 from home:glaubitz:branches:Cloud:Tools - Update to version 1.25.2 + For detailed changes see https://github.com/aws/aws-cli/blob/1.25.2/CHANGELOG.rst - Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/980629 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=136 --- 1.24.4.tar.gz | 3 --- 1.25.2.tar.gz | 3 +++ aws-cli.changes | 8 ++++++++ aws-cli.spec | 14 +++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 1.24.4.tar.gz create mode 100644 1.25.2.tar.gz diff --git a/1.24.4.tar.gz b/1.24.4.tar.gz deleted file mode 100644 index 7f4780d..0000000 --- a/1.24.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa23af45853b5cea8d0839780037bbb1777d85aa6c2d2985583b20c5e7a74eae -size 2215845 diff --git a/1.25.2.tar.gz b/1.25.2.tar.gz new file mode 100644 index 0000000..88f87ec --- /dev/null +++ b/1.25.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d72698f589c35206e1a37e62977078cd6ee9c4f68eca39e973c9e4e8209b121 +size 2220304 diff --git a/aws-cli.changes b/aws-cli.changes index 0246f3c..e669fae 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jun 3 10:09:38 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 1.25.2 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.25.2/CHANGELOG.rst +- Update Requires in spec file from setup.py + ------------------------------------------------------------------- Fri May 20 09:47:25 UTC 2022 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index d7fc62e..46fd5b8 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.24.4 +Version: 1.25.2 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.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.26.4 +Requires: python3-botocore >= 1.27.2 Requires: python3-colorama <= 0.4.5 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.6.0 -Requires: python3-s3transfer >= 0.5.0 +Requires: python3-s3transfer < 0.7.0 +Requires: python3-s3transfer >= 0.6.0 Requires: python3-six %else BuildRequires: bash-completion @@ -52,14 +52,14 @@ BuildRequires: python-setuptools Requires: python Requires: python-PyYAML <= 5.5 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.26.4 +Requires: python-botocore >= 1.27.2 Requires: python-colorama <= 0.4.5 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.6.0 -Requires: python-s3transfer >= 0.5.0 +Requires: python-s3transfer < 0.7.0 +Requires: python-s3transfer >= 0.6.0 Requires: python-six %endif