* Fix a typo in `_locales_to_names`

* Fix ``setuptools`` dependency for Python 3.12
  * Add flag to ignore POT-Creation-Date for updates
  * Support 't' specifier in keywords
  * Add f-string parsing for Python 3.12 (PEP 701)
  * Various typing-related fixes
    failures
  * Spelling and grammar fixes
  * Renovate lint tools
  * Use SPDX license identifier
  * Use aware UTC datetimes internally
- Update to 2.11.0
- update to 2.10.3
- update to 2.10.2
  * Messages: Fix ``distutils`` import. Regressed in :gh:`843`.
  * CLDR: Upgrade to CLDR 41.0.
  * Messages: Implement ``--init-missing`` option for ``pybabel update``
    ignored directory patterns with ones of your own.
  * Messages: Add ``--check`` to verify if catalogs are up-to-date
  * Messages: Add ``--header-comment`` to override default header comment
  * The internal ``babel/_compat.py`` module is no more
  * Python 3.10 is officially supported
  * There's now a friendly GitHub issue template.
  * Add GitHub URL for PyPi
  * Python 3.12 compatibility: Prefer setuptools imports to distutils imports
  * Python 3.11 compatibility: Add deprecations to l*gettext variants
  * CI: Babel is now tested with PyPy 3.7.
  * Date formatting: Allow using ``other`` as fallback form
  * A typo in the plural format for Maltese is fixed.
  * Messages: Catalog date parsing is now timezone independent.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=79
This commit is contained in:
Dirk Mueller 2023-12-15 12:24:59 +00:00 committed by Git OBS Bridge
parent b03b0399f2
commit cc4d60351a

View File

@ -8,44 +8,21 @@ Thu Dec 14 11:11:50 UTC 2023 - pgajdos@suse.com
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
* ~~~~~~~~~~~~~~~~~~~~
* Fix a typo in ``_locales_to_names``
* Fix ``setuptools`` dependency for Python 3.12
* 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`
* Add flag to ignore POT-Creation-Date for updates
* Support 't' specifier in keywords
* Add f-string parsing for Python 3.12 (PEP 701)
* Various typing-related fixes
* 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`
failures
* Spelling and grammar fixes
* Renovate lint tools
* Use SPDX license identifier
* Use aware UTC datetimes internally
-------------------------------------------------------------------
Mon May 8 10:00:09 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>