15
0
forked from pool/python-Babel

Accepting request 1133136 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=78
This commit is contained in:
2023-12-15 12:11:54 +00:00
committed by Git OBS Bridge
parent e68fde015b
commit b03b0399f2
5 changed files with 54 additions and 50 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Thu Dec 14 11:11:50 UTC 2023 - pgajdos@suse.com
- deleted patches
- fix-tests.patch (upstreamed)
-------------------------------------------------------------------
Thu Dec 14 09:15:20 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 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
* ~~~~~~~~~~~~~~~~
* @mgorny made their first contribution in :gh:`998`
* @vargenau made their first contribution in :gh:`994`
* @joeportela made their first contribution in :gh:`999`
* @encukou made their first contribution in :gh:`1027`
-------------------------------------------------------------------
Mon May 8 10:00:09 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>