Skip to content

Bump babel from 2.12.1 to 2.13.1

Ronan Amicel requested to merge dependabot-pip-babel-2.13.1 into main

Bumps babel from 2.12.1 to 2.13.1.

Release notes

Sourced from babel's releases.

Version 2.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.13.0...v2.13.1


PyPI: https://pypi.org/project/Babel/2.13.1/

v2.13.0

PyPI: https://pypi.org/project/Babel/2.13.0/

Upcoming deprecation

  • This version, Babel 2.13, is the last version of Babel to support Python 3.7. Babel 2.14 will require Python 3.8 or newer.

(This changelog is auto-generated by GitHub; please see CHANGES.rst for a less verbose listing.)

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from babel's changelog.

Version 2.13.1

This is a patch release to fix a few bugs.

Fixes


* Fix a typo in ``_locales_to_names`` by @Dl84 in :gh:`1038` (issue :gh:`1037`)
* Fix ``setuptools`` dependency for Python 3.12 by @opryprin in :gh:`1033`
Version 2.13.0
Upcoming deprecation
  • This version, Babel 2.13, is the last version of Babel to support Python 3.7. Babel 2.14 will require Python 3.8 or newer.

Features


* Add flag to ignore POT-Creation-Date for updates by @joeportela in :gh:`999`
* Support 't' specifier in keywords by @jeanas in :gh:`1015`
* Add f-string parsing for Python 3.12 (PEP 701) by @encukou in :gh:`1027`
Fixes

* Various typing-related fixes by @akx in :gh:`979`, in :gh:`978`, :gh:`981`,  :gh:`983`
* babel.messages.catalog: deduplicate _to_fuzzy_match_key logic by @akx in :gh:`980`
* Freeze format_time() tests to a specific date to fix test failures by @mgorny in :gh:`998`
* Spelling and grammar fixes by @scop in :gh:`1008`
* Renovate lint tools by @akx in :gh:`1017`, :gh:`1028`
* Use SPDX license identifier by @vargenau in :gh:`994`
* Use aware UTC datetimes internally by @scop in :gh:`1009`
New Contributors
</code></pre>
<ul>
<li><a href="https://github.com/mgorny"><code>@​mgorny</code></a> made their first contribution in :gh:<code>998</code></li>
<li><a href="https://github.com/vargenau"><code>@​vargenau</code></a> made their first contribution in :gh:<code>994</code></li>
<li><a href="https://github.com/joeportela"><code>@​joeportela</code></a> made their first contribution in :gh:<code>999</code></li>
<li><a href="https://github.com/encukou"><code>@​encukou</code></a> made their first contribution in :gh:<code>1027</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-babel/babel/commit/65de3dcf2dc217d6135eff999dc87a3861065e8d"><code>65de3dc</code></a> Prepare for 2.13.1 release</li>
<li><a href="https://github.com/python-babel/babel/commit/139dc11baeb3bbd3bcbb900abb3519e71521a3f7"><code>139dc11</code></a> Fix _locales_to_names: Call str() on the parameter variable instead of the mo...</li>
<li><a href="https://github.com/python-babel/babel/commit/eeb2feb13f7273636d2214dbdb3fb780d9b4fa4f"><code>eeb2feb</code></a> Depend on setuptools since Python 3.12</li>
<li><a href="https://github.com/python-babel/babel/commit/76677eacd10cc35bea0a11ec1d2f0566cadd4066"><code>76677ea</code></a> Prepare for 2.13.0 release</li>
<li><a href="https://github.com/python-babel/babel/commit/fb6ab5fa6685c98433a9d558de2a3e76fbe54f83"><code>fb6ab5f</code></a> Renovate CI &amp; tools (<a href="https://github.com/python-babel/babel/issues/1028">#1028</a>)</li>
<li><a href="https://github.com/python-babel/babel/commit/72bccffc7c35f07ec8bf97ff90079d51fc4da012"><code>72bccff</code></a> Add f-string parsing for Python 3.12 (PEP 701) (<a href="https://github.com/python-babel/babel/issues/1027">#1027</a>)</li>
<li><a href="https://github.com/python-babel/babel/commit/6fc07a27c00cc67e32a5e5e610fe8a9a0b3756f1"><code>6fc07a2</code></a> Support 't' specifier in keywords (<a href="https://github.com/python-babel/babel/issues/1015">#1015</a>)</li>
<li><a href="https://github.com/python-babel/babel/commit/9ef53c6a6ab5fc604b58ccb19dc63ebcf8edd28b"><code>9ef53c6</code></a> Add flag to ignore POT-Creation-Date for updates (<a href="https://github.com/python-babel/babel/issues/999">#999</a>)</li>
<li><a href="https://github.com/python-babel/babel/commit/1747d2230a0294a07c99563cf50fb95a37b6ac0f"><code>1747d22</code></a> Use aware UTC datetimes internally (<a href="https://github.com/python-babel/babel/issues/1009">#1009</a>)</li>
<li><a href="https://github.com/python-babel/babel/commit/95a0ea818f5d555ab4bad0ae7722971934b4a193"><code>95a0ea8</code></a> Use SPDX license identifier: BSD-3-Clause (<a href="https://github.com/python-babel/babel/issues/994">#994</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/python-babel/babel/compare/v2.12.1...v2.13.1">compare view</a></li>
</ul>
</details>
<br />

Merge request reports