Hello community, here is the log from the commit of package aws-cli for openSUSE:Factory checked in at 2019-02-15 10:01:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-cli (Old) and /work/SRC/openSUSE:Factory/.aws-cli.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-cli" Fri Feb 15 10:01:53 2019 rev:23 rq:674658 version:1.16.103 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes 2019-02-01 11:48:38.004356058 +0100 +++ /work/SRC/openSUSE:Factory/.aws-cli.new.28833/aws-cli.changes 2019-02-15 10:02:02.467632725 +0100 @@ -1,0 +2,9 @@ +Wed Feb 13 12:06:51 UTC 2019 - John Paul Adrian Glaubitz <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- aws-cli-1.16.94.tar.gz New: ---- aws-cli-1.16.103.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-cli.spec ++++++ --- /var/tmp/diff_new_pack.lADJoN/_old 2019-02-15 10:02:03.183632495 +0100 +++ /var/tmp/diff_new_pack.lADJoN/_new 2019-02-15 10:02:03.187632494 +0100 @@ -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 @@ 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 @@ 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 ++++++ aws-cli-1.16.94.tar.gz -> aws-cli-1.16.103.tar.gz ++++++ ++++ 3175 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.lADJoN/_old 2019-02-15 10:02:03.739632316 +0100 +++ /var/tmp/diff_new_pack.lADJoN/_new 2019-02-15 10:02:03.739632316 +0100 @@ -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']
