Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency num2words to ~=0.5 #53

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
num2words ~= 0.5 -> ~=0.5 age adoption passing confidence

Release Notes

savoirfairelinux/num2words (num2words)

v0.5.13

Compare Source

  • 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)
  • Change python3.6 to python3.11 because deprecation in ubuntu 22.04 (#​494)
  • 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 (#​530)
  • Adding genders for Russian language (#​503)
  • Lang By Added (#​506)
  • Add Saudi Riyal to english (#​531)

v0.5.12

Compare Source

  • 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)

v0.5.11

Compare Source

  • 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)

v0.5.10

Compare Source

  • 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)

v0.5.9

Compare Source

  • Fix encoding issue on release 0.5.8 (#​229)
  • Improve Polish localization (#​228)

v0.5.8

Compare Source

  • 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)

v0.5.7

Compare Source

v0.5.6

Compare Source

  • Refactor to_currency (#​135)
  • Allow the use of other convertes to_currency, to_year (#​95)
  • Fix code to respect PEP8 (#​98, #​105)
  • Add Slovene localization (#​97)
  • Add Ukrainian localization (#​93)
  • Add Dutch localization (#​91)
  • Add Algeria-French localization (#​86)
  • Add Turkish localization (#​85)

v0.5.5

Compare Source

  • Add Arabic localization (#​72)
  • Add Spanish-Colombian and Spanish-Venezuelan localization (#​67)
  • Add VietNam localization (#​61)
  • Add Italian localization (#​56, #​59)
  • Improve Russian localization (#​62)
  • Improve Polish localization (#​58)

v0.5.4

Compare Source

v0.5.3

Compare Source

v0.5.2

Compare Source

v0.5.1

  • 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)
  • Change python3.6 to python3.11 because deprecation in ubuntu 22.04 (#​494)
  • 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 (#​530)
  • Adding genders for Russian language (#​503)
  • Lang By Added (#​506)
  • Add Saudi Riyal to english (#​531)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@simoncozens simoncozens merged commit 2b6fa07 into main Mar 13, 2024
4 checks passed
@renovate renovate bot deleted the renovate/num2words-0.x branch March 13, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant