Path to this page:
./
textproc/py-ICU,
Python extension wrapping the ICU C++ libraries
Branch: CURRENT,
Version: 2.14nb1,
Package name: py312-ICU-2.14nb1,
Maintainer: pkgsrc-usersPyICU is a Python extension wrapping the ICU C++ libraries.
ICU stands for "International Components for Unicode". These are
the i18n libraries of the Unicode Consortium. They implement much
of the Unicode Standard, many of its companion Unicode Technical
Standards, and much of Unicode CLDR.
Required to run:[
textproc/icu] [
lang/python310]
Master sites:
Filesize: 257.727 KB
Version history: (Expand)
- (2024-11-15) Updated to version: py312-ICU-2.14nb1
- (2024-11-12) Updated to version: py312-ICU-2.14
- (2024-11-01) Updated to version: py312-ICU-2.13.1nb2
- (2024-11-01) Updated to version: py312-ICU-2.13.1nb1
- (2024-05-29) Updated to version: py311-ICU-2.13.1
- (2023-11-08) Updated to version: py311-ICU-2.12nb1
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-12 06:52:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ICU: updated to 2.14
Version 2.13.1 -> 2.14
- added wrappers for UCPMap.get|getRange and Char.getIntPropertyMap
- added wrapper for Locale.getUnicodeKeywordValue
- added wrapper for UnicodeString.remove, UnicodeString.removeBetween
- added wrapper for UnicodeString.retainBetween, UnicodeString.truncate
- fixed bogus UBool uses on stack instead of int (Martin Jansche)
- added support for ICU 76.1
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-05-29 19:51:10 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-ICU: updated to 2.13.1
Version 2.13 -> 2.13.1
----------------------
- change c++11 to c++17 in setup.py as current versions of ICU require it
Version 2.12 -> 2.13
--------------------
- fixed build issues on Windows
- added wrappers for MeasureUnit(locale, width) and getUnitDisplayName()
- added wrappers for DateFormatSymbols.getEra|ZodiacNames()
- added wrappers for DateFormatSymbols.getZoneStrings()
- added wrappers for LocaleDisplayNames
- fixed bug dealloc calling wrong destructor on most types (Fredrik Roubert)
- added support for ICU 75.1
- added wrappers for LocalizedNumber|Range|Formatter.withoutLocale()
- added wrappers for UIdentifierType, Char.hasIDType(), Char.getIDTypes()
- added wrappers for UIdentifierStatus
- added wrappers for UProperty.IDENTIFIER_TYPE, UProperty.IDENTIFIER_STATUS
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|