forked from pool/python-Babel
Accepting request 1206071 from home:glaubitz:branches:devel:languages:python
- Update to 2.16.0 * CLDR: Upgrade to CLDR 45 * Lists: Support list format fallbacks * Messages: Initial support for reading mapping configuration as TOML * CLDR: Do not allow substituting alternates or drafts in derived locales * Core: Allow falling back to modifier-less locale data * Core: Allow use of importlib.metadata for finding entrypoints * Dates: Avoid crashing on importing localtime when TZ is malformed * Messages: Allow parsing .po files that have an extant but empty Language header * Messages: Fix ``--ignore-dirs`` being incorrectly read * Messages: Make pgettext search plurals when translation is not found * Replace deprecated `ast.Str` with `ast.Constant` * CI fixes * Test on Python 3.13 beta releases * Normalize package name to lower-case in setup.py * Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may raise * Two hyperlinks (to CLDR) and some typos - Adjust filename for dist file in %files section OBS-URL: https://build.opensuse.org/request/show/1206071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=85
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
%define oldpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Babel
|
||||
Version: 2.15.0
|
||||
Version: 2.16.0
|
||||
Release: 0
|
||||
Summary: Internationalization utilities
|
||||
License: BSD-3-Clause
|
||||
@@ -94,6 +94,6 @@ A collection of tools for internationalizing Python applications.
|
||||
%doc CHANGES.rst
|
||||
%python_alternative %{_bindir}/pybabel
|
||||
%{python_sitelib}/babel
|
||||
%{python_sitelib}/Babel-%{version}.dist-info
|
||||
%{python_sitelib}/babel-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user