15
0
forked from pool/python-Babel

Accepting request 1187543 from home:glaubitz:branches:devel:languages:python

- Update to 2.15.0
  * Babel 2.15.0 will require Python 3.8 or newer
  * CLDR: Upgrade to CLDR 44
  * Dates: Support for the "fall back to short format"
    logic for time delta formatting
  * Message: More versatile .po IO functions
  * Numbers: Improved support for alternate spaces
    when parsing numbers
  * Upgrade GitHub Actions
  * The Unicode license is now included in `locale-data`
    and in the documentation
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1187543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=83
This commit is contained in:
2024-07-15 18:42:17 +00:00
committed by Git OBS Bridge
parent 8f5a9956e8
commit 659db6ab17
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 15 11:10:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.15.0
* Babel 2.15.0 will require Python 3.8 or newer
* CLDR: Upgrade to CLDR 44
* Dates: Support for the "fall back to short format"
logic for time delta formatting
* Message: More versatile .po IO functions
* Numbers: Improved support for alternate spaces
when parsing numbers
* Upgrade GitHub Actions
* The Unicode license is now included in `locale-data`
and in the documentation
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Wed Dec 27 09:37:51 UTC 2023 - Dirk Müller <dmueller@suse.com>