python-babel / babel

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

Upgrade to CLDR 42 #951

Closed akx closed 1 year ago

akx commented 1 year ago

Fixes #942.

As a double-check, the space changes around English seem to be on purpose, see https://unicode-org.atlassian.net/browse/CLDR-14032 / https://github.com/unicode-org/cldr/commit/a83026ab8c8fa6ed88f1047c4d0c6089f88b7e5d

codecov[bot] commented 1 year ago

Codecov Report

Merging #951 (6a774cb) into master (cf405e2) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 6a774cb differs from pull request most recent head d76db13. Consider uploading reports for the commit d76db13 to get more accurate results

@@           Coverage Diff           @@
##           master     #951   +/-   ##
=======================================
  Coverage   90.48%   90.48%           
=======================================
  Files          24       24           
  Lines        4393     4393           
=======================================
  Hits         3975     3975           
  Misses        418      418           
Impacted Files Coverage Δ
babel/core.py 96.78% <ø> (ø)
babel/dates.py 84.97% <ø> (ø)
babel/numbers.py 98.00% <ø> (ø)
babel/support.py 85.03% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

akx commented 1 year ago

Merging since these are pretty much mechanical changes to make tests match the new data.