diff --git a/num2words-0.5.12.tar.gz b/num2words-0.5.12.tar.gz deleted file mode 100644 index ecd71d4..0000000 --- a/num2words-0.5.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e7c0b0f080405aa3a1dd9d32b1ca90b3bf03bab17b8e54db05e1b78301a0988 -size 286899 diff --git a/num2words-0.5.13.tar.gz b/num2words-0.5.13.tar.gz new file mode 100644 index 0000000..4b90d07 --- /dev/null +++ b/num2words-0.5.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3064716fbbf90d75c449450cebfbc73a6a13e63b2531d09bdecc3ab1a2209cf +size 188372 diff --git a/python-num2words.changes b/python-num2words.changes index 9ddb35a..da9fb08 100644 --- a/python-num2words.changes +++ b/python-num2words.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Dec 7 20:48:41 UTC 2023 - Dirk Müller + +- 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 @@ -39,7 +66,7 @@ Tue Oct 4 16:55:59 UTC 2022 - Yogalakshmi Arunachalam [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) + [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 @@ -49,7 +76,7 @@ Thu May 21 10:56:40 UTC 2020 - Petr Gajdos ------------------------------------------------------------------- Tue Jun 4 13:59:12 UTC 2019 - Marketa Calabkova -- update to 0.5.10 +- 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) @@ -105,4 +132,4 @@ Tue Dec 4 12:50:56 UTC 2018 - Matej Cepl ------------------------------------------------------------------- Tue Mar 6 07:18:59 UTC 2018 - alarrosa@suse.com -- Initial release of python-num2words 0.5.6 +- Initial release of python-num2words 0.5.6 diff --git a/python-num2words.spec b/python-num2words.spec index 3eebdd0..a4641d1 100644 --- a/python-num2words.spec +++ b/python-num2words.spec @@ -1,7 +1,7 @@ # # spec file for package python-num2words # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-num2words -Version: 0.5.12 +Version: 0.5.13 Release: 0 Summary: Modules to convert numbers to words License: LGPL-2.1-only