From e086425dafa8e747cec47eecad82f98211d2dc8ce66cf615615f35baa6b6d83f Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 14 Mar 2017 19:11:16 +0000 Subject: [PATCH 1/3] - SUpport single spec builds OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=29 --- aws-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.spec b/aws-cli.spec index b9ce036..161d52c 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -1,7 +1,7 @@ # # spec file for package aws-cli # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 1a4ace8cdb2ccd439004dcbdd3730677e7cbfe3c6c0a4cae873ff4b3bb0f5c14 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 14 Jun 2017 21:35:14 +0000 Subject: [PATCH 2/3] - Update to version 1.11.104 (bsc#1044370) + For detailed changes see https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=30 --- aws-cli-1.11.104.tar.gz | 3 +++ aws-cli-1.11.29.tar.gz | 3 --- aws-cli.changes | 7 +++++++ aws-cli.spec | 8 ++++---- hide_py_pckgmgmt.patch | 10 +++++----- 5 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 aws-cli-1.11.104.tar.gz delete mode 100644 aws-cli-1.11.29.tar.gz diff --git a/aws-cli-1.11.104.tar.gz b/aws-cli-1.11.104.tar.gz new file mode 100644 index 0000000..43784d1 --- /dev/null +++ b/aws-cli-1.11.104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9807e4034f06a149a02f07800c945439c39b6cd52bf6c869660d993ae7c1132c +size 983989 diff --git a/aws-cli-1.11.29.tar.gz b/aws-cli-1.11.29.tar.gz deleted file mode 100644 index 1b1fca0..0000000 --- a/aws-cli-1.11.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274b6bc6ff539710da395c1075544a765ebc1b83b600123410daa187d0e88f56 -size 929865 diff --git a/aws-cli.changes b/aws-cli.changes index a6c4b5c..607defc 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 14 21:22:11 UTC 2017 - rjschwei@suse.com + +- Update to version 1.11.104 (bsc#1044370) + + For detailed changes see + https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst + ------------------------------------------------------------------- Thu Dec 15 13:25:14 UTC 2016 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index 161d52c..0b0e84e 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.11.29 +Version: 1.11.104 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -31,14 +31,14 @@ Requires: python-argparse >= 1.1 %endif Requires: python-PyYAML <= 3.12 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.4.68 -Requires: python-colorama <= 0.3.7 +Requires: python-botocore >= 1.5.67 +Requires: python-colorama <= 0.3.8 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python-rsa <= 3.5.0 Requires: python-rsa >= 3.1.2 Requires: python-s3transfer <= 0.2.0 -Requires: python-s3transfer >= 0.0.1 +Requires: python-s3transfer >= 0.1.9 BuildRequires: python BuildRequires: python-devel BuildRequires: python-setuptools diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index dbde94e..ed81b65 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ --- setup.py.orig +++ setup.py -@@ -6,18 +6,18 @@ from setuptools import setup, find_packa - import awscli +@@ -23,18 +23,18 @@ def find_version(*file_paths): + raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.4.86', +-requires = ['botocore==1.5.67', - 'colorama>=0.2.5,<=0.3.7', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.1.9,<0.2.0', - 'PyYAML>=3.10,<=3.12'] -+#requires = ['botocore==1.4.86', ++#requires = ['botocore==1.5.67', +# 'colorama>=0.2.5,<=0.3.7', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0', @@ -27,7 +27,7 @@ setup_options = dict( -@@ -34,12 +34,12 @@ setup_options = dict( +@@ -51,12 +51,12 @@ setup_options = dict( package_data={'awscli': ['data/*.json', 'examples/*/*.rst', 'examples/*/*/*.rst', 'topics/*.rst', 'topics/*.json']}, From ed909fcd7a7c540140d7ccafbccf914d02372bf8723288af0f68e3aca061a4e2 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 19 Jun 2017 14:06:48 +0000 Subject: [PATCH 3/3] https://github.com/aws/aws-cli/blob/1.11.104/CHANGELOG.rst OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=31 --- aws-cli.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.changes b/aws-cli.changes index 607defc..ff0044a 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -3,7 +3,7 @@ Wed Jun 14 21:22:11 UTC 2017 - rjschwei@suse.com - Update to version 1.11.104 (bsc#1044370) + For detailed changes see - https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst + https://github.com/aws/aws-cli/blob/1.11.104/CHANGELOG.rst ------------------------------------------------------------------- Thu Dec 15 13:25:14 UTC 2016 - rjschwei@suse.com