diff --git a/aws-cli-1.16.84.tar.gz b/aws-cli-1.16.84.tar.gz deleted file mode 100644 index f3d6f92..0000000 --- a/aws-cli-1.16.84.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198b214c1716ad4290e8901352846fabdf75ccdb6d108dae430d74de14cfa5aa -size 1171837 diff --git a/aws-cli-1.16.94.tar.gz b/aws-cli-1.16.94.tar.gz new file mode 100644 index 0000000..188adfc --- /dev/null +++ b/aws-cli-1.16.94.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1cc1e5d428b6346e88f99bae2ed780dfa955e38ba6ed8dc4e58d2270cf1886 +size 1173281 diff --git a/aws-cli.changes b/aws-cli.changes index 3766df9..bae488e 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 24 10:36:34 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 1.16.94 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.94/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Sun Jan 6 19:21:39 UTC 2019 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index d3b0fef..f949c21 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.16.84 +Version: 1.16.94 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.74 +Requires: python3-botocore >= 1.12.84 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.74 +Requires: python-botocore >= 1.12.84 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 7c04ea4..5d9694e 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ ---- setup.py.orig 2019-01-04 23:58:14.000000000 +0100 -+++ setup.py 2019-01-06 20:24:06.243843371 +0100 +--- setup.py.orig 2019-01-24 00:03:41.000000000 +0100 ++++ setup.py 2019-01-24 11:34:37.366642349 +0100 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.12.74', +-requires = ['botocore==1.12.84', - '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.74', ++# requires = ['botocore==1.12.84', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0', @@ -46,5 +46,5 @@ + # ] + # }, license="Apache License 2.0", - classifiers=( + classifiers=[ 'Development Status :: 5 - Production/Stable',