Commit Graph

  • 5ccea0d862 Accepting request 1135251 from devel:languages:python factory Ana Guerrero 2023-12-28 21:54:30 +0000
  • 8f5a9956e8 - 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 Dirk Mueller 2023-12-27 09:40:55 +0000
  • 90d2511dda Accepting request 1133432 from devel:languages:python Ana Guerrero 2023-12-15 20:46:39 +0000
  • cc4d60351a * 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 2023-12-15 12:24:59 +0000
  • b03b0399f2 Accepting request 1133136 from home:pgajdos:python Dirk Mueller 2023-12-15 12:11:54 +0000
  • c28a8c8a79 Accepting request 1109065 from devel:languages:python Ana Guerrero 2023-09-06 16:56:30 +0000
  • e68fde015b - 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 Dirk Mueller 2023-09-05 14:34:39 +0000
  • 60fd12568a Accepting request 1085498 from devel:languages:python Dominique Leuenberger 2023-05-09 11:07:58 +0000
  • 81bec5de6f - 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 Daniel Garcia 2023-05-08 10:04:44 +0000
  • 3d34f95c5b Accepting request 1082233 from home:dirkmueller:acdc:as_python3_module Matej Cepl 2023-04-23 01:44:07 +0000
  • a80eef63d4 Accepting request 1082050 from devel:languages:python Dominique Leuenberger 2023-04-22 20:03:01 +0000
  • 45698283ee Accepting request 1081288 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 15:08:25 +0000
  • 6efe51138a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=70 Matej Cepl 2023-04-12 16:00:31 +0000
  • 4ee6c186c3 Accepting request 1034472 from devel:languages:python Dominique Leuenberger 2022-11-09 11:56:27 +0000
  • b6584f1b0a Accepting request 1034361 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-11-08 09:45:41 +0000
  • 30e6f5d2d5 Accepting request 983570 from devel:languages:python Dominique Leuenberger 2022-06-19 19:10:43 +0000
  • 22ff8ee1c9 Accepting request 983486 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-06-18 13:04:25 +0000
  • 42dd4d6d7f Accepting request 980789 from devel:languages:python Dominique Leuenberger 2022-06-06 09:10:36 +0000
  • ee9fbac5c4 - update to 2.10.1: * Messages: Fix `distutils import. Regressed in :gh:843. * The get_next_timezone_transition likely as soon as Babel 2.11. * CLDR: Upgrade to CLDR 41.0. * The c and e plural form operands introduced in CLDR 40 are parsed * Non-nominative forms of units are currently ignored. * Messages: Implement --init-missing option for pybabel update * Messages: For extract, you can now replace the built-in .* / _* 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 * Dates: parse_time now supports 12-hour clock, and is better at parsing partial times. * Dates: parse_date and parse_time now raise ParseError, a subclass of ValueError, in certain cases. * Dates: parse_date and parse_time now accept the format parameter. * The internal babel/_compat.py module is no more * Python 3.10 is officially supported * There's now a friendly GitHub issue template. * Don't use the deprecated format_number function internally or in tests * 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 * Locales: `Locale.parse * A typo in the plural format for Maltese is fixed. * Messages: Catalog date parsing is now timezone independent. * Messages: Fix duplicate locations when writing without lineno Dirk Mueller 2022-06-04 18:12:28 +0000
  • 058aeddb41 Accepting request 928218 from devel:languages:python Dominique Leuenberger 2021-11-02 18:18:58 +0000
  • 891e0342da * bsc#1185768 (CVE-2021-42771) The internal locale-data loading functions now validate the name of the locale file to be loaded and only allow files within Babel's data directory. Matej Cepl 2021-10-29 21:16:59 +0000
  • 25e4a7ec87 Accepting request 923431 from devel:languages:python Dominique Leuenberger 2021-10-25 13:16:52 +0000
  • 57138b9b54 Accepting request 923278 from home:schubi2 Matej Cepl 2021-10-06 07:35:26 +0000
  • 528300e196 Accepting request 922593 from home:schubi2 Matej Cepl 2021-10-03 17:50:08 +0000
  • 47fbb63c6c Accepting request 920175 from devel:languages:python Matej Cepl 2021-09-19 17:36:52 +0000
  • a696184eb5 Accepting request 919796 from home:schubi2 Matej Cepl 2021-09-17 20:46:29 +0000
  • d9da9b0004 Accepting request 892302 from devel:languages:python Dominique Leuenberger 2021-05-15 21:15:20 +0000
  • 2578bf0a5a - update to 2.9.1: * The internal locale-data loading functions now validate the name of the locale file to be loaded and only allow files within Babel's data directory. Dirk Mueller 2021-05-11 21:42:06 +0000
  • 44bbf8c231 Accepting request 877077 from devel:languages:python Dominique Leuenberger 2021-03-10 07:50:20 +0000
  • 864e3d2a45 Accepting request 876956 from home:mcalabkova:branches:devel:languages:python Dirk Mueller 2021-03-05 12:44:11 +0000
  • 5cf35470cc Accepting request 856636 from devel:languages:python Dominique Leuenberger 2020-12-22 10:25:19 +0000
  • c5fdf5f085 Accepting request 856578 from home:stroeder:branches:devel:languages:python Markéta Machová 2020-12-17 08:57:30 +0000
  • 64f0b3a98d Accepting request 830015 from devel:languages:python Dominique Leuenberger 2020-09-04 08:59:18 +0000
  • 4d736bc6df Accepting request 830007 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-08-27 14:09:58 +0000
  • 41290c2825 Accepting request 807190 from devel:languages:python Dominique Leuenberger 2020-05-20 16:36:24 +0000
  • 14a57cca27 - Add patch to fix building with new python 3.8.3: * python383.patch Tomáš Chvátal 2020-05-19 10:39:54 +0000
  • 8050366ea7 Accepting request 764060 from devel:languages:python Dominique Leuenberger 2020-01-16 17:14:43 +0000
  • 6b0c5aa523 Accepting request 764027 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-13 15:31:08 +0000
  • 82eb8f8fba Accepting request 707406 from devel:languages:python Dominique Leuenberger 2019-06-18 12:45:45 +0000
  • e59d981a89 Accepting request 707403 from home:pgajdos Tomáš Chvátal 2019-06-04 07:58:52 +0000
  • 9cda44cb19 Accepting request 653932 from devel:languages:python Dominique Leuenberger 2018-12-06 11:13:56 +0000
  • dc285c1292 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:15:20 +0000
  • d3c2dca115 Accepting request 618932 from devel:languages:python Dominique Leuenberger 2018-06-27 08:17:24 +0000
  • 04a637a049 Accepting request 618823 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-06-25 11:03:28 +0000
  • 1b2e571c55 Accepting request 605126 from devel:languages:python Dominique Leuenberger 2018-05-11 09:26:26 +0000
  • 66afd83702 Accepting request 604646 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-05-07 13:49:29 +0000
  • f91248f144 Accepting request 580584 from devel:languages:python Dominique Leuenberger 2018-03-01 11:01:43 +0000
  • 838383be73 Accepting request 580582 from home:aplanas:branches:devel:languages:python Alberto Planas Dominguez 2018-02-27 12:39:14 +0000
  • 9c2173f422 Accepting request 532071 from devel:languages:python Dominique Leuenberger 2017-10-13 12:05:58 +0000
  • 5f761522bb Accepting request 532056 from home:apersaud:branches:devel:languages:python Thomas Bechtold 2017-10-06 06:37:39 +0000
  • d661fc26d5 Accepting request 518417 from devel:languages:python Dominique Leuenberger 2017-08-24 16:19:54 +0000
  • a54c1f9f34 Accepting request 518414 from home:tbechtold:branches:devel:languages:python Thomas Bechtold 2017-08-23 15:48:07 +0000
  • 9c71773a26 Accepting request 493146 from devel:languages:python Dominique Leuenberger 2017-05-09 15:59:22 +0000
  • dedd5a3fa2 Accepting request 493142 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-05-06 04:29:44 +0000
  • 4b1fe03438 Accepting request 485023 from devel:languages:python Dominique Leuenberger 2017-04-19 16:06:53 +0000
  • 031521c844 Accepting request 484324 from home:alois:branches:devel:languages:python Thomas Bechtold 2017-04-04 05:55:30 +0000
  • 87f0e85499 Accepting request 394950 from devel:languages:python Dominique Leuenberger 2016-05-16 10:02:59 +0000
  • 4d2d8a9867 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=27 Dirk Mueller 2016-05-11 21:18:19 +0000
  • ac256de84d - update to 2.3.4: * CLDR: The lxml library is no longer used for CLDR importing, so it should not cause strange failures e * CLI: Every last single CLI usage regression should now be gone, and both distutils and stand-alone CLI * CLI: Usage regressions that had snuck in between 2.2 and 2.3 should be no more. (https://github.com/py * Dates: Period (am/pm) formatting was broken in certain locales (namely zh_TW). Thanks to @jun66j5 for * CLDR: Add an API for territory language data (https://github.com/python-babel/babel/pull/315) * Core: Character order and measurement system data is imported and exposed (https://github.com/python-b * Dates: Add an API for time interval formatting (https://github.com/python-babel/babel/pull/316) * Dates: More pattern formats and lengths are supported (https://github.com/python-babel/babel/pull/347) * Dates: Period IDs are imported and exposed (https://github.com/python-babel/babel/pull/349) * Dates: Support for date-time skeleton formats has been added (https://github.com/python-babel/babel/pu * Dates: Timezone formatting has been improved (https://github.com/python-babel/babel/pull/338) * Messages: JavaScript extraction now supports dotted names, ES6 template strings and JSX tags (https:// - drop fix-timezone-test.patch skip-dst-tests.patch, no longer necessary Dirk Mueller 2016-05-02 19:06:54 +0000
  • 2c48948c5c Accepting request 357120 from devel:languages:python Dominique Leuenberger 2016-02-16 08:27:08 +0000
  • c62ad5967a Accepting request 357119 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-02-01 11:54:16 +0000
  • d4234e461a Accepting request 318745 from devel:languages:python Dominique Leuenberger 2015-07-28 09:42:31 +0000
  • 3985f1ae8f Accepting request 318359 from home:seife:OpenStack:Master Denisart Benjamin 2015-07-26 12:34:42 +0000
  • 3334f5ce62 Accepting request 314747 from devel:languages:python Stephan Kulow 2015-07-05 15:55:48 +0000
  • e4683956e3 Accepting request 314663 from home:aeneas_jaissle:branches:devel:languages:python Denisart Benjamin 2015-07-01 14:30:50 +0000
  • be4ff7a3d0 Accepting request 309071 from devel:languages:python Dominique Leuenberger 2015-05-30 10:33:23 +0000
  • 24c7926344 Accepting request 309070 from home:TheBlackCat:branches:devel:languages:python Todd R 2015-05-28 13:13:36 +0000
  • afe1f4cb4c Accepting request 261622 from devel:languages:python Dominique Leuenberger 2014-11-15 10:40:56 +0000
  • fbae82727b Accepting request 260355 from home:Ledest:misc Denisart Benjamin 2014-11-14 15:30:00 +0000
  • cfeba2f57a Accepting request 244825 from devel:languages:python Ludwig Nussel 2014-08-16 13:37:54 +0000
  • 991122cf4f Accepting request 244817 from home:sfalken:branches:devel:languages:python Michal Čihař 2014-08-15 12:05:34 +0000
  • 181c067a2c Accepting request 213898 from devel:languages:python Stephan Kulow 2014-01-15 15:26:43 +0000
  • 7e1800f51c - Bring back argparse requirement for SP3 Sascha Peilicke 2014-01-07 14:54:52 +0000
  • 40dff9d4d9 Accepting request 204524 from devel:languages:python Tomáš Chvátal 2013-10-25 09:11:33 +0000
  • 88e186cdde - Require python-setuptools instead of distribute (upstreams merged) Sascha Peilicke 2013-10-24 11:12:10 +0000
  • 658e9ed01b Accepting request 201469 from devel:languages:python Stephan Kulow 2013-10-01 06:25:38 +0000
  • d68c363ff7 Accepting request 201460 from Cloud:OpenStack:Master Sascha Peilicke 2013-09-30 12:39:25 +0000
  • bca5410462 - Implement update-alternatives - Fix testsuite run on SLE and run it only once - Properly build (and install) HTML documentation Sascha Peilicke 2013-09-30 09:00:55 +0000
  • a97ad04b81 Accepting request 201226 from home:dirkmueller:branches:devel:languages:python Sascha Peilicke 2013-09-30 07:21:25 +0000
  • 306609c0d0 remove %debug_package Pascal Bleser 2011-12-12 08:56:32 +0000
  • 95179f8254 Autobuild autoformatter for 80525 Marcus Rueckert 2011-09-01 15:48:04 +0000
  • 1977a4330d Accepting request 80525 from devel:languages:python Marcus Rueckert 2011-09-01 15:47:54 +0000
  • f698c1f2a0 - Fixed license to BSD-3-Clause (SPDX style) Sascha Peilicke 2011-09-01 14:27:28 +0000
  • d7d586e56e - Update to version 0.9.6: * Backport r493-494: documentation typo fixes. * Make the CLDR import script work with Python 2.7. * Fix various typos. * Fixed Python 2.3 compatibility (ticket #146, #233). * Sort output of list-locales. * Make the POT-Creation-Date of the catalog being updated equal to POT-Creation-Date of the template used to update (ticket #148). * Use a more explicit error message if no option or argument (command) is passed to pybabel (ticket #81). * Keep the PO-Revision-Date if it is not the default value (ticket #148). * Make --no-wrap work by reworking --width's default and mimic xgettext's behaviour of always wrapping comments (ticket #145). * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). * Add --project and --version options for commandline (ticket #173). * Add a __ne__() method to the Local class. * Explicitly sort instead of using sorted() and don't assume ordering (Python 2.3 and Jython compatibility). * Removed ValueError raising for string formatting message checkers if the string does not contain any string formattings (ticket #150). * Fix Serbian plural forms (ticket #213). * Small speed improvement in format_date() (ticket #216). * Fix number formatting for locales where CLDR specifies alt or draft items (ticket #217) * Fix bad check in format_time (ticket #257, reported with patch and tests by jomae) * Fix so frontend.CommandLineInterface.run does not accumulate logging handlers (#227, reported with initial patch by dfraser) * Fix exception if environment contains an invalid locale setting (#200) - Renamed to python-Babel (from python-babel) Sascha Peilicke 2011-09-01 14:21:47 +0000