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()")}