From 679406c68cd9f876320d4f764495390a1f26b9b8ea72f39549ad55091aa38192 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 6 Nov 2018 14:57:34 +0000 Subject: [PATCH] Accepting request 646634 from home:glaubitz:branches:Cloud:Tools - Update to version 1.16.48 + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.48/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/646634 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=48 --- aws-cli-1.16.1.tar.gz | 3 --- aws-cli-1.16.48.tar.gz | 3 +++ aws-cli.changes | 9 +++++++++ aws-cli.spec | 8 ++++---- hide_py_pckgmgmt.patch | 8 ++++---- 5 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 aws-cli-1.16.1.tar.gz create mode 100644 aws-cli-1.16.48.tar.gz diff --git a/aws-cli-1.16.1.tar.gz b/aws-cli-1.16.1.tar.gz deleted file mode 100644 index 0cfee3e..0000000 --- a/aws-cli-1.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3ac5bd4a55bdf4a41264428e82444b3425e00a00a4e5d7945fbab3b3f520e6b -size 1107514 diff --git a/aws-cli-1.16.48.tar.gz b/aws-cli-1.16.48.tar.gz new file mode 100644 index 0000000..cb2b689 --- /dev/null +++ b/aws-cli-1.16.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fedabd49b0506eefb598a38b3ec943624efa7e24e8aa051ef12c9029b8ba8e +size 1146284 diff --git a/aws-cli.changes b/aws-cli.changes index 48479b9..5c6576c 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 6 11:23:47 UTC 2018 - John Paul Adrian Glaubitz + +- Update to version 1.16.48 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.48/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Thu Sep 13 10:23:47 UTC 2018 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 9156791..1dbda73 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: aws-cli -Version: 1.16.1 +Version: 1.16.48 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -29,7 +29,7 @@ Patch0: hide_py_pckgmgmt.patch Requires: python3 Requires: python3-PyYAML <= 4.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.11.1 +Requires: python3-botocore >= 1.12.38 Requires: python3-colorama <= 0.3.9 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 @@ -44,7 +44,7 @@ BuildRequires: python3-setuptools Requires: python Requires: python-PyYAML <= 3.13 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.11.1 +Requires: python-botocore >= 1.12.38 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 ee84983..b4dabd1 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ ---- setup.py.orig 2018-08-25 03:51:52.000000000 +0200 -+++ setup.py 2018-08-25 17:41:34.441844517 +0200 +--- setup.py.orig 2018-11-06 00:14:24.000000000 +0100 ++++ setup.py 2018-11-06 12:17:23.491278811 +0100 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.11.1', +-requires = ['botocore==1.12.38', - '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.11.1', ++# requires = ['botocore==1.12.38', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0',