17
0

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

- update to Unidecode 0.04.18
- add new build dependency: python-setuptools
- add and use update-alternatives for unidecode binary
- set a UTF-8 locale to run the tests: they fail without it

OBS-URL: https://build.opensuse.org/request/show/312143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=6
This commit is contained in:
2015-06-23 06:31:58 +00:00
committed by Git OBS Bridge
parent 89c140280a
commit 63c947fd25
4 changed files with 37 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 14 08:42:34 UTC 2015 - benoit.monin@gmx.fr
- update to Unidecode 0.04.18:
* Add a command line utility. (thanks to Andrew Udvare)
* Use setuptools for packaging.
- add new build dependency: python-setuptools
- add and use update-alternatives for unidecode binary
- set a UTF-8 locale to run the tests: they fail without it
-------------------------------------------------------------------
Sat Dec 20 13:02:04 UTC 2014 - benoit.monin@gmx.fr