Hello community, here is the log from the commit of package aws-cli for openSUSE:Factory checked in at 2019-06-20 18:54:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-cli (Old) and /work/SRC/openSUSE:Factory/.aws-cli.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-cli" Thu Jun 20 18:54:47 2019 rev:24 rq:709459 version:1.16.176 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes 2019-02-15 10:02:02.467632725 +0100 +++ /work/SRC/openSUSE:Factory/.aws-cli.new.4811/aws-cli.changes 2019-06-20 18:54:57.948810100 +0200 @@ -1,0 +2,15 @@ +Wed Jun 12 14:10:01 UTC 2019 - John Paul Adrian Glaubitz <[email protected]> + +- Update to version 1.16.176 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.16.176/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py +- Relax version constraints for python-PyYAML and python-rsa +- Run fdupes to hardlink duplicate files + + Add fdupes to BuildRequires + + Add %fdupes invocation to %install +- Run recursive find with chmod to remove executable bit for + REST files in example folder to fix rpmlint warning + +------------------------------------------------------------------- Old: ---- aws-cli-1.16.103.tar.gz New: ---- aws-cli-1.16.176.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-cli.spec ++++++ --- /var/tmp/diff_new_pack.763sJr/_old 2019-06-20 18:54:59.904812779 +0200 +++ /var/tmp/diff_new_pack.763sJr/_new 2019-06-20 18:54:59.928812812 +0200 @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.16.103 +Version: 1.16.176 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -25,15 +25,16 @@ Url: https://github.com/aws/aws-cli Source0: %{name}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch +BuildRequires: fdupes %if 0%{?suse_version} && 0%{?suse_version} > 1315 Requires: python3 -Requires: python3-PyYAML <= 4.0 +Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.12.93 +Requires: python3-botocore >= 1.12.166 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 < 5.0.0 Requires: python3-rsa >= 3.1.2 Requires: python3-s3transfer < 0.3.0 Requires: python3-s3transfer >= 0.2.0 @@ -79,8 +80,12 @@ %install %if 0%{?suse_version} && 0%{?suse_version} > 1315 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir} +%fdupes %{buildroot}%{python3_sitelib} +find %{buildroot}%{python3_sitelib}/awscli/examples -type f -exec chmod 644 {} \; %else python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir} +%fdupes %{buildroot}%{python_sitelib} +find %{buildroot}%{python_sitelib}/awscli/examples -type f -exec chmod 644 {} \; %endif # No DOS crap rm %{buildroot}/%{_bindir}/aws.cmd ++++++ aws-cli-1.16.103.tar.gz -> aws-cli-1.16.176.tar.gz ++++++ ++++ 28909 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.763sJr/_old 2019-06-20 18:55:01.872815475 +0200 +++ /var/tmp/diff_new_pack.763sJr/_new 2019-06-20 18:55:01.892815502 +0200 @@ -1,16 +1,16 @@ ---- setup.py.orig 2019-02-13 00:11:49.000000000 +0100 -+++ setup.py 2019-02-13 13:06:23.516662678 +0100 +--- setup.py.orig 2019-06-11 20:28:13.000000000 +0200 ++++ setup.py 2019-06-12 14:54:16.071249846 +0200 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.12.93', +-requires = ['botocore==1.12.166', - 'colorama>=0.2.5,<=0.3.9', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.2.0,<0.3.0', - 'PyYAML>=3.10,<=3.13'] -+# requires = ['botocore==1.12.93', ++# requires = ['botocore==1.12.166', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0',
