From 1faa61323c3c32ab8dc3779886266a7e79b67947 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 1 May 2026 14:30:52 +0200 Subject: [PATCH] package/python-urwid: bump version to 4.0.0 https://github.com/urwid/urwid/releases/tag/4.0.0 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-urwid/python-urwid.hash | 4 ++-- package/python-urwid/python-urwid.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-urwid/python-urwid.hash b/package/python-urwid/python-urwid.hash index 56ea763deb..ec81bb59e3 100644 --- a/package/python-urwid/python-urwid.hash +++ b/package/python-urwid/python-urwid.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/urwid/json -md5 ee84dfeeac19cb4b09a9d90b64029c20 urwid-3.0.5.tar.gz -sha256 24be27ffafdb68c09cd95dc21b60ccfd02843320b25ce5feee1708b34fad5a23 urwid-3.0.5.tar.gz +md5 d9dca1925cd4f8324cbb4817c22ef85f urwid-4.0.0.tar.gz +sha256 58ddc5c65eb3109b69e2e95469553f9f86070645cc1b553d6ee3fe8dbac2e0ba urwid-4.0.0.tar.gz # Locally computed sha256 checksums sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89 COPYING diff --git a/package/python-urwid/python-urwid.mk b/package/python-urwid/python-urwid.mk index 0c29c9ab75..b6622864a6 100644 --- a/package/python-urwid/python-urwid.mk +++ b/package/python-urwid/python-urwid.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_URWID_VERSION = 3.0.5 +PYTHON_URWID_VERSION = 4.0.0 PYTHON_URWID_SOURCE = urwid-$(PYTHON_URWID_VERSION).tar.gz -PYTHON_URWID_SITE = https://files.pythonhosted.org/packages/b1/59/67cd42db7c549c0c106d2b56d2d2ec1915c459e0a92722029efc5359e871 +PYTHON_URWID_SITE = https://files.pythonhosted.org/packages/1c/09/afbd44c7c57b1124d94ffe6321154798b816bd09c00e0aaabb701583a1c8 PYTHON_URWID_LICENSE = LGPL-2.1+ PYTHON_URWID_LICENSE_FILES = COPYING PYTHON_URWID_SETUP_TYPE = setuptools