From edf6d26e0780d4ec15d50eb93e04c20a6fc25b94edfa0ac5379f07a84ea60a59 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 15 Mar 2013 14:16:08 +0000 Subject: [PATCH 1/2] more testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=3 --- python-zope.testrunner.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index 438f460..e3bcc03 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -28,6 +28,8 @@ BuildRequires: python-distribute BuildRequires: unzip # Test requirements: #BuildRequires: python-python-subunit +#BuildRequires: python-six +#BuildRequires: python-testtools #BuildRequires: python-zope.testing BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -48,7 +50,8 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%check +#NOTE(saschpe): Check failing tests +#%%check #python setup.py test %files From 41630e8b1770b0609bbddda78bd8d345d1ee8b56e597957fbe18f4187bfae395 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:18:04 +0000 Subject: [PATCH 2/2] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=5 --- python-zope.testrunner.changes | 5 +++++ python-zope.testrunner.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-zope.testrunner.changes b/python-zope.testrunner.changes index 4207168..4d36e1f 100644 --- a/python-zope.testrunner.changes +++ b/python-zope.testrunner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:18:03 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Mar 15 14:03:51 UTC 2013 - speilicke@suse.com diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index e3bcc03..27802e4 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-zope.testrunner Version: 4.3.3 Release: 0 -License: ZPL-2.1 Summary: Zope testrunner script -Url: http://pypi.python.org/pypi/zope.testrunner +License: ZPL-2.1 Group: Development/Languages/Python +Url: http://pypi.python.org/pypi/zope.testrunner Source: http://pypi.python.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.zip BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: unzip # Test requirements: #BuildRequires: python-python-subunit