From e78297e794137639aa12bbe5eac91af4c7c8031d55075bd862286d9c014e2b1e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 3 Apr 2020 14:54:13 +0000 Subject: [PATCH] Accepting request 791201 from home:glaubitz:branches:Cloud:Tools - Update to version 1.18.35 + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.35/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/791201 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=86 --- aws-cli-1.18.27.tar.gz | 3 --- aws-cli-1.18.35.tar.gz | 3 +++ aws-cli.changes | 9 +++++++++ aws-cli.spec | 6 +++--- hide_py_pckgmgmt.patch | 8 ++++---- 5 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 aws-cli-1.18.27.tar.gz create mode 100644 aws-cli-1.18.35.tar.gz diff --git a/aws-cli-1.18.27.tar.gz b/aws-cli-1.18.27.tar.gz deleted file mode 100644 index 9de6e46..0000000 --- a/aws-cli-1.18.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6564de265bb437009b06450468e3e1326a3e4b5779d1890c5563a0810520a008 -size 1718632 diff --git a/aws-cli-1.18.35.tar.gz b/aws-cli-1.18.35.tar.gz new file mode 100644 index 0000000..f8ef532 --- /dev/null +++ b/aws-cli-1.18.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b167fcc9228f5f9b993828029fdfa72501a25fec00166e7670eab839c27f1c +size 1720495 diff --git a/aws-cli.changes b/aws-cli.changes index 10c3f7c..280cce4 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 3 13:02:28 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 1.18.35 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.18.35/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Tue Mar 24 18:10:27 UTC 2020 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index a604aea..07d4171 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.18.27 +Version: 1.18.35 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.15.27 -Requires: python3-colorama <= 0.4.2 +Requires: python3-botocore >= 1.15.35 +Requires: python3-colorama <= 0.4.4 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa < 5.0.0 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 49c4115..79174e1 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,17 +1,17 @@ ---- setup.py.orig 2020-03-23 19:15:32.000000000 +0100 -+++ setup.py 2020-03-24 19:10:14.975389538 +0100 +--- setup.py.orig 2020-04-02 20:08:14.000000000 +0200 ++++ setup.py 2020-04-03 14:30:04.280983963 +0200 @@ -23,20 +23,20 @@ raise RuntimeError("Unable to find version string.") -install_requires = [ -- 'botocore==1.15.27', +- 'botocore==1.15.35', - 'docutils>=0.10,<0.16', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.3.0,<0.4.0', -] +# install_requires = [ -+# 'botocore==1.15.27', ++# 'botocore==1.15.35', +# 'docutils>=0.10,<0.16', +# 'rsa>=3.1.2,<=3.5.0', +# 's3transfer>=0.3.0,<0.4.0',