From 539a445ec82aefb5fa3dbed88295372670e1b7071b7c65261bf1252a73790da5 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 13 Feb 2019 16:46:02 +0000 Subject: [PATCH] Accepting request 674556 from home:glaubitz:branches:Cloud:Tools - Update to version 1.16.103 + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.103/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/674556 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=56 --- aws-cli-1.16.103.tar.gz | 3 +++ aws-cli-1.16.94.tar.gz | 3 --- aws-cli.changes | 9 +++++++++ aws-cli.spec | 14 +++++++------- hide_py_pckgmgmt.patch | 12 ++++++------ 5 files changed, 25 insertions(+), 16 deletions(-) create mode 100644 aws-cli-1.16.103.tar.gz delete mode 100644 aws-cli-1.16.94.tar.gz diff --git a/aws-cli-1.16.103.tar.gz b/aws-cli-1.16.103.tar.gz new file mode 100644 index 0000000..4b2b03b --- /dev/null +++ b/aws-cli-1.16.103.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f13fc9e29b96fe286f9fb61d1121d016dc161430b547719d1213fe1b64a50c +size 1186580 diff --git a/aws-cli-1.16.94.tar.gz b/aws-cli-1.16.94.tar.gz deleted file mode 100644 index 188adfc..0000000 --- a/aws-cli-1.16.94.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d1cc1e5d428b6346e88f99bae2ed780dfa955e38ba6ed8dc4e58d2270cf1886 -size 1173281 diff --git a/aws-cli.changes b/aws-cli.changes index bae488e..4c6bd48 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 13 12:06:51 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 1.16.103 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.103/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Thu Jan 24 10:36:34 UTC 2019 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index f949c21..bee6ff5 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.16.94 +Version: 1.16.103 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -29,14 +29,14 @@ Patch0: hide_py_pckgmgmt.patch Requires: python3 Requires: python3-PyYAML <= 4.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.12.84 +Requires: python3-botocore >= 1.12.93 Requires: python3-colorama <= 0.4.1 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa <= 3.5.0 Requires: python3-rsa >= 3.1.2 -Requires: python3-s3transfer <= 0.2.0 -Requires: python3-s3transfer >= 0.1.12 +Requires: python3-s3transfer < 0.3.0 +Requires: python3-s3transfer >= 0.2.0 Requires: python3-six BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -44,14 +44,14 @@ BuildRequires: python3-setuptools Requires: python Requires: python-PyYAML <= 3.13 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.12.84 +Requires: python-botocore >= 1.12.93 Requires: python-colorama <= 0.3.9 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.1.12 +Requires: python-s3transfer < 0.3.0 +Requires: python-s3transfer >= 0.2.0 Requires: python-six BuildRequires: python-devel BuildRequires: python-setuptools diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 5d9694e..1f03fd8 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,20 +1,20 @@ ---- setup.py.orig 2019-01-24 00:03:41.000000000 +0100 -+++ setup.py 2019-01-24 11:34:37.366642349 +0100 +--- setup.py.orig 2019-02-13 00:11:49.000000000 +0100 ++++ setup.py 2019-02-13 13:06:23.516662678 +0100 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.12.84', +-requires = ['botocore==1.12.93', - 'colorama>=0.2.5,<=0.3.9', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', -- 's3transfer>=0.1.12,<0.2.0', +- 's3transfer>=0.2.0,<0.3.0', - 'PyYAML>=3.10,<=3.13'] -+# requires = ['botocore==1.12.84', ++# requires = ['botocore==1.12.93', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0', -+# 's3transfer>=0.1.12,<0.2.0', ++# 's3transfer>=0.2.0,<0.3.0', +# 'PyYAML>=3.10,<=3.13']