summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-icu
Commit message (Collapse)AuthorAgeFilesLines
* python3-icu: Fix build with GCC-15Khem Raj2025-05-041-0/+26
| | | | | | | | | | | | | | drop is_trivial check Fixes | In file included from bases.cpp:32: | arg.h:856:37: error: static assertion failed | 856 | static_assert(std::is_trivial<T>::value); \ | | ~~~~~~~~~~~~~~~~~~~~^~~~~ | arg.h:859:1: note: in expansion of macro '_IS_POD' | 859 | _IS_POD(AnyPythonObject); | | ^~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.8.1 -> 2.10.2Wang Mingyu2023-02-081-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* python3-icu: upgrade 2.8 -> 2.8.1Wang Mingyu2022-03-091-7/+5
| | | | | | | | | | | | | | | | | refresh 0001-Fix-host-contamination-of-include-files.patch for new version. License-Update: year updated to 2022. Changelog: ========= - 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-icu: Upgrade to 2.7.2Khem Raj2021-04-211-8/+18
| | | | | | | | License-Update: Use info in setup.py for license as dedicated LICENSE file has disappeared. License still is MIT Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-icu: add new packageArmin Kuster2020-07-121-0/+30
needed by python3-natsort Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>