Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2015-09-24 06:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysvn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysvn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes        
2013-11-25 15:03:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2015-09-24 06:14:34.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Sep 18 09:24:31 UTC 2015 - [email protected]
+
+- update to 1.8.0:
+  * Support python3 sorting of list of PysvnDict objects that name
+    a known "key".
+  * Support Subversion 1.9.1.
+  * Support Python 3.5
+  * Fix issue: is_versioned is always 0
+  * Fix issue: svn_client_root_url_from_path() would crash if login
+    callback was called.
+
+-------------------------------------------------------------------

Old:
----
  pysvn-1.7.8.tar.gz

New:
----
  pysvn-1.8.0.tar.gz

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

Other differences:
------------------
++++++ python-pysvn.spec ++++++
--- /var/tmp/diff_new_pack.qSHiqw/_old  2015-09-24 06:14:34.000000000 +0200
+++ /var/tmp/diff_new_pack.qSHiqw/_new  2015-09-24 06:14:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysvn
 #
-# Copyright (c) 2013 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
@@ -16,8 +16,11 @@
 #
 
 
+%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
 Name:           python-pysvn
-Version:        1.7.8
+Version:        1.8.0
 Release:        0
 Summary:        Highlevel Subversion Python Bindings
 License:        Apache-1.1
@@ -38,9 +41,6 @@
 Requires:       neon
 Requires:       subversion
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%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
 
 %description
 pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
@@ -58,7 +58,7 @@
 
 %prep
 %setup -q -n pysvn-%{version}
-%patch0 -p0
+%patch0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 
@@ -76,6 +76,7 @@
 
 #some of these tests (test-01.unix) are way too fragile to operate properly
 #over a certain amount of different svn versions, as the compare output strings
+
 %check
 cd Tests
 make %{?_smp_mflags} || true

++++++ pysvn-1.7.8.tar.gz -> pysvn-1.8.0.tar.gz ++++++
++++ 61535 lines of diff (skipped)


Reply via email to