Changelog for
python3-Unidecode-0.04.20-3.2.noarch.rpm :
Tue Jan 10 13:00:00 2017 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.20:
* Fixed transliteration of circled Latin letters and numbers
(thanks to Krzysztof Jurewicz)
* Add square unit symbols
* Add Latin variants in U+20xx and U+21xx pages
* Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK
* Fix U+205F MEDIUM MATHEMATICAL SPACE
* Add \"DIGIT ... COMMA\" and \"PARANTHESIZED LATIN CAPITAL LETTER\"
in U+1F1xx page
* Add missing vulgar fractions and a/c, a/s, c/o, c/u symbols
* Add universal Wheel release (thanks to Adam Chainz)
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Fri Jan 22 13:00:00 2016 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.19:
* Add unidecode_expect_ascii() and unidecode_expect_nonascii()
functions for performance critical applications.
Wed Nov 11 13:00:00 2015 benoit.moninAATTgmx.fr
- Install License and ChangeLog
Wed Oct 21 14:00:00 2015 toddrme2178AATTgmail.com
- Don\'t build with python3-buildservice-tweak.
It causes package tests to fail .
Sun Jun 14 14:00:00 2015 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.18:
* Add a command line utility. (thanks to Andrew Udvare)
* Use setuptools for packaging.
- add new build dependency: python3-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:00:00 2014 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.17
* Add some missing Latin letter variants used by popular \"Unicode
text converter\" tools.
* Issue a warning if a surrogate character is encountered in
input.
* Corrected module import which might cause unidecode() to raise
AttributeError on some systems.
- add %check section
Mon May 12 14:00:00 2014 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.16
* Corrected ChangeLog.
- changes from 0.04.15
* Fixed transliteration of Chinese character \"Yi\".
* Transliterate Euro sign as \"EUR\".
Fri Dec 27 13:00:00 2013 benoit.moninAATTgmx.fr
- remove useless CFLAGS=\"%{optflags}\"
Fri Sep 27 14:00:00 2013 benoit.moninAATTgmx.fr
- unlink from package python-Unidecode
Fri Sep 20 14:00:00 2013 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.14
* Revert transliteration for Latin characters with umlauts back
to language-neutral, unaccented characters.
* Added transliterations for circled numbers, letters and
ordinals.
* Minor fixes to rarely used punctuation characters.
Sat Jun 8 14:00:00 2013 benoit.moninAATTgmx.fr
- update to Unidecode 0.04.13
Thu Mar 28 13:00:00 2013 benoit.moninAATTgmx.fr
- initial python3 support