From 8e47d63203c5b1e4d69f0046760b7607d1b728d3b13d76b7eb397e562487896f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 20:49:37 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.5.13:=20=20=20*=20Fix=20a?= =?UTF-8?q?=20problem=20in=20Brazilian=20Portuguese=20code=20referred=20to?= =?UTF-8?q?=20=20=20=20=20thousands=20when=20the=20hundreds=20are=20exact.?= =?UTF-8?q?=20(#421)=20=20=20*=20Fix=20issue=20with=20the=20hundreds=20of?= =?UTF-8?q?=20millions,=20billions,=20...=20when=20=20=20=20=20the=20hundr?= =?UTF-8?q?eds=20of=20those=20are=20exact.=20(#436)=20=20=20*=20Fix=20nega?= =?UTF-8?q?tive=20number=20problem=20(#477)=20=20=20*=20Fix=20lang=5FDK=20?= =?UTF-8?q?issues=20(#366)=20=20=20*=20Norwegian=20uplift=20(#484)=20=20?= =?UTF-8?q?=20*=20BYN=20to=20EU=20and=20RU=20(#439)=20=20=20*=20Add=20supp?= =?UTF-8?q?ort=20for=20Azerbaijani=20language=20(#495)=20=20=20*=20Add=20I?= =?UTF-8?q?celandic=20(#380)=20=20=20*=20Hebrew=20long-form=20spelling,=20?= =?UTF-8?q?gender,=20ordinals,=20fractions,=20=20=20=20=20maxval=3D1e66,?= =?UTF-8?q?=20construct=20forms=20(#490)=20=20=20*=20Fix=2015,=2016,=2017,?= =?UTF-8?q?=2018,=2019=20issue=20(#505)=20=20=20*=20Added=20support=20for?= =?UTF-8?q?=20the=20Nigerian=20Naira=20(#507)=20=20=20*=20Fix=20several=20?= =?UTF-8?q?issues=20with=20num2words=20in=20Arabic=20(#512)=20=20=20*=20Gu?= =?UTF-8?q?atemalan=20currency=20support=20(#510)=20=20=20*=20Fix=20#508:?= =?UTF-8?q?=20Handle=20string=20inputs=20in=20Italian=20to=5Fordinal=20(#5?= =?UTF-8?q?18)=20=20=20*=20Add=20Slovak=20language=20support=20(#533)=20?= =?UTF-8?q?=20=20*=20Add=20gender=20and=20morphological=20cases=20support?= =?UTF-8?q?=20for=20Ukrainian=20=20=20*=20Adding=20genders=20for=20Russian?= =?UTF-8?q?=20language=20(#503)=20=20=20*=20Lang=20By=20Added=20(#506)=20?= =?UTF-8?q?=20=20*=20Add=20Saudi=20Riyal=20to=20english=20(#531)=20=20[ES]?= =?UTF-8?q?=20Added=20missing=20accents=20("diecis=C3=A9is",=20"d=C3=B3lar?= =?UTF-8?q?",=20"d=C3=B3lares",=20"veinti=C3=BAn"),=20improved=20currency?= =?UTF-8?q?=20gender=20handling,=20fixed=20pound=20cent=20names=20(#443)?= =?UTF-8?q?=20-=20update=20to=200.5.10=20-=20Initial=20release=20of=20pyth?= =?UTF-8?q?on-num2words=200.5.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-num2words?expand=0&rev=14 --- num2words-0.5.12.tar.gz | 3 --- num2words-0.5.13.tar.gz | 3 +++ python-num2words.changes | 33 ++++++++++++++++++++++++++++++--- python-num2words.spec | 4 ++-- 4 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 num2words-0.5.12.tar.gz create mode 100644 num2words-0.5.13.tar.gz 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