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
|
2023-11-02 09:31:40 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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: \
----------------------------------------------------------------------
|