From 2852ae9010b956b2f4c70df4582f2cd00903600fd544560d143f44ad6261991c Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 31 Oct 2022 09:57:22 +0000 Subject: [PATCH 1/2] Accepting request 1031072 from home:glaubitz:branches:Cloud:Tools - Update to version 1.26.0 + For detailed changes see https://github.com/aws/aws-cli/blob/1.26.0/CHANGELOG.rst - Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/1031072 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=157 --- 1.25.91.tar.gz | 3 --- 1.26.0.tar.gz | 3 +++ aws-cli.changes | 8 ++++++++ aws-cli.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 1.25.91.tar.gz create mode 100644 1.26.0.tar.gz diff --git a/1.25.91.tar.gz b/1.25.91.tar.gz deleted file mode 100644 index b99d26d..0000000 --- a/1.25.91.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:508bd705bc011a2038d5034017ad4720faf1a03981995576a5280582bc88ed56 -size 2287481 diff --git a/1.26.0.tar.gz b/1.26.0.tar.gz new file mode 100644 index 0000000..23f1693 --- /dev/null +++ b/1.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254765e5cb4b0c76701b9cd55526f023dfb34667311183714decc8ac8ac31ab7 +size 2291209 diff --git a/aws-cli.changes b/aws-cli.changes index 02f5db1..e078661 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 25 08:15:30 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 1.26.0 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.26.0/CHANGELOG.rst +- Update Requires in spec file from setup.py + ------------------------------------------------------------------- Mon Oct 17 09:27:59 UTC 2022 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index b6e6384..f97c843 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.25.91 +Version: 1.26.0 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -35,7 +35,7 @@ BuildRequires: python3-setuptools Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.27.91 +Requires: python3-botocore >= 1.28.0 Requires: python3-colorama <= 0.4.5 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils < 0.20 @@ -52,7 +52,7 @@ BuildRequires: python-setuptools Requires: python Requires: python-PyYAML <= 5.5 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.27.91 +Requires: python-botocore >= 1.28.0 Requires: python-colorama <= 0.4.5 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 From 4ed8c9ec898771c97448ee4fe9e4d4c4cea1f7f61791d74983b35d0464d02734 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Nov 2022 08:43:33 +0000 Subject: [PATCH 2/2] Accepting request 1033519 from home:glaubitz:branches:Cloud:Tools - Update to version 1.27.2 + For detailed changes see https://github.com/aws/aws-cli/blob/1.27.2/CHANGELOG.rst - Relax upper version constraint for python-colorama in BuildRequires and Requires to 0.5.0 (bsc#1204917) - Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/1033519 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=158 --- 1.26.0.tar.gz | 3 --- 1.27.2.tar.gz | 3 +++ aws-cli.changes | 10 ++++++++++ aws-cli.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 1.26.0.tar.gz create mode 100644 1.27.2.tar.gz diff --git a/1.26.0.tar.gz b/1.26.0.tar.gz deleted file mode 100644 index 23f1693..0000000 --- a/1.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:254765e5cb4b0c76701b9cd55526f023dfb34667311183714decc8ac8ac31ab7 -size 2291209 diff --git a/1.27.2.tar.gz b/1.27.2.tar.gz new file mode 100644 index 0000000..e07513f --- /dev/null +++ b/1.27.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662166b92f843044e86c45cf0768dc0e89f40f5e4f08e3504e2896e8e2e4a73d +size 2295292 diff --git a/aws-cli.changes b/aws-cli.changes index e078661..5c4bbaa 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 4 12:40:25 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 1.27.2 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.27.2/CHANGELOG.rst +- Relax upper version constraint for python-colorama in + BuildRequires and Requires to 0.5.0 (bsc#1204917) +- Update Requires in spec file from setup.py + ------------------------------------------------------------------- Tue Oct 25 08:15:30 UTC 2022 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index f97c843..de94dc4 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.26.0 +Version: 1.27.2 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -35,8 +35,8 @@ BuildRequires: python3-setuptools Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.28.0 -Requires: python3-colorama <= 0.4.5 +Requires: python3-botocore >= 1.29.2 +Requires: python3-colorama <= 0.5.0 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils < 0.20 Requires: python3-docutils >= 0.10 @@ -52,8 +52,8 @@ BuildRequires: python-setuptools Requires: python Requires: python-PyYAML <= 5.5 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.28.0 -Requires: python-colorama <= 0.4.5 +Requires: python-botocore >= 1.29.2 +Requires: python-colorama <= 0.5.0 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python-rsa <= 4.5.0