15
0

- 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)
 [ES] Added missing accents ("dieciséis", "dólar", "dólares", "veintiún"), improved currency gender handling, fixed pound cent names (#443)
- update to 0.5.10
- Initial release of python-num2words 0.5.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-num2words?expand=0&rev=14
This commit is contained in:
2023-12-07 20:49:37 +00:00
committed by Git OBS Bridge
parent 759f8bf5f4
commit 8e47d63203
4 changed files with 35 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e7c0b0f080405aa3a1dd9d32b1ca90b3bf03bab17b8e54db05e1b78301a0988
size 286899

3
num2words-0.5.13.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3064716fbbf90d75c449450cebfbc73a6a13e63b2531d09bdecc3ab1a2209cf
size 188372

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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>
@@ -39,7 +66,7 @@ Tue Oct 4 16:55:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
[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 <pgajdos@suse.com>
@@ -49,7 +76,7 @@ Thu May 21 10:56:40 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
-------------------------------------------------------------------
Tue Jun 4 13:59:12 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcepl@suse.com>
-------------------------------------------------------------------
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

View File

@@ -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