From 9cd8652ecdeb2a07e694e2a4f68b4767ebd48f4e19d2349b39082d54aa3573f8 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 15 Aug 2016 14:23:37 +0000 Subject: [PATCH] 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 --- python-pygit2.changes | 6 ++++++ python-pygit2.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pygit2.changes b/python-pygit2.changes index d9a1973..6e7cf18 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -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 diff --git a/python-pygit2.spec b/python-pygit2.spec index cef4bf2..96dd06b 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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.