The wheel file is no longer marked as universal, since Babel only supports Python 3.
Version 2.10.0
Upcoming deprecation
* The ``get_next_timezone_transition()`` function is marked deprecated in this version and will be removed
likely as soon as Babel 2.11. No replacement for this function is planned; based on discussion in
:gh:`716`, it's likely the function is not used in any real code. (:gh:`852`) - Aarni Koskela, Paul Ganssle
Improvements
* CLDR: Upgrade to CLDR 41.0. (:gh:`853`) - Aarni Koskela
* The ``c`` and ``e`` plural form operands introduced in CLDR 40 are parsed, but otherwise unsupported. (:gh:`826`)
* Non-nominative forms of units are currently ignored.
* Messages: Implement ``--init-missing`` option for ``pybabel update`` (:gh:`785`) - ruro
* Messages: For ``extract``, you can now replace the built-in ``.*`` / ``_*`` ignored directory patterns
with ones of your own. (:gh:`832`) - Aarni Koskela, Kinshuk Dua
* Messages: Add ``--check`` to verify if catalogs are up-to-date (:gh:`831`) - Krzysztof Jagiełło
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-babel/babel/commit/0d902412c3e1ddfcc305abaf24ccfd5a3b52a53e"><code>0d90241</code></a> Become 2.10.3</li>
<li><a href="https://github.com/python-babel/babel/commit/e619dd7915ddcc8e93c7483b0e65562c14efe6f1"><code>e619dd7</code></a> CI: include maint branches in actions</li>
<li><a href="https://github.com/python-babel/babel/commit/6c7a772e1a24b0e023c170fe25134357fe4fe9fa"><code>6c7a772</code></a> Delete legacy release scripts</li>
<li><a href="https://github.com/python-babel/babel/commit/0ab05bc61a8f2064b0ae2a57656b258e641ed192"><code>0ab05bc</code></a> setup.cfg: switch to metadata.license_files</li>
<li><a href="https://github.com/python-babel/babel/commit/2e621d14997f61ab5be40954d75a6bdb828f79d0"><code>2e621d1</code></a> Add GitHub Actions workflow for building packages</li>
<li><a href="https://github.com/python-babel/babel/commit/24bc2ddd682631439a590da89735297e09419289"><code>24bc2dd</code></a> Become 2.10.2</li>
<li><a href="https://github.com/python-babel/babel/commit/d0ec73dcfb153823a12f8f94871849b6cd9fece9"><code>d0ec73d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-babel/babel/issues/869">#869</a> from jun66j5/date-period-symbols</li>
<li><a href="https://github.com/python-babel/babel/commit/53a74f1c1567b28e6e23bb1ab48ca3a0f888d307"><code>53a74f1</code></a> Fix up some Python2-isms using pyupgrade</li>
<li><a href="https://github.com/python-babel/babel/commit/38a0e42f5ed756dce41ad45801bf702b5404e69a"><code>38a0e42</code></a> Improve doctest for <code>DateTimeFormat.format_period</code></li>
<li><a href="https://github.com/python-babel/babel/commit/cf1abf100a977e0619e3f64f83905e3dd8676fe1"><code>cf1abf1</code></a> Use <code>... if expr else ...</code></li>
<li>Additional commits viewable in <a href="https://github.com/python-babel/babel/compare/v2.10.1...v2.10.3">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on babel to permit the latest version.
Changelog
Sourced from babel's changelog.