Hello community, here is the log from the commit of package aws-cli for openSUSE:Factory checked in at 2017-11-11 14:20:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-cli (Old) and /work/SRC/openSUSE:Factory/.aws-cli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-cli" Sat Nov 11 14:20:26 2017 rev:13 rq:540355 version:1.11.185 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes 2017-06-23 09:19:01.716807314 +0200 +++ /work/SRC/openSUSE:Factory/.aws-cli.new/aws-cli.changes 2017-11-11 14:20:29.497252706 +0100 @@ -1,0 +2,18 @@ +Thu Nov 9 22:35:07 UTC 2017 - [email protected] + +- Update to version 1.11.185 (boo#1066528) + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.11.185/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + +------------------------------------------------------------------- +Tue Sep 12 22:02:55 UTC 2017 - [email protected] + +- Update to version 1.11.151 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.11.151/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch +- Remove build capability for SLE 11 +- Set up for Python 3 build distro > SLE 12 openSUSE Leap 42.x + +------------------------------------------------------------------- Old: ---- aws-cli-1.11.104.tar.gz New: ---- aws-cli-1.11.185.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-cli.spec ++++++ --- /var/tmp/diff_new_pack.ah5Oly/_old 2017-11-11 14:20:30.353221334 +0100 +++ /var/tmp/diff_new_pack.ah5Oly/_new 2017-11-11 14:20:30.357221188 +0100 @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.11.104 +Version: 1.11.185 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -25,29 +25,36 @@ Url: https://github.com/aws/aws-cli Source0: %{name}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch +%if 0%{?suse_version} && 0%{?suse_version} > 1315 +Requires: python3 +Requires: python3-PyYAML <= 3.12 +Requires: python3-PyYAML >= 3.10 +Requires: python3-botocore >= 1.7.9 +Requires: python3-colorama <= 0.3.9 +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.9 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +%else Requires: python -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -Requires: python-argparse >= 1.1 -%endif Requires: python-PyYAML <= 3.12 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.5.67 -Requires: python-colorama <= 0.3.8 +Requires: python-botocore >= 1.7.9 +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.9 -BuildRequires: python BuildRequires: python-devel BuildRequires: python-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else -BuildArch: noarch %endif +BuildArch: noarch %description The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. @@ -57,20 +64,35 @@ %patch0 %build +%if 0%{?suse_version} && 0%{?suse_version} > 1315 +python3 setup.py build +%else python setup.py build +%endif %install +%if 0%{?suse_version} && 0%{?suse_version} > 1315 +python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir} +%else python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir} +%endif # No DOS crap rm %{buildroot}/%{_bindir}/aws.cmd %files %defattr(-,root,root,-) %doc CHANGELOG.rst LICENSE.txt README.rst +%if 0%{?suse_version} && 0%{?suse_version} > 1315 +%dir %{python3_sitelib}/awscli +%dir %{python3_sitelib}/awscli-%{version}-py%{py3_ver}.egg-info +%{python3_sitelib}/awscli/* +%{python3_sitelib}/*egg-info/* +%else %dir %{python_sitelib}/awscli %dir %{python_sitelib}/awscli-%{version}-py%{py_ver}.egg-info -%{_bindir}/* %{python_sitelib}/awscli/* %{python_sitelib}/*egg-info/* +%endif +%{_bindir}/* %changelog ++++++ aws-cli-1.11.104.tar.gz -> aws-cli-1.11.185.tar.gz ++++++ ++++ 10995 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.ah5Oly/_old 2017-11-11 14:20:30.921200519 +0100 +++ /var/tmp/diff_new_pack.ah5Oly/_new 2017-11-11 14:20:30.925200372 +0100 @@ -4,13 +4,13 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.5.67', +-requires = ['botocore==1.7.43', - 'colorama>=0.2.5,<=0.3.7', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', - 's3transfer>=0.1.9,<0.2.0', - 'PyYAML>=3.10,<=3.12'] -+#requires = ['botocore==1.5.67', ++#requires = ['botocore==1.7.43', +# 'colorama>=0.2.5,<=0.3.7', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0',
