Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2015-03-30 19:32:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-20 19:01:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2015-03-30 19:32:39.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Mar 25 19:58:53 UTC 2015 - abo...@gmail.com
+
+- Updated to version 0.97.0
+  + Upstream remove CONTRIBUTING.rst and NOTICE from tarball
+  + Updated hidepypckgmgmt.patch for latest version
+  + there is no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  botocore-0.82.0.tar.gz

New:
----
  botocore-0.97.0.tar.gz

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

Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.jTisFU/_old  2015-03-30 19:32:40.000000000 +0200
+++ /var/tmp/diff_new_pack.jTisFU/_new  2015-03-30 19:32:40.000000000 +0200
@@ -19,7 +19,7 @@
 %define baseName botocore
 
 Name:           python-botocore
-Version:        0.82.0
+Version:        0.97.0
 Release:        0
 Summary:        Python interface for AWS
 License:        Apache-2.0
@@ -29,7 +29,7 @@
 Patch0:         hide_py_pckgmgmt.patch
 Requires:       python
 Requires:       python-dateutil   >= 2.1
-Requires:       python-jmespath   >= 0.5.0
+Requires:       python-jmespath   >= 0.6.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:       python-ordereddict >= 1.1
 Requires:       python-simplejson  >= 3.3.0
@@ -61,7 +61,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CONTRIBUTING.rst LICENSE.txt NOTICE README.rst
+%doc LICENSE.txt README.rst
 %dir %{python_sitelib}/botocore
 %dir %{python_sitelib}/%{baseName}-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/botocore/*

++++++ botocore-0.82.0.tar.gz -> botocore-0.97.0.tar.gz ++++++
++++ 102159 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.jTisFU/_old  2015-03-30 19:32:41.000000000 +0200
+++ /var/tmp/diff_new_pack.jTisFU/_new  2015-03-30 19:32:41.000000000 +0200
@@ -4,7 +4,7 @@
  from setuptools import setup, find_packages
  
  
--requires = ['jmespath==0.5.0',
+-requires = ['jmespath==0.6.1',
 -            'python-dateutil>=2.1,<3.0.0']
 -
 -
@@ -19,8 +19,8 @@
 -    # JSON objects.  The 2.7 json module has this.  For 2.6
 -    # we need simplejson.
 -    requires.append('simplejson==3.3.0')
-+#requires = ['jmespath==0.5.0',
-+#            'python-dateutil>=2.1']
++#requires = ['jmespath==0.6.1',
++#            'python-dateutil>=2.1,<3.0.0']
 +
 +
 +#if sys.version_info[:2] == (2, 6):


Reply via email to