Revisions of python-Babel

buildservice-autocommit accepted request 1135251 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 82)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar Dirk Mueller (dirkmueller) (revision 80)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar Dirk Mueller (dirkmueller) accepted request 1133136 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 78)
pmmu version update
buildservice-autocommit accepted request 1109065 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 77)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar Daniel Garcia (dgarcia) (revision 75)
baserev update by copy to link target
Daniel Garcia's avatar 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's avatar Matej Cepl (mcepl) accepted request 1082233 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 73)
Remove python_module.
buildservice-autocommit accepted request 1082050 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 72)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081288 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 71)
SR for python stack proposal
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 70)
buildservice-autocommit accepted request 1034472 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 69)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1034361 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 68)
- Update to 2.11.0 
  Upcoming deprecation
  * This version, Babel 2.11, is the last version of Babel to support Python 3.6. Babel 2.12 will require Python 3.7 or newer.
  Improvements
  * Support for hex escapes in JavaScript string literals :gh:`877` - Przemyslaw Wegrzyn
  * Add support for formatting decimals in compact form :gh:`909` - Jonah Lawrence
  * Adapt parse_date to handle ISO dates in ASCII format :gh:`842` - Eric L.
  * Use ast instead of eval for Python string extraction :gh:`915` - Aarni Koskela
  * This also enables extraction from static f-strings. F-strings with expressions are silently ignored (but won't raise an error as they used to).
  Infrastructure
  * Tests: Use regular asserts and pytest.raises() :gh:`875` – Aarni Koskela
  * Wheels are now built in GitHub Actions :gh:`888` – Aarni Koskela
  * Small improvements to the CLDR downloader script :gh:`894` – Aarni Koskela
  * Remove antiquated __nonzero__ methods :gh:`896` - Nikita Sobolev
  * Remove superfluous __unicode__ declarations :gh:`905` - Lukas Juhrich
  * Mark package compatible with Python 3.11 :gh:`913` - Aarni Koskela
  * Quiesce pytest warnings :gh:`916` - Aarni Koskela
  Bugfixes
  * Use email.Message for pofile header parsing instead of the deprecated cgi.parse_header function. :gh:`876` – Aarni Koskela
  * Remove determining time zone via systemsetup on macOS :gh:`914` - Aarni Koskela
  Documentation
  * Update Python versions in documentation :gh:`898` - Raphael Nestler
  * Align BSD-3 license with OSI template :gh:`912` - Lukas Kahwe Smith
buildservice-autocommit accepted request 983570 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 67)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 983486 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 66)
- update to 2.10.3 
  This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.
  Thanks to Michał Górny for pointing this out and Jun Omae for verifying.
  This and future Babel PyPI packages will be built by a more automated process, which should make problems like this less likely to occur
- update to 2.10.2 
  This is a bugfix release for Babel 2.10.1.
  * Fallback count=”other” format in format_currency() (#872) - Jun Omae
  * Fix get_period_id() with dayPeriodRule across 0:00 (#871) - Jun Omae
  * Add support for b and B period symbols in time format (#869) - Jun Omae
  * chore(docs/typo): Fixes a minor typo in a function comment (#864) - Frank Harrison
buildservice-autocommit accepted request 980789 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 65)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 64)
- 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
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 63)
  * 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.
Displaying revisions 1 - 20 of 82
openSUSE Build Service is sponsored by