15
0

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
This commit is contained in:
Denisart Benjamin
2015-01-11 13:12:01 +00:00
committed by Git OBS Bridge
parent 3e864bc4ee
commit ee4a2d7b1c
4 changed files with 23 additions and 5 deletions

View File

@@ -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