14
0
forked from pool/python-PyICU

Accepting request 1095193 from devel:languages:python:mailman:backports

- Update to version 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 chaining
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1095193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=27
This commit is contained in:
2023-06-25 19:18:39 +00:00
committed by Git OBS Bridge
parent 517e8f081e
commit b0b713c4ba
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jun 25 07:21:50 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 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 chaining
- Use sle15_python_module_pythons
-------------------------------------------------------------------
Thu Oct 27 10:57:22 UTC 2022 - Markéta Machová <mmachova@suse.com>