diff --git a/pysvn-1.7.8.tar.gz b/pysvn-1.7.8.tar.gz deleted file mode 100644 index f93ecf8..0000000 --- a/pysvn-1.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60936e30e73f8909034d8b51ee2aabbdd8dec04df480b6d271c12f45815367e2 -size 347114 diff --git a/pysvn-1.8.0.tar.gz b/pysvn-1.8.0.tar.gz new file mode 100644 index 0000000..b4df739 --- /dev/null +++ b/pysvn-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39596f4884ed689cdb5a4e210e421724302a566c7ba756cc4d46bbfeb0c8326b +size 366583 diff --git a/python-pysvn.changes b/python-pysvn.changes index 70e5e5c..658204b 100644 --- a/python-pysvn.changes +++ b/python-pysvn.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 18 09:24:31 UTC 2015 - astieger@suse.com + +- 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. + ------------------------------------------------------------------- Sun Nov 24 20:18:34 UTC 2013 - p.drouand@gmail.com diff --git a/python-pysvn.spec b/python-pysvn.spec index 8c0d8c8..e63d352 100644 --- a/python-pysvn.spec +++ b/python-pysvn.spec @@ -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 @@ BuildRequires: subversion-devel 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 @@ Features: %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 @@ rm -f Docs/generate_cpp_docs_from_html_docs.py #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