diff --git a/aws-cli-1.16.61.tar.gz b/aws-cli-1.16.61.tar.gz deleted file mode 100644 index 892fecb..0000000 --- a/aws-cli-1.16.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24c7d0f2fd3578c552a809fcca54372b81459da9b0839c3cf2e52ee2790887dc -size 1147569 diff --git a/aws-cli-1.16.84.tar.gz b/aws-cli-1.16.84.tar.gz new file mode 100644 index 0000000..f3d6f92 --- /dev/null +++ b/aws-cli-1.16.84.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b214c1716ad4290e8901352846fabdf75ccdb6d108dae430d74de14cfa5aa +size 1171837 diff --git a/aws-cli.changes b/aws-cli.changes index 96d9ec3..3766df9 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 6 19:21:39 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 1.16.84 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.84/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Tue Dec 4 12:37:45 UTC 2018 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 8bb8e95..d3b0fef 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -1,7 +1,7 @@ # # spec file for package aws-cli # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.16.61 +Version: 1.16.84 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.12.51 +Requires: python3-botocore >= 1.12.74 Requires: python3-colorama <= 0.4.1 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.12.51 +Requires: python-botocore >= 1.12.74 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 36e9374..7c04ea4 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ ---- setup.py.orig 2018-11-26 10:09:17.000000000 +0100 -+++ setup.py 2018-11-29 13:47:18.748043484 +0100 +--- setup.py.orig 2019-01-04 23:58:14.000000000 +0100 ++++ setup.py 2019-01-06 20:24:06.243843371 +0100 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.12.51', +-requires = ['botocore==1.12.74', - '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.51', ++# requires = ['botocore==1.12.74', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0',