From 497837e0f02048bf19dfaffe93784c1304fb9d2a71ec9e4badadb6dee8f50abf Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 22 Aug 2019 13:51:27 +0000 Subject: [PATCH] Accepting request 725312 from home:glaubitz:branches:Cloud:Tools - Update to version 1.16.223 + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.223/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/725312 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=64 --- aws-cli-1.16.189.tar.gz | 3 --- aws-cli-1.16.223.tar.gz | 3 +++ aws-cli.changes | 9 +++++++++ aws-cli.spec | 4 ++-- hide_py_pckgmgmt.patch | 20 ++++++++++---------- 5 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 aws-cli-1.16.189.tar.gz create mode 100644 aws-cli-1.16.223.tar.gz diff --git a/aws-cli-1.16.189.tar.gz b/aws-cli-1.16.189.tar.gz deleted file mode 100644 index f57bf69..0000000 --- a/aws-cli-1.16.189.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:851a7450173ffb490cf3397e6c7e41b51027e50cdfda8c1308a35827c50d44db -size 1283386 diff --git a/aws-cli-1.16.223.tar.gz b/aws-cli-1.16.223.tar.gz new file mode 100644 index 0000000..8e5960e --- /dev/null +++ b/aws-cli-1.16.223.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebe5277235947065d1dc2c6751240f69085c81c0cd990c7d0bb60293f06f982 +size 1366517 diff --git a/aws-cli.changes b/aws-cli.changes index 2199fa9..da726f1 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Aug 22 13:09:42 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 1.16.223 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.223/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Fri Jun 28 12:33:49 UTC 2019 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 94d537a..66c1e9c 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.16.189 +Version: 1.16.223 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -30,7 +30,7 @@ BuildRequires: fdupes Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.12.179 +Requires: python3-botocore >= 1.12.213 Requires: python3-colorama <= 0.4.1 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index d919a19..72c76f2 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,12 +1,12 @@ ---- setup.py.orig 2019-06-27 20:24:53.000000000 +0200 -+++ setup.py 2019-06-28 14:32:23.056466861 +0200 +--- setup.py.orig 2019-08-21 20:20:11.000000000 +0200 ++++ setup.py 2019-08-22 15:09:23.121269602 +0200 @@ -23,23 +23,23 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.12.179', +-requires = ['botocore==1.12.213', - 'colorama>=0.2.5,<=0.3.9', -- 'docutils>=0.10', +- 'docutils>=0.10,<0.16', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.2.0,<0.3.0'] - @@ -20,10 +20,10 @@ - # versions dropped support for Python 2.6. - requires.append('PyYAML>=3.10,<=3.13') -else: -- requires.append('PyYAML>=3.10,<=5.1') -+# requires = ['botocore==1.12.179', +- requires.append('PyYAML>=3.10,<=5.2') ++# requires = ['botocore==1.12.213', +# 'colorama>=0.2.5,<=0.3.9', -+# 'docutils>=0.10', ++# 'docutils>=0.10,<0.16', +# 'rsa>=3.1.2,<=3.5.0', +# 's3transfer>=0.2.0,<0.3.0'] + @@ -37,12 +37,12 @@ +# # versions dropped support for Python 2.6. +# requires.append('PyYAML>=3.10,<=3.13') +# else: -+# requires.append('PyYAML>=3.10,<=5.1') ++# requires.append('PyYAML>=3.10,<=5.2') setup_options = dict( -@@ -56,12 +56,12 @@ - package_data={'awscli': ['data/*.json', 'examples/*/*.rst', +@@ -57,12 +57,12 @@ + 'examples/*/*.txt', 'examples/*/*/*.txt', 'examples/*/*/*.rst', 'topics/*.rst', 'topics/*.json']}, - install_requires=requires,