forked from pool/python-Levenshtein
Accepting request 280782 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/280782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Levenshtein?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c194ae48457951b42e66188d9315ac28ed43d68ecc995fd82c1975ed1fbdd0e
|
||||
size 35270
|
||||
3
python-Levenshtein-0.12.0.tar.gz
Normal file
3
python-Levenshtein-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
|
||||
size 48617
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 21 23:27:33 UTC 2014 - termim@gmail.com
|
||||
|
||||
- updated to version 0.12
|
||||
* Fixed a bug in StringMatcher.StringMatcher.get_matching_blocks /
|
||||
extract_editops for Python 3; now allow only `str` editops on both
|
||||
Python 2 and Python 3, for simpler and working code.
|
||||
* Added documentation in the source distribution and in GIT
|
||||
* Fixed the package layout: renamed the .so/.dll to _levenshtein, and
|
||||
made it reside inside a package, along with the StringMatcher class.
|
||||
* Fixed spelling errors.
|
||||
|
||||
- updated to version 0.11.2
|
||||
* Fixed a bug in setup.py: installation would fail on Python 3 if the
|
||||
locale did not specify UTF-8 charset (Felix Yan).
|
||||
* Added COPYING, StringMatcher.py, gendoc.sh and NEWS in MANIFEST.in, as
|
||||
they were missing from source distributions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 13:50:25 UTC 2014 - elchevive@opensuse.org
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Levenshtein
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Levenshtein
|
||||
Version: 0.11.1
|
||||
Version: 0.12.0
|
||||
Release: 0
|
||||
Summary: Python extension computing string distances and similarities
|
||||
License: GPL-2.0+
|
||||
|
||||
Reference in New Issue
Block a user