From f40dacf08f322745df07f316cfb34bc7fc01dc06 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 21 Apr 2026 19:26:25 +0200 Subject: [PATCH] package/python-magic-wormhole-transit-relay: bump to version 0.5.0 See NEWS: https://github.com/magic-wormhole/magic-wormhole-transit-relay/blob/0.5.0/NEWS.md The upstream source archive name changed (dash '-' changed to underscore '_'). This commit updates _SOURCE to reflect that change. This commit also updates _SITE to use a stable URL which will redirect to the package archive, to reduce future maintenance. This package has been broken at runtime since Buildroot commit [1] "package/python-setuptools: bump to version 82.0.0", which removed the python module 'pkg_resources' which was deprecated. This new version removes those usage and fixes this issue. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13904071794 Note: this commit fixes only the runtime invocation of transitrelay, the complete fix for the test_python_magic_wormhole runtime test also requires the update of python-magic-wormhole-mailbox-server. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/51365ff06379aaf6fcc9a751e8ff32ac694f3e92 Signed-off-by: Julien Olivain Signed-off-by: Marcus Hoffmann --- .../python-magic-wormhole-transit-relay.hash | 4 ++-- .../python-magic-wormhole-transit-relay.mk | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.hash b/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.hash index 3f038728be..286f2766ae 100644 --- a/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.hash +++ b/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/magic-wormhole-transit-relay/json -md5 73be034b4a57e9d190cfb658cbaa5fbf magic-wormhole-transit-relay-0.4.0.tar.gz -sha256 912d835da21b11266c77111dc9b5e5800263fc0b98f0a179962267df41819e8c magic-wormhole-transit-relay-0.4.0.tar.gz +md5 8305bee7b0307e485c42ac933cbc6ddd magic_wormhole_transit_relay-0.5.0.tar.gz +sha256 a2c2e777cafcd843a2f22f0a4b3c3bd3cae85cc2303fead1646d1763ad6d1a4a magic_wormhole_transit_relay-0.5.0.tar.gz # Locally computed sha256 checksums sha256 d70f6469bb210c2aa4c0dfd74f498ef5f0467a137d8296479088e7243c5884eb LICENSE diff --git a/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.mk b/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.mk index 03a2d416db..4f83c6fc51 100644 --- a/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.mk +++ b/package/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_VERSION = 0.4.0 -PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_SOURCE = magic-wormhole-transit-relay-$(PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_VERSION).tar.gz -PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_SITE = https://files.pythonhosted.org/packages/d0/87/cb71073e53ea7e1b6f892c52e4114caea81b887a7d34e665b15dc81d669e +PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_VERSION = 0.5.0 +PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_SOURCE = magic_wormhole_transit_relay-$(PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_VERSION).tar.gz +PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_SITE = https://files.pythonhosted.org/packages/source/m/magic_wormhole_transit_relay PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_SETUP_TYPE = setuptools PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_LICENSE = MIT PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY_LICENSE_FILES = LICENSE