From ee4a2d7b1c2f5c4a1501a920c9252bc4803f380ee17dc56f111f43f1fa648a30 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 11 Jan 2015 13:12:01 +0000
Subject: [PATCH] Accepting request 280743 from
home:termim:branches:devel:languages:python
update to 0.12.0
OBS-URL: https://build.opensuse.org/request/show/280743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=12
---
python-Levenshtein-0.11.1.tar.gz | 3 ---
python-Levenshtein-0.12.0.tar.gz | 3 +++
python-Levenshtein.changes | 18 ++++++++++++++++++
python-Levenshtein.spec | 4 ++--
4 files changed, 23 insertions(+), 5 deletions(-)
delete mode 100644 python-Levenshtein-0.11.1.tar.gz
create mode 100644 python-Levenshtein-0.12.0.tar.gz
diff --git a/python-Levenshtein-0.11.1.tar.gz b/python-Levenshtein-0.11.1.tar.gz
deleted file mode 100644
index d8e1131..0000000
--- a/python-Levenshtein-0.11.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7c194ae48457951b42e66188d9315ac28ed43d68ecc995fd82c1975ed1fbdd0e
-size 35270
diff --git a/python-Levenshtein-0.12.0.tar.gz b/python-Levenshtein-0.12.0.tar.gz
new file mode 100644
index 0000000..4cd32d7
--- /dev/null
+++ b/python-Levenshtein-0.12.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
+size 48617
diff --git a/python-Levenshtein.changes b/python-Levenshtein.changes
index 55489c3..e14faf8 100644
--- a/python-Levenshtein.changes
+++ b/python-Levenshtein.changes
@@ -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
diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec
index 1bde118..09367dc 100644
--- a/python-Levenshtein.spec
+++ b/python-Levenshtein.spec
@@ -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+