summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-icu_2.10.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-icu: upgrade 2.10.2 -> 2.11Wang Mingyu2023-04-231-15/+0
| | | | | | | | | | | | | | | | | Changelog: =========== - 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 chaining Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.8.1 -> 2.10.2Wang Mingyu2023-02-081-0/+15
0001-Fix-host-contamination-of-include-files.patch updated for 2.10.2 Changelog: ========== - fixed bug in logic computing max_char for PyUnicode_New() - fixed build issues with ICU < 72 - 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() - added support for ICU 71.1 - added wrappers for UMeasurePrefix, MeasureUnit.withPrefix()|getPrefix() - added UNumberRoundingPriority, FractionPrecision.withSignificantDigits() - added UNumberTrailingZeroDisplay, Precision.trailingZeroDisplay() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>