14
0
forked from pool/python-PyICU

Accepting request 930904 from home:gmbr3:Active

- updated to version 2.8:
  - fixed test failure in test_DateTimeParserGenerator.py with version 70.1rc
  - added wrappers for UCurrNameStyle and for ucurr_getName() onto CurrencyUnit
  - added support for ICU 70.1
  - added FieldPosition-less overloads to RuleBasedNumberFormat.format()
  - added pyproject.toml file to (also) build via python -m build

OBS-URL: https://build.opensuse.org/request/show/930904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=22
This commit is contained in:
2021-11-11 23:17:35 +00:00
committed by Git OBS Bridge
parent 6cf7c731a2
commit 8ed3f40b72
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 11 15:44:28 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- updated to version 2.8:
- fixed test failure in test_DateTimeParserGenerator.py with version 70.1rc
- added wrappers for UCurrNameStyle and for ucurr_getName() onto CurrencyUnit
- added support for ICU 70.1
- added FieldPosition-less overloads to RuleBasedNumberFormat.format()
- added pyproject.toml file to (also) build via python -m build
-------------------------------------------------------------------
Mon Nov 8 10:34:34 UTC 2021 - Dirk Müller <dmueller@suse.com>