1
0

Accepting request 385998 from home:Zaitor:branches:devel:languages:python

Fix build in factory.

OBS-URL: https://build.opensuse.org/request/show/385998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=28
This commit is contained in:
2016-04-08 09:48:27 +00:00
committed by Git OBS Bridge
parent fed868479c
commit ed2f2feae6
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 7 19:47:24 UTC 2016 - zaitor@opensuse.org
- Update to version 0.24.0:
+ Support Python 3.5.
+ New dependency, python-six
+ New Repository.path_is_ignored(path).
+ Fix error in Repository(path) when path is a bytes string.
+ Fix memory issue in Repository.describe(...).
+ Allow testing with `tox.
- Add python-six BuildRequires following upstream changes.
-------------------------------------------------------------------
Tue Sep 29 09:13:03 UTC 2015 - toddrme2178@gmail.com