diff --git a/python-wsgi_intercept.changes b/python-wsgi_intercept.changes index e4a6eb8..2af5d89 100644 --- a/python-wsgi_intercept.changes +++ b/python-wsgi_intercept.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:23 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Mar 15 13:31:06 UTC 2013 - speilicke@suse.com diff --git a/python-wsgi_intercept.spec b/python-wsgi_intercept.spec index d39c85f..d45b036 100644 --- a/python-wsgi_intercept.spec +++ b/python-wsgi_intercept.spec @@ -13,27 +13,28 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-wsgi_intercept Version: 0.5.1 Release: 0 -License: MIT Summary: Installs a WSGI application in place of a real URI for testing -Url: http://code.google.com/p/wsgi-intercept/ +License: MIT Group: Development/Languages/Python +Url: http://code.google.com/p/wsgi-intercept/ Source: http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: -BuildRequires: python-nose BuildRequires: python-Paste +BuildRequires: python-WebTest BuildRequires: python-httplib2 BuildRequires: python-mechanize BuildRequires: python-mechanoid -BuildRequires: python-WebTest -BuildRequires: python-zope.testbrowser +BuildRequires: python-nose BuildRequires: python-webunit +BuildRequires: python-zope.testbrowser 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()")}