-Version 0.5.12 -- 2022/08/19 Support Japanese Reiwa (令和/れいわ) era. (#412) Add basic farsi support (#354) Added Tajik language support (#406) Fix Amharic language support (#465) Fix Hebrew pluralize and implement to_currency (#330) Add support to translate some currencies in italian language (#434) Fix Polish twenties (#345) Add uzs for ru and en (#422) Added support for Esperanto numbers. (#387) [ADD] to ordinal number for Turkish (#468) Fix zeroth in Dutch to nulde fixing (#326) -Version 0.5.11 -- 2022/08/03 Add KZT and UAH currencies to lang RU (#264) Add es_NI currency (#276) Update .gitignore to add .eggs/ directory (#280) Fix Hebrew support (#289) Update test_tr.py to increase coverage (#298) Add ordinal 12,345 to ES test suite to increase coverage (#287) Add simple tests for lang_DK.py (#286) Add testcase for lang_EN.py (#288) Add more tests to base.py (#283) Fixed misspelling of 21 (cardinal and ordinal number) in IT language (#270) Romanian issues 259 (#260) Adding Language Support for Telugu / Bug Fix in Kannada (#263) Add support of Kazakh language (KZ) (#306) Update README.rst (#307) Added support for Hungarian language (#310) [UPD] Readme file (#363) [ADD] num2words: add traslation to spanish of several currencies (#356) OBS-URL: https://build.opensuse.org/request/show/1007951 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-num2words?expand=0&rev=12
109 lines
4.4 KiB
Plaintext
109 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 4 16:55:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
-Version 0.5.12 -- 2022/08/19
|
|
Support Japanese Reiwa (令和/れいわ) era. (#412)
|
|
Add basic farsi support (#354)
|
|
Added Tajik language support (#406)
|
|
Fix Amharic language support (#465)
|
|
Fix Hebrew pluralize and implement to_currency (#330)
|
|
Add support to translate some currencies in italian language (#434)
|
|
Fix Polish twenties (#345)
|
|
Add uzs for ru and en (#422)
|
|
Added support for Esperanto numbers. (#387)
|
|
[ADD] to ordinal number for Turkish (#468)
|
|
Fix zeroth in Dutch to nulde fixing (#326)
|
|
|
|
-Version 0.5.11 -- 2022/08/03
|
|
Add KZT and UAH currencies to lang RU (#264)
|
|
Add es_NI currency (#276)
|
|
Update .gitignore to add .eggs/ directory (#280)
|
|
Fix Hebrew support (#289)
|
|
Update test_tr.py to increase coverage (#298)
|
|
Add ordinal 12,345 to ES test suite to increase coverage (#287)
|
|
Add simple tests for lang_DK.py (#286)
|
|
Add testcase for lang_EN.py (#288)
|
|
Add more tests to base.py (#283)
|
|
Fixed misspelling of 21 (cardinal and ordinal number) in IT language (#270)
|
|
Romanian issues 259 (#260)
|
|
Adding Language Support for Telugu / Bug Fix in Kannada (#263)
|
|
Add support of Kazakh language (KZ) (#306)
|
|
Update README.rst (#307)
|
|
Added support for Hungarian language (#310)
|
|
[UPD] Readme file (#363)
|
|
[ADD] num2words: add traslation to spanish of several currencies (#356)
|
|
added swedish language including test cases (#352)
|
|
Remove dupplicated line in lang_PT_BR (#355)
|
|
Fix ordinal_num output for Dutch (NL) (#369)
|
|
Polishordinals (#367)
|
|
[tr] return Turkish 0 ordinal and cardinal (#347)
|
|
Improve Ukrainian support and minor fixes in CZ, KZ, LT, LV, PL, RU, SR languages (#400)
|
|
feat: ci: replace travis by github workflows (#448)
|
|
[ES] Added missing accents ("dieciséis", "dólar", "dólares", "veintiún"), improved currency gender handling, fixed pound cent names (#443)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 21 10:56:40 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 4 13:59:12 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.5.10
|
|
* Add Kannada language localization (#243)
|
|
* Revert some copyrights changed by mistake (#254)
|
|
* Add indian rupee to the supported currencies (#248)
|
|
* Improve currency functions for German and French (#247)
|
|
* Improve Slovene localization (#246)
|
|
* Improve Spanish localization (#240)
|
|
* Fix typo 'seperator' on source code (#238)
|
|
* Convert string to decimal values (#223)
|
|
* Improve German localization and test coverage (#237)
|
|
* Improve Polish localization (#233)
|
|
* Fix ordinal number for French ending on 1 (#236)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 12 12:49:38 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.5.9
|
|
* Fix encoding issue on release 0.5.8 (#229)
|
|
* Improve Polish localization (#228)
|
|
* Add Portuguese (Portugal) localization (#198)
|
|
* Add a command line tool to use num2words
|
|
* Use language iso code for Vietnamese
|
|
* Improve Korean localization (#219)
|
|
* Improve Serbian (Latin) localization (#207)
|
|
* Improve testing setup (#220)
|
|
* Improve German localization (#214) (#222)
|
|
* Improve Romanian localization (#215)
|
|
* Improve Spanish localization (#187) (#200)
|
|
* Improve Russian localization (#211) (#212)
|
|
* Improve French localization (23902ab)
|
|
* Improve Arabic localization (#176)
|
|
* Improve Lithuanian and Latvian localization (#185)
|
|
* Improve Ukrainian localization (#183)
|
|
* Add Finnish localization. (#170)
|
|
* Add Japanese localization. (#171)
|
|
* Add belgian-french localization. (#151)
|
|
* Add Czech localization. (#154)
|
|
* Add Thai localization. (#139)
|
|
* Improve English localization. (#144)
|
|
* Improve Spanish localization. (#167)
|
|
* Improve Italian localization. (#143)
|
|
* Improve documentation. (#155, #145, #174)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 19 00:08:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim bias from summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:50:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 07:18:59 UTC 2018 - alarrosa@suse.com
|
|
|
|
- Initial release of python-num2words 0.5.6
|