1
0
forked from pool/python-pygit2

Accepting request 386205 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/386205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2016-04-11 07:14:26 +00:00 committed by Git OBS Bridge
commit 40c7e47dc0
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c735baab7b58ca1ac92c8247189570ac750933d3d4a7791745581eaad80e4010
size 463340

3
pygit2-0.24.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba76d97e90713584c8cb9d33c81cf9156aa69d6914cd3cdbddb740a069298105
size 468391

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 Tue Sep 29 09:13:03 UTC 2015 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pygit2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-pygit2 Name: python-pygit2
Version: 0.23.1 Version: 0.24.0
Release: 0 Release: 0
Url: http://github.com/dborowitz/pygit2 Url: http://github.com/dborowitz/pygit2
Summary: Python bindings for libgit2 Summary: Python bindings for libgit2
@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgit2-devel >= 0.23 BuildRequires: libgit2-devel >= 0.23
BuildRequires: python-cffi BuildRequires: python-cffi
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-six
#BuildRequires: python-unittest2 #BuildRequires: python-unittest2
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools