1
0
forked from pool/python-pygit2

Accepting request 419057 from home:tbechtold:branches:devel:languages:python

- require the cffi version it was built against
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/419057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=30
This commit is contained in:
Jan Matejek 2016-08-15 14:23:37 +00:00 committed by Git OBS Bridge
parent ed2f2feae6
commit 9cd8652ecd
2 changed files with 8 additions and 2 deletions

View File

@ -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 Thu Apr 7 19:47:24 UTC 2016 - zaitor@opensuse.org

View File

@ -23,7 +23,7 @@ Url: http://github.com/dborowitz/pygit2
Summary: Python bindings for libgit2 Summary: Python bindings for libgit2
License: GPL-2.0 License: GPL-2.0
Group: Development/Languages/Python 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgit2-devel >= 0.23 BuildRequires: libgit2-devel >= 0.23
BuildRequires: python-cffi BuildRequires: python-cffi
@ -32,7 +32,7 @@ BuildRequires: python-six
#BuildRequires: python-unittest2 #BuildRequires: python-unittest2
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python-cffi %requires_eq python-cffi
%description %description
Bindings for libgit2, a linkable C library for the Git version-control system. Bindings for libgit2, a linkable C library for the Git version-control system.