build: update dependency babel {2.12.1 => 2.17.0} - autoclosed #102
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.12.1
->==2.17.0
Release Notes
python-babel/babel (babel)
v2.17.0
Compare Source
Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium.
Thank you to all contributors, new and old,
and here's to another great year of internationalization and localization!
Features
parse_time
time formats by @tomasr8 in :gh:1141
str.index
withstr.find
by @tomasr8 in :gh:1130
/etc/localtime
by @akx in :gh:1165
1179
locale=None
by @akx in :gh:1164
Catalog.__setitem__
by @tomasr8 in :gh:1167
1126
1135
1132
read_mo
logic regardingcatalog.charset
by @tomasr8 in :gh:1148
1121
Deprecation and compatibility
v2.16.0
Compare Source
Features
1113
1104
1102
1100
1101
--ignore-dirs
being incorrectly read (#1094) by @john-psina and @Edwin18 in :gh:1052
and :gh:1095
1085
Infrastructure
v2.15.0
Compare Source
Python version support
v2.14.0
Compare Source
Upcoming deprecation
Locale.number_symbols
will now have first-level keys for each numbering system.Since the implicit default numbering system still is
"latn"
, what had previouslybeen e.g.
Locale.number_symbols['decimal']
is nowLocale.number_symbols['latn']['decimal']
.distutils
orsetuptools
; if you had beenusing the Babel setuptools command extensions, you would need to explicitly depend on
setuptools
–though given you're running
setup.py
you probably already do.Features
1045
1046
v2.13.1
Compare Source
This is a patch release to fix a few bugs.
Fixes
v2.13.0
Compare Source
Upcoming deprecation (reverted)
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.
This PR was generated by Mend Renovate. View the repository job log.