forked from pool/python-num2words
* Fixed a typo in PL * Run tests against Python 3.12 * ADD num2words: es_CR language * New languages: Welsh (Celtic) and Chechen (Nakho-Dagestanian) * Add catalan language support * Adding Tetum Language * FIX ISO code for Belarusian language is be, not by. * Add test to improve coverage * Added Bangla language support to num2word for Bangladesh. * Czech language ISO 639-1 code fix * Added support for Tunisian Dinar * Change danish language code to DA OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-num2words?expand=0&rev=20
163 lines
6.5 KiB
Plaintext
163 lines
6.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 14 12:27:02 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.5.14:
|
|
* Fixed a typo in PL
|
|
* Run tests against Python 3.12
|
|
* ADD num2words: es_CR language
|
|
* New languages: Welsh (Celtic) and Chechen (Nakho-Dagestanian)
|
|
* Add catalan language support
|
|
* Adding Tetum Language
|
|
* FIX ISO code for Belarusian language is be, not by.
|
|
* Add test to improve coverage
|
|
* Added Bangla language support to num2word for Bangladesh.
|
|
* Czech language ISO 639-1 code fix
|
|
* Added support for Tunisian Dinar
|
|
* Change danish language code to DA
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 9 12:40:20 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to libalternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 2 14:47:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 20:48:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.5.13:
|
|
* Fix a problem in Brazilian Portuguese code referred to
|
|
thousands when the hundreds are exact. (#421)
|
|
* Fix issue with the hundreds of millions, billions, ... when
|
|
the hundreds of those are exact. (#436)
|
|
* Fix negative number problem (#477)
|
|
* Fix lang_DK issues (#366)
|
|
* Norwegian uplift (#484)
|
|
* BYN to EU and RU (#439)
|
|
* Add support for Azerbaijani language (#495)
|
|
* Add Icelandic (#380)
|
|
* Hebrew long-form spelling, gender, ordinals, fractions,
|
|
maxval=1e66, construct forms (#490)
|
|
* Fix 15, 16, 17, 18, 19 issue (#505)
|
|
* Added support for the Nigerian Naira (#507)
|
|
* Fix several issues with num2words in Arabic (#512)
|
|
* Guatemalan currency support (#510)
|
|
* Fix #508: Handle string inputs in Italian to_ordinal (#518)
|
|
* Add Slovak language support (#533)
|
|
* Add gender and morphological cases support for Ukrainian
|
|
* Adding genders for Russian language (#503)
|
|
* Lang By Added (#506)
|
|
* Add Saudi Riyal to english (#531)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|