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:
2016-04-11 07:14:26 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

BIN
pygit2-0.23.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pygit2-0.24.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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