14
0
forked from pool/python-pysvn

Accepting request 331883 from home:AndreasStieger:branches:devel:languages:python

update to 1.8.0, fixing Factory build with Subversion 1.9.x

OBS-URL: https://build.opensuse.org/request/show/331883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=34
This commit is contained in:
Denisart Benjamin
2015-09-18 09:40:36 +00:00
committed by Git OBS Bridge
parent 465fed18d8
commit 3fc5fca425
4 changed files with 22 additions and 9 deletions

View File

@@ -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