15
0

Accepting request 220430 from home:elchevive:branches:devel:languages:python

updated to new version 0.11.1 and groups + source url corrected

OBS-URL: https://build.opensuse.org/request/show/220430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2014-01-31 08:32:07 +00:00
committed by Git OBS Bridge
parent 55372d4420
commit 3e864bc4ee
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d535ae9092ff487f27e5ad63ca276885af038c2e33192d7065f5ad4f32aa7b91
size 39611

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c194ae48457951b42e66188d9315ac28ed43d68ecc995fd82c1975ed1fbdd0e
size 35270

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 30 13:50:25 UTC 2014 - elchevive@opensuse.org
- updated to version 0.11.1
Added Python 3 support
-------------------------------------------------------------------
Thu Oct 24 11:07:43 UTC 2013 - speilicke@suse.com

View File

@@ -17,13 +17,13 @@
Name: python-Levenshtein
Version: 0.10.2
Version: 0.11.1
Release: 0
Summary: Python extension computing string distances and similarities
License: GPL-2.0+
Group: Development/Libraries/Python
Url: http://github.com/miohtama/python-Levenshtein
Source0: python-Levenshtein-%{version}.tar.bz2
Group: Development/Languages/Python
Url: https://github.com/ztane/python-Levenshtein/
Source0: https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -53,7 +53,7 @@ python setup.py install --prefix="%{_prefix}" --root=%{buildroot}
%files
%defattr(-,root,root)
%doc COPYING HISTORY.txt README.rst NEWS
%doc HISTORY.txt README.rst
%{python_sitearch}/*
%changelog