Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2015-04-27 22:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and      /work/SRC/openSUSE:Factory/.python-botocore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-botocore"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2015-03-30 19:32:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2015-04-27 22:09:09.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Apr 26 16:49:41 UTC 2015 - [email protected]
+
+- update to version 0.105.0: no upstream changelog
+- point source URL to pypi
+- increase minimum required version of python-jmespath to 0.6.2
+- remove python as BuildRequires, unneeded
+- add fdupes as BuildRequires and call it after install
+
+-------------------------------------------------------------------

Old:
----
  botocore-0.97.0.tar.gz

New:
----
  botocore-0.105.0.tar.gz

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

Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.v9t1L4/_old  2015-04-27 22:09:09.000000000 +0200
+++ /var/tmp/diff_new_pack.v9t1L4/_new  2015-04-27 22:09:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-botocore
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,22 @@
 %define baseName botocore
 
 Name:           python-botocore
-Version:        0.97.0
+Version:        0.105.0
 Release:        0
 Summary:        Python interface for AWS
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/boto/botocore
-Source0:        %{baseName}-%{version}.tar.gz
+Source0:        
https://pypi.python.org/packages/source/b/%{baseName}/%{baseName}-%{version}.tar.gz
 Patch0:         hide_py_pckgmgmt.patch
 Requires:       python
 Requires:       python-dateutil   >= 2.1
-Requires:       python-jmespath   >= 0.6.1
+Requires:       python-jmespath   >= 0.6.2
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:       python-ordereddict >= 1.1
 Requires:       python-simplejson  >= 3.3.0
 %endif
-BuildRequires:  python
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +58,7 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-scripts=%{_bindir}
+%fdupes %buildroot/%_prefix
 
 %files
 %defattr(-,root,root,-)

++++++ botocore-0.97.0.tar.gz -> botocore-0.105.0.tar.gz ++++++
++++ 32287 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.v9t1L4/_old  2015-04-27 22:09:10.000000000 +0200
+++ /var/tmp/diff_new_pack.v9t1L4/_new  2015-04-27 22:09:10.000000000 +0200
@@ -4,10 +4,12 @@
  from setuptools import setup, find_packages
  
  
--requires = ['jmespath==0.6.1',
+-requires = ['jmespath==0.6.2',
 -            'python-dateutil>=2.1,<3.0.0']
--
--
++#requires = ['jmespath==0.6.2',
++#            'python-dateutil>=2.1,<3.0.0']
+ 
+ 
 -if sys.version_info[:2] == (2, 6):
 -    # For python2.6 we have a few other dependencies.
 -    # First we need an ordered dictionary so we use the
@@ -19,10 +21,6 @@
 -    # JSON objects.  The 2.7 json module has this.  For 2.6
 -    # we need simplejson.
 -    requires.append('simplejson==3.3.0')
-+#requires = ['jmespath==0.6.1',
-+#            'python-dateutil>=2.1,<3.0.0']
-+
-+
 +#if sys.version_info[:2] == (2, 6):
 +#    # For python2.6 we have a few other dependencies.
 +#    # First we need an ordered dictionary so we use the
@@ -37,7 +35,7 @@
  
  
  setup(
-@@ -42,7 +42,7 @@ setup(
+@@ -41,7 +41,7 @@ setup(
                    'botocore.vendored.requests': ['*.pem']},
      package_dir={'botocore': 'botocore'},
      include_package_data=True,


Reply via email to