Revisions of python-Babel
buildservice-autocommit
accepted
request 1208529
from
Steve Kowalik (StevenK)
(revision 88)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 87)
- Clean up {Build,}Requires to match reality.
buildservice-autocommit
accepted
request 1206128
from
Markéta Machová (mcalabkova)
(revision 86)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1206071
from
John Paul Adrian Glaubitz (glaubitz)
(revision 85)
- 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
buildservice-autocommit
accepted
request 1187612
from
Dirk Mueller (dirkmueller)
(revision 84)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1187543
from
John Paul Adrian Glaubitz (glaubitz)
(revision 83)
- 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
buildservice-autocommit
accepted
request 1135251
from
Dirk Mueller (dirkmueller)
(revision 82)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 81)
- update to 2.14.0: * ``Locale.number_symbols`` will now have first-level keys for each numbering system. * Babel no longer directly depends on either ``distutils`` or ``setuptools``; if you had been using the Babel setuptools command extensions, you would need explicitly depend on ``setuptools`` * CLDR/Numbers: Add support of local numbering systems for number symbols * CLDR: Upgrade to CLDR 43 * Frontend: Allow last_translator to be passed as an option to extract_message * Frontend: Decouple `pybabel` CLI frontend from distutils/setuptools * Numbers: Improve parsing of malformed decimals
buildservice-autocommit
accepted
request 1133432
from
Dirk Mueller (dirkmueller)
(revision 80)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 79)
* 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.
Dirk Mueller (dirkmueller)
accepted
request 1133136
from
Petr Gajdos (pgajdos)
(revision 78)
pmmu version update
buildservice-autocommit
accepted
request 1109065
from
Dirk Mueller (dirkmueller)
(revision 77)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 76)
- update to 2.9.1 (bsc#1185768, CVE-2021-42771, bsc#1185768, CVE-2021-20095): - obsoletes CVE-2021-42771-rel-path-traversal.patch in older dists
buildservice-autocommit
accepted
request 1085498
from
Daniel Garcia (dgarcia)
(revision 75)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 74)
- Add fix-tests.patch to make tests work with EST/EDT swap, gh#python-babel/babel#988 - Update to 2.12.1: * Include py.typed file in wheels by @AlexWaygood in #975 * Become 2.12.1 by @akx in #976 - 2.12.0: * docs(changes): Fix broken issue links by @DenverCoder1 in #922 * Update docs build configuration by @akx in #924 * feat: Adds Format.compact_decimal utility by @DenverCoder1 in #921 * Remove vestigial Python 2 long check by @akx in #925 * feat: Support for short compact currency formats by @DenverCoder1 in #926 * Drop support for EOL Python 3.6 by @akx in #919 * Cast number to Decimal in _get_compact_format by @DenverCoder1 in #930 * Replace %/.format/concatenation with f-strings where feasible by @akx in #927 * ci: Fix testing dependencies by @DenverCoder1 in #936 * javascript extract improvements by @johanneswilm in #939 * Fix compact singular formats and patterns with no numbers by @DenverCoder1 in #932 * fix typo by @uniontech-lilinjie in #941 * Enable pre-commit by @akx in #943 * Added inline type annotations to Babel by @DenverCoder1 in #934 * Implement zoneinfo support and make pytz optional by @ds-cbo in #940 * Unify datetime imports by @akx in #945 * Minor cleanups by @akx in #948 * Renovate formatting in test_checkers and test_frontend by @akx in #950 * Add ruff for linting by @akx in #949 * Upgrade to CLDR 42 by @akx in #951 * Update test dependencies (tox v4) by @DenverCoder1 in #953 * Remove redundant tests for babel.support by @akx in #954 * Support for formatting NaN, Infinity by @DenverCoder1 in #955 * Clean up babel.localtime by @akx in #952
Matej Cepl (mcepl)
accepted
request 1082233
from
Matej Cepl (mcepl)
(revision 73)
Remove python_module.
buildservice-autocommit
accepted
request 1082050
from
Dirk Mueller (dirkmueller)
(revision 72)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1081288
from
Dirk Mueller (dirkmueller)
(revision 71)
SR for python stack proposal
Matej Cepl (mcepl)
committed
(revision 70)
buildservice-autocommit
accepted
request 1034472
from
Markéta Machová (mcalabkova)
(revision 69)
baserev update by copy to link target
Displaying revisions 1 - 20 of 88