1
0

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

- update to Unidecode 1.0.23
- spec cleanup: fix license to GPL-2.0-or-later
- mark the LICENSE file as %license instead of %doc
- add the README to the documentation

OBS-URL: https://build.opensuse.org/request/show/650296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2018-11-20 08:50:47 +00:00
committed by Git OBS Bridge
parent 7dc2dba5c2
commit 4e31884333
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 19 19:48:35 UTC 2018 - Benoît Monin <benoit.monin@gmx.fr>
- update to Unidecode 1.0.23:
* Improve transliteration of Hebrew letters
(thanks to Alon Bar-Lev)
* Add transliterations for the phonetic block U+1D00 - U+1D7F
(thanks to Oscar Laurent)
* Transliterate SI "micro" prefix as "u" instead of "micro" in
the U+33xx block.
* Add U+33DE SQUARE V OVER M and U+33DF SQUARE A OVER M.
* Drop support for Python 2.6 and 3.3 (thanks to Jon Dufresne)
- spec cleanup: fix license to GPL-2.0-or-later
- mark the LICENSE file as %license instead of %doc
- add the README to the documentation
-------------------------------------------------------------------
Sat Jan 6 21:26:05 UTC 2018 - benoit.monin@gmx.fr