From ccec124ae312923e884425e5eb21404163201b50bf7f3c027ff8f2a388d0b55c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:11:49 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=6 --- python-PyGithub.changes | 5 +++++ python-PyGithub.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-PyGithub.changes b/python-PyGithub.changes index 750a194..c06b934 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:11:48 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Apr 23 07:17:50 UTC 2013 - speilicke@suse.com diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 2ecab78..eb088a6 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-PyGithub Version: 1.13.1 Release: 0 -License: LGPL-3.0+ Summary: Use the full Github API v3 -Url: http://jacquev6.github.com/PyGithub +License: LGPL-3.0+ Group: Development/Languages/Python +Url: http://jacquev6.github.com/PyGithub Source: http://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}