Hello community,

here is the log from the commit of package python-gitdb for openSUSE:Factory 
checked in at 2015-05-11 19:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gitdb (Old)
 and      /work/SRC/openSUSE:Factory/.python-gitdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gitdb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gitdb/python-gitdb.changes        
2011-11-25 10:13:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-gitdb.new/python-gitdb.changes   
2015-05-11 19:48:45.000000000 +0200
@@ -1,0 +2,16 @@
+Tue May  5 18:03:37 UTC 2015 - [email protected]
+
+- update to version 0.6.4:
+  * no upstream changelog
+- additional changes from version 0.6.1:
+  * Fixed possibly critical error, see
+    https://github.com/gitpython-developers/GitPython/issues/220
+- additional changes from version 0.6.0:
+  * Added support got python 3.X
+  * Removed all async dependencies and all *_async versions of
+    methods with it.
+- remove python-async: now unneeded
+- set a minimum version for python-smmap: required by upstream
+- define python_sitearch only for SLE11
+
+-------------------------------------------------------------------

Old:
----
  gitdb-0.5.4.tar.gz

New:
----
  gitdb-0.6.4.tar.gz

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

Other differences:
------------------
++++++ python-gitdb.spec ++++++
--- /var/tmp/diff_new_pack.o4BGNA/_old  2015-05-11 19:48:46.000000000 +0200
+++ /var/tmp/diff_new_pack.o4BGNA/_new  2015-05-11 19:48:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gitdb
 #
-# Copyright (c) 2011 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
@@ -11,27 +11,26 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           python-gitdb
-Version:        0.5.4
+Version:        0.6.4
 Release:        0
-License:        BSD-3-Clause
 Summary:        Git Object Database
-Url:            https://github.com/gitpython-developers/gitdb
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            https://github.com/gitpython-developers/gitdb
 Source:         
http://pypi.python.org/packages/source/g/gitdb/gitdb-%{version}.tar.gz
 BuildRequires:  python-devel
-Requires:       python-async
-Requires:       python-smmap
+BuildRequires:  python-smmap >= 0.8.5
+Requires:       python-smmap >= 0.8.5
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 GitDB is a pure-Python git object database

++++++ gitdb-0.5.4.tar.gz -> gitdb-0.6.4.tar.gz ++++++
++++ 10210 lines of diff (skipped)


Reply via email to