./textproc/py-ICU, Python extension wrapping the ICU C++ libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.12nb1, Package name: py311-ICU-2.12nb1, Maintainer: pkgsrc-users

PyICU 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: 253.946 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-11-02 09:31:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ICU: updated to 2.12

Version 2.11 -> 2.12
--------------------
- fixed bug in RegexMatcher.reset() not retaining ownership of string
- added wrappers for TimeZoneNames class
- added wrapper for TimeZone.getIanaID()
- added wrapper for Normalizer2.getNFKCSimpleCasefoldInstance()
- added wrappers for SpoofChecker.getBidiSkeleton(),areBidiConfusable()
- added wrappers for ListFormatter.createInstance(locale, type, width)
- added support for ICU 74.1
   2023-04-25 09:44:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ICU: updated to 2.11

Version 2.10.2 -> 2.11
----------------------
- fixed bug PluralFormat.format accepting python strings, which are immutable
- fixed bug with UWordBreak wrapping wrong enum (UBreakIteratorType)
- added wrappers for UBreakIteratorType, ULine|SentenceBreakTag
- added wrappers for DateTimePatternGenerator::set|getDateTimeFormat()
- added wrappers for Precision::incrementExact()
- Locale objects can now be sorted (Fredrik Roubert)
- added wrapper for Calendar::inTemporalLeapYear()
- added wrappers for Calendar::get|getTemporalMonthCode()
- changed all Calendar setters to return self instead of None, setter \ 
chainingCVS: \ 
----------------------------------------------------------------------
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 23:18:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ICU: updated to 2.10.2

Version 2.10.1 -> 2.10.2
------------------------
- fixed bug in logic computing max_char for PyUnicode_New()

Version 2.10 -> 2.10.1
----------------------
- fixed build issues with ICU < 72

Version 2.9 -> 2.10
-------------------
- fixed bug with building on MacOS when pkg-config is present
- added link to note about building everything from sources
- added wrapper for u_cleanup/u_init sequence as ResourceBundle.resetICU()
- added wrapper for TimeZone.getRegion()
- added support for ICU 72.1
- added wrapper for UnicodeSetIterator::skipToStrings()
- added wrapper for DisplayOptions, DisplayOptions::Builder and related enums
- added wrapper for FormattedNumber::getNounClass()
- added wrapper for NumberFormatter.displayOptions()
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-04-18 13:32:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ICU: updated to 2.9

Version 2.8.1 -> 2.9
--------------------
- added support for ICU 71.1
- added wrappers for UMeasurePrefix, MeasureUnit.withPrefix()|getPrefix()
- added UNumberRoundingPriority, FractionPrecision.withSignificantDigits()
- added UNumberTrailingZeroDisplay, Precision.trailingZeroDisplay()
   2022-02-01 08:21:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ICU: updated to 2.8.1

Version 2.8 -> 2.8.1
--------------------
- renamed _icu extension module to _icu_ and moved it into icu module
- moved icu python module sources into py directory
- deleted long deprecated PyICU.py file