* [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11
@ 2023-06-11 12:31 Bernd Kuhls
2023-06-11 12:31 ` [Buildroot] [PATCH 2/2] package/icu: bump version to 73-1 Bernd Kuhls
2023-07-10 20:13 ` [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-06-11 12:31 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon
Updated help text to follow upstream move to gitlab.
This version bump introduces compatibility with icu 73-1:
https://gitlab.pyicu.org/main/pyicu/-/commit/1ba50901161acfce691d41308be6c004a3956f4e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pyicu/Config.in | 2 +-
package/python-pyicu/python-pyicu.hash | 4 ++--
package/python-pyicu/python-pyicu.mk | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-pyicu/Config.in b/package/python-pyicu/Config.in
index 93eac53387..cbd75c0119 100644
--- a/package/python-pyicu/Config.in
+++ b/package/python-pyicu/Config.in
@@ -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
diff --git a/package/python-pyicu/python-pyicu.hash b/package/python-pyicu/python-pyicu.hash
index 009b264336..395d2fe47b 100644
--- a/package/python-pyicu/python-pyicu.hash
+++ b/package/python-pyicu/python-pyicu.hash
@@ -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
diff --git a/package/python-pyicu/python-pyicu.mk b/package/python-pyicu/python-pyicu.mk
index 512b2f857f..090ed51bff 100644
--- a/package/python-pyicu/python-pyicu.mk
+++ b/package/python-pyicu/python-pyicu.mk
@@ -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
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/icu: bump version to 73-1
2023-06-11 12:31 [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11 Bernd Kuhls
@ 2023-06-11 12:31 ` Bernd Kuhls
2023-07-10 20:13 ` [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11 Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-06-11 12:31 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon
Updated license hash due to copyright year bump:
https://github.com/unicode-org/icu/commit/9e16711b54d055cad10f7dc59f19d124ca6618be
Release notes:
https://icu.unicode.org/download/71
https://icu.unicode.org/download/72
https://icu.unicode.org/download/73
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/icu/icu.hash | 4 ++--
package/icu/icu.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/icu/icu.hash b/package/icu/icu.hash
index 56a0a5dd53..77d5a9269c 100644
--- a/package/icu/icu.hash
+++ b/package/icu/icu.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5 icu4c-70_1-src.tgz
-sha256 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6 LICENSE
+sha256 a457431de164b4aa7eca00ed134d00dfbf88a77c6986a10ae7774fc076bb8c45 icu4c-73_1-src.tgz
+sha256 f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416 LICENSE
diff --git a/package/icu/icu.mk b/package/icu/icu.mk
index 8107796ae9..96ac5cef61 100644
--- a/package/icu/icu.mk
+++ b/package/icu/icu.mk
@@ -7,7 +7,7 @@
# Git tags (and therefore versions on release-monitoring.org) use the
# XX-Y format, but the tarballs are named XX_Y and the containing
# directories XX.Y.
-ICU_VERSION = 70-1
+ICU_VERSION = 73-1
ICU_SOURCE = icu4c-$(subst -,_,$(ICU_VERSION))-src.tgz
ICU_SITE = \
https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11
2023-06-11 12:31 [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11 Bernd Kuhls
2023-06-11 12:31 ` [Buildroot] [PATCH 2/2] package/icu: bump version to 73-1 Bernd Kuhls
@ 2023-07-10 20:13 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-10 20:13 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Asaf Kahlon, buildroot
On Sun, 11 Jun 2023 14:31:07 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> Updated help text to follow upstream move to gitlab.
>
> This version bump introduces compatibility with icu 73-1:
> https://gitlab.pyicu.org/main/pyicu/-/commit/1ba50901161acfce691d41308be6c004a3956f4e
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/python-pyicu/Config.in | 2 +-
> package/python-pyicu/python-pyicu.hash | 4 ++--
> package/python-pyicu/python-pyicu.mk | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
Both patches applied. Let's see how much this blows up in the
autobuilders: the ICU bump 70 -> 73 worries me a bit.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-10 20:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 12:31 [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11 Bernd Kuhls
2023-06-11 12:31 ` [Buildroot] [PATCH 2/2] package/icu: bump version to 73-1 Bernd Kuhls
2023-07-10 20:13 ` [Buildroot] [PATCH 1/2] package/python-pyicu: bump version to 2.11 Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox