From 3c3eb71071508a9ffa93885c8b518aaa6503bbca86e7e06ddc14304f5fd2c992 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 4 Dec 2018 12:45:26 +0000 Subject: [PATCH] Accepting request 653835 from home:glaubitz:branches:Cloud:Tools - Update to version 1.16.61 (bsc#1118021, bsc#1118024) + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.61/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py - Relax version dependency on colorama to <= 0.4.1 (boo#1118099) OBS-URL: https://build.opensuse.org/request/show/653835 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=50 --- aws-cli-1.16.48.tar.gz | 3 --- aws-cli-1.16.61.tar.gz | 3 +++ aws-cli.changes | 10 ++++++++++ aws-cli.spec | 8 ++++---- hide_py_pckgmgmt.patch | 8 ++++---- 5 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 aws-cli-1.16.48.tar.gz create mode 100644 aws-cli-1.16.61.tar.gz diff --git a/aws-cli-1.16.48.tar.gz b/aws-cli-1.16.48.tar.gz deleted file mode 100644 index cb2b689..0000000 --- a/aws-cli-1.16.48.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6fedabd49b0506eefb598a38b3ec943624efa7e24e8aa051ef12c9029b8ba8e -size 1146284 diff --git a/aws-cli-1.16.61.tar.gz b/aws-cli-1.16.61.tar.gz new file mode 100644 index 0000000..892fecb --- /dev/null +++ b/aws-cli-1.16.61.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c7d0f2fd3578c552a809fcca54372b81459da9b0839c3cf2e52ee2790887dc +size 1147569 diff --git a/aws-cli.changes b/aws-cli.changes index 5c6576c..96d9ec3 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 4 12:37:45 UTC 2018 - John Paul Adrian Glaubitz + +- Update to version 1.16.61 (bsc#1118021, bsc#1118024) + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.61/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py +- Relax version dependency on colorama to <= 0.4.1 (boo#1118099) + ------------------------------------------------------------------- Tue Nov 6 11:23:47 UTC 2018 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 1dbda73..8bb8e95 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.16.48 +Version: 1.16.61 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -29,8 +29,8 @@ Patch0: hide_py_pckgmgmt.patch Requires: python3 Requires: python3-PyYAML <= 4.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.12.38 -Requires: python3-colorama <= 0.3.9 +Requires: python3-botocore >= 1.12.51 +Requires: python3-colorama <= 0.4.1 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa <= 3.5.0 @@ -44,7 +44,7 @@ BuildRequires: python3-setuptools Requires: python Requires: python-PyYAML <= 3.13 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.12.38 +Requires: python-botocore >= 1.12.51 Requires: python-colorama <= 0.3.9 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index b4dabd1..36e9374 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ ---- setup.py.orig 2018-11-06 00:14:24.000000000 +0100 -+++ setup.py 2018-11-06 12:17:23.491278811 +0100 +--- setup.py.orig 2018-11-26 10:09:17.000000000 +0100 ++++ setup.py 2018-11-29 13:47:18.748043484 +0100 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.12.38', +-requires = ['botocore==1.12.51', - 'colorama>=0.2.5,<=0.3.9', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.1.12,<0.2.0', - 'PyYAML>=3.10,<=3.13'] -+# requires = ['botocore==1.12.38', ++# requires = ['botocore==1.12.51', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0',