From 6f0cd6fab78720638c54fedcb17b0277ea8b10263851216ca1d83ebce6b6f783 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 15 Jun 2020 13:47:41 +0000 Subject: [PATCH] Accepting request 814718 from home:glaubitz:branches:Cloud:Tools - Update to version 1.18.79 + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.79/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/814718 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=91 --- aws-cli-1.18.38.tar.gz | 3 --- aws-cli-1.18.79.tar.gz | 3 +++ aws-cli.changes | 9 +++++++++ aws-cli.spec | 4 ++-- hide_py_pckgmgmt.patch | 8 ++++---- 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 aws-cli-1.18.38.tar.gz create mode 100644 aws-cli-1.18.79.tar.gz diff --git a/aws-cli-1.18.38.tar.gz b/aws-cli-1.18.38.tar.gz deleted file mode 100644 index 6cb6fb1..0000000 --- a/aws-cli-1.18.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:035c2ae4bdc4893c453a83e05b8dc145d43a1a6886fc30b8901414c943944aae -size 1727085 diff --git a/aws-cli-1.18.79.tar.gz b/aws-cli-1.18.79.tar.gz new file mode 100644 index 0000000..e8f142e --- /dev/null +++ b/aws-cli-1.18.79.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dab735dcbd5b9a011b8fb99e74053a460639f845914cdab88862563f70a89a5 +size 1781858 diff --git a/aws-cli.changes b/aws-cli.changes index c40f7bb..4caafe5 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 15 13:17:37 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 1.18.79 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.18.79/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Wed Apr 8 08:58:37 UTC 2020 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 370e80c..91c2f9c 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.18.38 +Version: 1.18.79 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.15.38 +Requires: python3-botocore >= 1.17.2 Requires: python3-colorama <= 0.4.4 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 351b209..832bd8a 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,17 +1,17 @@ ---- setup.py.orig 2020-04-07 20:08:27.000000000 +0200 -+++ setup.py 2020-04-08 10:53:43.602794894 +0200 +--- setup.py.orig 2020-06-12 20:10:00.000000000 +0200 ++++ setup.py 2020-06-15 15:09:31.139551134 +0200 @@ -23,20 +23,20 @@ raise RuntimeError("Unable to find version string.") -install_requires = [ -- 'botocore==1.15.38', +- 'botocore==1.17.2', - 'docutils>=0.10,<0.16', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.3.0,<0.4.0', -] +# install_requires = [ -+# 'botocore==1.15.38', ++# 'botocore==1.17.2', +# 'docutils>=0.10,<0.16', +# 'rsa>=3.1.2,<=3.5.0', +# 's3transfer>=0.3.0,<0.4.0',