17
0

Accepting request 562240 from home:benoit_monin:branches:devel:languages:python

update to Unidecode 1.0.22

OBS-URL: https://build.opensuse.org/request/show/562240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=17
This commit is contained in:
2018-01-06 21:36:48 +00:00
committed by Git OBS Bridge
parent 92101a1341
commit 7dc2dba5c2
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 6 21:26:05 UTC 2018 - benoit.monin@gmx.fr
- update to Unidecode 1.0.22:
* Move to semantic version numbering, no longer following version
numbers from the original Perl module. This fixes an issue with
setuptools (>= 8) and others expecting major.minor.patch format
(https://github.com/avian2/unidecode/issues/13)
* Add transliterations for currency signs U+20B0 through U+20BF
(thanks to Mike Swanson)
* Surround transliterations of vulgar fractions with spaces to
avoid incorrect combinations with adjacent numerals
(thanks to Jeffrey Gerard)
-------------------------------------------------------------------
Wed Jun 28 18:15:36 UTC 2017 - benoit.monin@gmx.fr