15
0

- Update to 0.7.1:

* drop Python 2 compatibility & legacy code
  * add bugfix for NYSIIS for words starting with PF
  * restrict install to Python >= 3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-03 11:12:47 +00:00
committed by Git OBS Bridge
parent 5f45e447e9
commit 82d6ae017e
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 3 10:40:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.1:
* drop Python 2 compatibility & legacy code
* add bugfix for NYSIIS for words starting with PF
* restrict install to Python >= 3.4
-------------------------------------------------------------------
Thu Aug 2 08:12:40 UTC 2018 - tchvatal@suse.com