diff --git a/pygit2-0.23.1.tar.gz b/pygit2-0.23.1.tar.gz deleted file mode 100644 index 3b1cb58..0000000 --- a/pygit2-0.23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c735baab7b58ca1ac92c8247189570ac750933d3d4a7791745581eaad80e4010 -size 463340 diff --git a/pygit2-0.24.0.tar.gz b/pygit2-0.24.0.tar.gz new file mode 100644 index 0000000..0caa9b8 --- /dev/null +++ b/pygit2-0.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba76d97e90713584c8cb9d33c81cf9156aa69d6914cd3cdbddb740a069298105 +size 468391 diff --git a/python-pygit2.changes b/python-pygit2.changes index fc81235..d9a1973 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -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 diff --git a/python-pygit2.spec b/python-pygit2.spec index e937b53..cef4bf2 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygit2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: python-pygit2 -Version: 0.23.1 +Version: 0.24.0 Release: 0 Url: http://github.com/dborowitz/pygit2 Summary: Python bindings for libgit2 @@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libgit2-devel >= 0.23 BuildRequires: python-cffi BuildRequires: python-devel +BuildRequires: python-six #BuildRequires: python-unittest2 BuildRequires: libopenssl-devel BuildRequires: python-setuptools