diff --git a/PyICU-2.7.4.tar.gz b/PyICU-2.7.4.tar.gz deleted file mode 100644 index e879e01..0000000 --- a/PyICU-2.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0655302e2aea16f9acefe04152f74e5d7d70542e9e15c89ee8d763c8e097f56 -size 298560 diff --git a/PyICU-2.8.tar.gz b/PyICU-2.8.tar.gz new file mode 100644 index 0000000..b94650b --- /dev/null +++ b/PyICU-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d80de47045a8163db5aebc947c42b4d429eeea4f0c32af4f40b33981fa872b9 +size 299223 diff --git a/python-PyICU.changes b/python-PyICU.changes index 4bd00a7..d67ae66 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 11 15:44:28 UTC 2021 - Callum Farmer + +- 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 diff --git a/python-PyICU.spec b/python-PyICU.spec index ade48ef..46a86fc 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname PyICU Name: python-%{modname} -Version: 2.7.4 +Version: 2.8 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT