From 553e5782096ee448c78df43b7f874d3546b8f7b6dcb7227ccab6a5faa2b93ed4 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 14 Nov 2019 13:03:25 +0000 Subject: [PATCH] Accepting request 748652 from home:glaubitz:branches:Cloud:Tools - Update to version 1.16.281 + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.281/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/748652 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=70 --- aws-cli-1.16.258.tar.gz | 3 --- aws-cli-1.16.281.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.258.tar.gz create mode 100644 aws-cli-1.16.281.tar.gz diff --git a/aws-cli-1.16.258.tar.gz b/aws-cli-1.16.258.tar.gz deleted file mode 100644 index 0978ba9..0000000 --- a/aws-cli-1.16.258.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8063686877fb37a084564b627f0d5435d0a460163776fefee01fd099675a0d4 -size 1470566 diff --git a/aws-cli-1.16.281.tar.gz b/aws-cli-1.16.281.tar.gz new file mode 100644 index 0000000..dec37f9 --- /dev/null +++ b/aws-cli-1.16.281.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1c247c48fa1c1c7e51ba01e0398731be68ff60beafed40c3c304a30cfaac09 +size 1544967 diff --git a/aws-cli.changes b/aws-cli.changes index edc4e12..6b19680 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 14 11:47:34 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 1.16.281 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.281/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Mon Oct 14 12:43:10 UTC 2019 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 3f7fd8c..f43ee99 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -1,7 +1,7 @@ # # spec file for package aws-cli # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: aws-cli -Version: 1.16.258 +Version: 1.16.281 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 Group: System/Management -Url: https://github.com/aws/aws-cli +URL: https://github.com/aws/aws-cli Source0: %{name}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch Requires: groff @@ -31,7 +31,7 @@ BuildRequires: fdupes Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.12.248 +Requires: python3-botocore >= 1.13.17 Requires: python3-colorama <= 0.4.2 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index f9ca302..d7b164c 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,10 +1,10 @@ ---- setup.py.orig 2019-10-11 20:12:23.000000000 +0200 -+++ setup.py 2019-10-14 14:42:54.622237116 +0200 +--- setup.py.orig 2019-11-13 21:03:02.000000000 +0100 ++++ setup.py 2019-11-14 12:44:04.349499511 +0100 @@ -23,30 +23,30 @@ raise RuntimeError("Unable to find version string.") --install_requires = ['botocore==1.12.248', +-install_requires = ['botocore==1.13.17', - 'docutils>=0.10,<0.16', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.2.0,<0.3.0'] @@ -28,7 +28,7 @@ -else: - install_requires.append('PyYAML>=3.10,<5.2') - install_requires.append('colorama>=0.2.5,<0.4.2') -+# install_requires = ['botocore==1.12.248', ++# install_requires = ['botocore==1.13.17', +# 'docutils>=0.10,<0.16', +# 'rsa>=3.1.2,<=3.5.0', +# 's3transfer>=0.2.0,<0.3.0']