forked from pool/python-pygit2
Accepting request 419419 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/419419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=11
This commit is contained in:
commit
b05a9b2b6c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 16:35:20 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- require the cffi version it was built against
|
||||
- Use pypi.io as Source url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 19:47:24 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://github.com/dborowitz/pygit2
|
||||
Summary: Python bindings for libgit2
|
||||
License: GPL-2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: https://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libgit2-devel >= 0.23
|
||||
BuildRequires: python-cffi
|
||||
@ -32,7 +32,7 @@ BuildRequires: python-six
|
||||
#BuildRequires: python-unittest2
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-cffi
|
||||
%requires_eq python-cffi
|
||||
|
||||
%description
|
||||
Bindings for libgit2, a linkable C library for the Git version-control system.
|
||||
|
Loading…
Reference in New Issue
Block a user