From 662aeb4ab91355d9b9956370c595c6276f5c9c38742f0c16ce477df2c3467442 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:16 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=5 --- python-Whoosh.changes | 5 +++++ python-Whoosh.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-Whoosh.changes b/python-Whoosh.changes index 4a87af9..3055c5d 100644 --- a/python-Whoosh.changes +++ b/python-Whoosh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:15 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Oct 7 12:26:44 UTC 2013 - mcihar@suse.cz diff --git a/python-Whoosh.spec b/python-Whoosh.spec index ee97a3f..a83f20e 100644 --- a/python-Whoosh.spec +++ b/python-Whoosh.spec @@ -1,7 +1,7 @@ # # spec file for package python-Whoosh # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,11 +24,11 @@ Summary: Fast, pure-Python full text indexing, search, and spell checking License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/W/Whoosh/Whoosh-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: python-devel -BuildRequires: python-distribute -BuildRequires: python-pytest +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-Sphinx +BuildRequires: python-devel +BuildRequires: python-pytest +BuildRequires: python-setuptools %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()")} %else