Revisions of python-Babel

Matej Cepl's avatar Matej Cepl (mcepl) accepted request 923278 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 62)
- Added BuildRequires:  alts
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 922593 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 61)
- Use libalternatives instead of update-alternatives. 
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 919796 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 59)
- Use libalternatives instead of update-alternatives.
buildservice-autocommit accepted request 892302 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 58)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 57)
- 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.
buildservice-autocommit accepted request 877077 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 56)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 876956 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 55)
- Substitute broken %ifpython3 macro
buildservice-autocommit accepted request 856636 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 54)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 856578 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 53)
- removed obsolete patches
  * python383.patch
  * pytest6.patch
- update to 2.9.0
  * Improvements
    - CLDR: Use CLDR 37 – Aarni Koskela (#734)
    - Dates: Handle ZoneInfo objects in get_timezone_location, get_timezone_name - Alessio Bogon (#741)
    - Numbers: Add group_separator feature in number formatting - Abdullah Javed Nesar (#726)
  * Bugfixes
    - Dates: Correct default Format().timedelta format to 'long' to mute deprecation warnings – Aarni Koskela
    - Import: Simplify iteration code in "import_cldr.py" – Felix Schwarz
    - Import: Stop using deprecated ElementTree methods "getchildren()" and "getiterator()" – Felix Schwarz
    - Messages: Fix unicode printing error on Python 2 without TTY. – Niklas Hambüchen
    - Messages: Introduce invariant that _invalid_pofile() takes unicode line. – Niklas Hambüchen
    - Tests: fix tests when using Python 3.9 – Felix Schwarz
    - Tests: Remove deprecated 'sudo: false' from Travis configuration – Jon Dufresne
    - Tests: Support Py.test 6.x – Aarni Koskela
    - Utilities: LazyProxy: Handle AttributeError in specified func – Nikiforov Konstantin (#724)
    - Utilities: Replace usage of parser.suite with ast.parse – Miro Hrončok
    - Support Py.test 6 - Aarni Koskela (#747, #750, #752)
  * Documentation
    - Update parse_number comments – Brad Martin (#708)
    - Add __iter__ to Catalog documentation – @CyanNani123
buildservice-autocommit accepted request 830015 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 52)
baserev update by copy to link target
buildservice-autocommit accepted request 807190 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 50)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 49)
- Add patch to fix building with new python 3.8.3:
  * python383.patch

- Do not bother with documentation package, it is all available online
buildservice-autocommit accepted request 764060 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 48)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 764027 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 47)
- update to 2.8.0
  * CLDR: Upgrade to CLDR 36.0
  * Messages: Don't even open files with the "ignore" extraction method
  * Numbers: Fix formatting very small decimals when quantization is disabled
  * Messages: Attempt to sort all messages
  * Add years to changelog
  * Note that installation requires pytz

- update to 2.8.0
  * CLDR: Upgrade to CLDR 36.0
  * Messages: Don't even open files with the "ignore" extraction method
  * Numbers: Fix formatting very small decimals when quantization is disabled
  * Messages: Attempt to sort all messages
buildservice-autocommit accepted request 707406 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 46)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 707403 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 45)
- version update to 2.7.0
  Possibly incompatible changes
  * General: Internal uses of ``babel.util.odict`` have been replaced with
    ``collections.OrderedDict`` from The Python standard library.
  Improvements
  * CLDR: Upgrade to CLDR 35.1 - Alberto Mardegan, Aarni Koskela (#626, #643)
  * General: allow anchoring path patterns to the start of a string -
    Brian Cappello (#600)
  * General: Bumped version requirement on pytz - @chrisbrake (#592)
  * Messages: `pybabel compile`: exit with code 1 if errors were encountered
    - Aarni Koskela (#647)
  * Messages: Add omit-header to update_catalog - Cédric Krier (#633)
  * Messages: Catalog update: keep user comments from destination by default
    - Aarni Koskela (#648)
  * Messages: Skip empty message when writing mo file - Cédric Krier (#564)
  * Messages: Small fixes to avoid crashes on badly formatted .po files
    - Bryn Truscott (#597)
  * Numbers: `parse_decimal()` `strict` argument and `suggestions`
    - Charly C (#590)
  * Numbers: don't repeat suggestions in parse_decimal strict - Serban
    Constantin (#599)
  * Numbers: implement currency formatting with long display names
    - Luke Plant (#585)
  * Numbers: parse_decimal(): assume spaces are equivalent to non-breaking
    spaces when not in strict mode - Aarni Koskela (#649)
  * Performance: Cache locale_identifiers() - Aarni Koskela (#644)
  Bugfixes
  * CLDR: Skip alt=... for week data (minDays, firstDay, weekendStart,
    weekendEnd) - Aarni Koskela (#634)
  * Dates: Fix wrong weeknumber for 31.12.2018 - BT-sschmid (#621)
buildservice-autocommit accepted request 653932 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 44)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 43)
Remove superfluous devel dependency for noarch package
Displaying revisions 21 - 40 of 82
openSUSE Build Service is sponsored by