From efca7c295b8df752919ad19ee960c34f234c147e8756b06d7918f2b1fcdf6c0f Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 12 Jan 2021 12:09:04 +0000 Subject: [PATCH 1/3] Accepting request 862621 from home:glaubitz:branches:Cloud:Tools - Update to version 1.18.212 + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.212/CHANGELOG.rst - Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/862621 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=105 --- aws-cli-1.18.185.tar.gz | 3 --- aws-cli-1.18.212.tar.gz | 3 +++ aws-cli.changes | 8 ++++++++ aws-cli.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 aws-cli-1.18.185.tar.gz create mode 100644 aws-cli-1.18.212.tar.gz diff --git a/aws-cli-1.18.185.tar.gz b/aws-cli-1.18.185.tar.gz deleted file mode 100644 index 28ffac7..0000000 --- a/aws-cli-1.18.185.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ee69a174cf92c5ff9ea778c674157f8a53a17fba385598585e96e17b921c8e -size 1917645 diff --git a/aws-cli-1.18.212.tar.gz b/aws-cli-1.18.212.tar.gz new file mode 100644 index 0000000..85aa327 --- /dev/null +++ b/aws-cli-1.18.212.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ffa3933001826b5e90b6728f246d58a050d0c6ce958725db858b343ba1b84e +size 1936012 diff --git a/aws-cli.changes b/aws-cli.changes index 11003e5..ce6235c 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 12 12:04:54 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 1.18.212 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.18.212/CHANGELOG.rst +- Update Requires in spec file from setup.py + ------------------------------------------------------------------- Mon Nov 30 12:12:50 UTC 2020 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 637ea74..c23a9da 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -1,7 +1,7 @@ # # spec file for package aws-cli # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.18.185 +Version: 1.18.212 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -34,7 +34,7 @@ BuildRequires: python3-setuptools Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.19.25 +Requires: python3-botocore >= 1.19.52 Requires: python3-colorama <= 0.4.4 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 @@ -50,7 +50,7 @@ BuildRequires: python-setuptools Requires: python Requires: python-PyYAML <= 5.4 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.19.25 +Requires: python-botocore >= 1.19.52 Requires: python-colorama <= 0.3.9 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 From 59ec38b7aa0565fa4d71ab001d7d693a3ced417f8a49b6d831828f985eaeb927 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 18 Feb 2021 19:06:29 +0000 Subject: [PATCH 2/3] Accepting request 873404 from home:glaubitz:branches:Cloud:Tools OBS-URL: https://build.opensuse.org/request/show/873404 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=106 --- aws-cli-1.18.212.tar.gz | 3 --- aws-cli-1.19.9.tar.gz | 3 +++ aws-cli.changes | 8 ++++++++ aws-cli.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 aws-cli-1.18.212.tar.gz create mode 100644 aws-cli-1.19.9.tar.gz diff --git a/aws-cli-1.18.212.tar.gz b/aws-cli-1.18.212.tar.gz deleted file mode 100644 index 85aa327..0000000 --- a/aws-cli-1.18.212.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8ffa3933001826b5e90b6728f246d58a050d0c6ce958725db858b343ba1b84e -size 1936012 diff --git a/aws-cli-1.19.9.tar.gz b/aws-cli-1.19.9.tar.gz new file mode 100644 index 0000000..8968b9b --- /dev/null +++ b/aws-cli-1.19.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e04c80493054e0d540aea5d55a08e22c54834cd6aa976cce12ff61880e51a6 +size 1964009 diff --git a/aws-cli.changes b/aws-cli.changes index ce6235c..fa209f0 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 18 14:12:29 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 1.19.9 (bsc#1182421, bsc#1182422, jsc#ECO-3352, jsc#PM-2485) + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.19.9/CHANGELOG.rst +- Update Requires in spec file from setup.py + ------------------------------------------------------------------- Tue Jan 12 12:04:54 UTC 2021 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index c23a9da..619292c 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.18.212 +Version: 1.19.9 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -34,7 +34,7 @@ BuildRequires: python3-setuptools Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.19.52 +Requires: python3-botocore >= 1.20.9 Requires: python3-colorama <= 0.4.4 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 @@ -50,7 +50,7 @@ BuildRequires: python-setuptools Requires: python Requires: python-PyYAML <= 5.4 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.19.52 +Requires: python-botocore >= 1.20.9 Requires: python-colorama <= 0.3.9 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 From 147e3d97784d296414ede61cb45527531f43bc2c446704f56e1bbd62e5a9e131 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Tue, 23 Feb 2021 13:49:24 +0000 Subject: [PATCH 3/3] - Fix version Requires for python-colorama for SLE-12 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=107 --- aws-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.spec b/aws-cli.spec index 619292c..c993d75 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -51,7 +51,7 @@ Requires: python Requires: python-PyYAML <= 5.4 Requires: python-PyYAML >= 3.10 Requires: python-botocore >= 1.20.9 -Requires: python-colorama <= 0.3.9 +Requires: python-colorama <= 0.4.4 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python-rsa <= 3.5.0