package/python-pyicu: bump version to 2.11
Updated help text to follow upstream move to gitlab.
This version bump introduces compatibility with icu 73-1:
1ba5090116
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f8e000b186
commit
84da7d9291
@ -8,7 +8,7 @@ config BR2_PACKAGE_PYTHON_PYICU
|
||||
help
|
||||
Python extension wrapping the ICU C++ API.
|
||||
|
||||
https://github.com/ovalhub/pyicu
|
||||
https://gitlab.pyicu.org/main/pyicu
|
||||
|
||||
comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.9, host gcc >= 4.9"
|
||||
depends on !BR2_BINFMT_FLAT
|
||||
|
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyicu/json
|
||||
md5 4090ebb98702338cac3dbed2d72c2fd7 PyICU-2.10.2.tar.gz
|
||||
sha256 0c3309eea7fab6857507ace62403515b60fe096cbfb4f90d14f55ff75c5441c1 PyICU-2.10.2.tar.gz
|
||||
md5 f13ffa91014efde6962c4c1ed6ee7a3c PyICU-2.11.tar.gz
|
||||
sha256 3ab531264cfe9132b3d2ac5d708da9a4649d25f6e6813730ac88cf040a08a844 PyICU-2.11.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 00da5bf22f2386c4f6f07c734490e9b818c4dcf70e6ca49f594e9cec636b9c40 LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYICU_VERSION = 2.10.2
|
||||
PYTHON_PYICU_VERSION = 2.11
|
||||
PYTHON_PYICU_SOURCE = PyICU-$(PYTHON_PYICU_VERSION).tar.gz
|
||||
PYTHON_PYICU_SITE = https://files.pythonhosted.org/packages/64/00/a531e119a97e54601f616f5061879ec2d4bb058d225014f9acf94b2970c3
|
||||
PYTHON_PYICU_SITE = https://files.pythonhosted.org/packages/03/1b/800fce0236be0b8a99b3ccbb797786dd178028960b3fd65544e2d8bad5ac
|
||||
PYTHON_PYICU_LICENSE = MIT
|
||||
PYTHON_PYICU_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYICU_DEPENDENCIES = icu
|
||||
|
Loading…
Reference in New Issue
Block a user