From 55372d44208dc3ef5a1d779671032939a21713345e095959f2b9319e04a8268b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:07:45 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=8 --- python-Levenshtein.changes | 5 +++++ python-Levenshtein.spec | 21 ++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/python-Levenshtein.changes b/python-Levenshtein.changes index 1e7acdf..e518176 100644 --- a/python-Levenshtein.changes +++ b/python-Levenshtein.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:07:43 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Jan 31 12:12:07 UTC 2012 - saschpe@suse.de diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec index 0eb6898..5866a4a 100644 --- a/python-Levenshtein.spec +++ b/python-Levenshtein.spec @@ -1,24 +1,31 @@ # # spec file for package python-Levenshtein # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# This file and all modifications and additions to this -# package are under the same license as the package itself. +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-Levenshtein Version: 0.10.2 Release: 0 -License: GPL-2.0+ Summary: Python extension computing string distances and similarities -Url: http://github.com/miohtama/python-Levenshtein +License: GPL-2.0+ Group: Development/Libraries/Python +Url: http://github.com/miohtama/python-Levenshtein Source0: python-Levenshtein-%{version}.tar.bz2 BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}