- update to version 2.9:
- deleted long deprecated PyICU.py file
- moved icu python module sources into py directory
- renamed _icu extension module to _icu_ and moved it into icu module
- added UNumberTrailingZeroDisplay, Precision.trailingZeroDisplay()
- added UNumberRoundingPriority, FractionPrecision.withSignificantDigits()
- added wrappers for UMeasurePrefix, MeasureUnit.withPrefix()|getPrefix()
- added support for ICU 71.1
OBS-URL: https://build.opensuse.org/request/show/969897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=23
- 2.7.4
- added wrappers for UWordBreak and BreakIterator.getRuleStatusVec()
- added wrappers for MessagePattern (Roman Kalukiewicz)
- added wrapper for Collator::getKeywordValuesForLocale
- added wrappers for LocaleMatcher.acceptLanguage|FromHTTP()
- worked around limitation of Visual Studio 2017 (cgohlke)
- added missing test and samples files to distribution (foutrelis)
- added some tests for TimeZone classes
- fixed bug w/FormattedNumberRange.getFirst|SecondDecimal() gone w/ ICU 68.1+
- fixed bug with VTimeZone.write() wrapper invoking VTimeZone.writeSimple()
- added wrapper for Locale.canonicalize()
- added wrappers for MeasureUnit.product(), reciprocal(), getDimensionality()
- added wrapper for MeasureUnit.forIdentifier()
- implemented *, /, **, 1/m for MeasureUnit in terms of product and reciprocal
- added wrappers for BasicTimeZone, RuleBasedTimeZone, VTimeZone
- added wrappers for TimeZoneTransition, TimeZoneRule and its subclasses
- added wrappers for DateTimeRule, DateRuleType, TimeRuleType
- added support for ICU 69.1 (support-icu-69.patch reomoved)
OBS-URL: https://build.opensuse.org/request/show/912078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=19