Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2017-05-16 14:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and      /work/SRC/openSUSE:Factory/.python-botocore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-botocore"

Tue May 16 14:43:14 2017 rev:15 rq:494407 version:1.5.47

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2017-01-09 10:59:33.715221849 +0100
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2017-05-16 14:44:24.013494254 +0200
@@ -1,0 +2,14 @@
+Wed May 10 17:37:31 UTC 2017 - [email protected]
+
+- Fix source URL missing "/"
+
+-------------------------------------------------------------------
+Tue Feb 28 22:15:13 UTC 2017 - [email protected]
+
+- Implement single-spec version.
+- Fix source URL.
+- Update to 1.5.47
+  Too many changes to list, please see:
+  https://github.com/boto/botocore/blob/1.5.47/CHANGELOG.rst
+
+-------------------------------------------------------------------

Old:
----
  botocore-1.4.86.tar.gz

New:
----
  botocore-1.5.47.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.Pojutk/_old  2017-05-16 14:44:24.709396474 +0200
+++ /var/tmp/diff_new_pack.Pojutk/_new  2017-05-16 14:44:24.725394226 +0200
@@ -16,44 +16,39 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-botocore
-Version:        1.4.86
+Version:        1.5.47
 Release:        0
 Summary:        Python interface for AWS
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/boto/botocore
-Source0:        
https://pypi.io/packages/source/b/botocore/botocore-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz
 Patch0:         hide_py_pckgmgmt.patch
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module docutils >= 0.10}
+BuildRequires:  %{python_module jmespath < 1.0.0}
+BuildRequires:  %{python_module jmespath >= 0.7.1}
+BuildRequires:  %{python_module python-dateutil <= 3.0.0}
+BuildRequires:  %{python_module python-dateutil >= 2.1}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-docutils   >= 0.10
-BuildRequires:  python-jmespath   < 1.0.0
-BuildRequires:  python-jmespath   >= 0.7.1
-BuildRequires:  python-python-dateutil   <= 3.0.0
-BuildRequires:  python-python-dateutil   >= 2.1
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 # Testing requirements
+%if %{with tests}
+BuildRequires:  %{python_module nose}
 BuildRequires:  python-mock
-BuildRequires:  python-nose
 BuildRequires:  python-unittest2
+%endif
 Requires:       python-docutils   >= 0.10
 Requires:       python-jmespath   < 1.0.0
 Requires:       python-jmespath   >= 0.7.1
 Requires:       python-python-dateutil   <= 3.0.0
 Requires:       python-python-dateutil   >= 2.1
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-ordereddict >= 1.1
-BuildRequires:  python-simplejson  >= 3.3.0
-Requires:       python-ordereddict >= 1.1
-Requires:       python-simplejson  >= 3.3.0
-%endif
 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
+%python_subpackages
 
 %description
 A low-level interface to a growing number of Amazon Web Services. 
@@ -63,16 +58,18 @@
 %patch0 -p1
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-scripts=%{_bindir}
-%fdupes %buildroot/%_prefix
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
-nosetests tests/unit
+%python_expand nosetests-%{$python_bin_suffix} tests/unit
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.rst
 %{python_sitelib}/botocore/

++++++ botocore-1.4.86.tar.gz -> botocore-1.5.47.tar.gz ++++++
++++ 83997 lines of diff (skipped)


Reply via email to