- update to Unidecode 0.04.20 - change source url to pythonhosted.org OBS-URL: https://build.opensuse.org/request/show/449591 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=11
90 lines
3.2 KiB
Plaintext
90 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 10 20:00:08 UTC 2017 - benoit.monin@gmx.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)
|
|
- change source url to pythonhosted.org
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 19:02:19 UTC 2016 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.19:
|
|
* Add unidecode_expect_ascii() and unidecode_expect_nonascii()
|
|
functions for performance critical applications.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 10 13:26:52 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Install License and ChangeLog
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- 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 17:50:09 UTC 2014 - benoit.monin@gmx.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 17:20:40 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- remove useless CFLAGS="%{optflags}"
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 20 20:48:57 UTC 2013 - benoit.monin@gmx.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 16:54:21 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.13
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 28 19:57:11 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- call fdupes to fix a warning from rpmlint
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 27 20:28:53 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- initial package with version 0.04.12
|
|
|