python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.29k stars 432 forks source link

Upgrade to CLDR 45 #1077

Open tomasr8 opened 2 months ago

tomasr8 commented 2 months ago

CLDR 45 is out now. Looks like the 44 patch fixed most of the test issues so there was only one failing test this time around :)

Some related discussion here: #1070

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.32%. Comparing base (e0d1018) to head (15daada). Report is 6 commits behind head on master.

:exclamation: Current head 15daada differs from pull request most recent head b0d788f. Consider uploading reports for the commit b0d788f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1077 +/- ## ========================================== - Coverage 90.99% 90.32% -0.68% ========================================== Files 26 26 Lines 4444 4453 +9 ========================================== - Hits 4044 4022 -22 - Misses 400 431 +31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tomasr8 commented 1 month ago

Would you like to see whether that's something that affects us and implement whatever changes are relevant in scripts/import_cldr.py? If you don't have the bandwidth, it's fine, I can also follow up here.

I might have some time this week, but feel free to have a look yourself if you want :)

tomasr8 commented 1 month ago

I updated the PR to handle the parent locale changes. I just hope I understood it correctly :sweat_smile: