From ebf313424c32fe70042d52b0578219c47d1f4c44 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 21 Apr 2026 19:26:24 +0200 Subject: [PATCH] package/python-magic-wormhole-mailbox-server: bump to version 0.6.0 See NEWS: https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/0.6.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. Setupuptools is still erroneously listed as a dependency in the upstream setup.py[2] but is not actually used anymore at runtime. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13904071794 Note: this commit fixes only the runtime invocation of wormhole-mailbox, the complete fix for the test_python_magic_wormhole runtime test also requires the update of python-magic-wormhole-transit-relay. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/51365ff06379aaf6fcc9a751e8ff32ac694f3e92 [2] https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/0.6.0/setup.py#L37 Signed-off-by: Julien Olivain [Marcus: remove python-setuptools select from Config.in] Signed-off-by: Marcus Hoffmann --- package/python-magic-wormhole-mailbox-server/Config.in | 1 - .../python-magic-wormhole-mailbox-server.hash | 4 ++-- .../python-magic-wormhole-mailbox-server.mk | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package/python-magic-wormhole-mailbox-server/Config.in b/package/python-magic-wormhole-mailbox-server/Config.in index d3b81a46ac..1ebcdb85a4 100644 --- a/package/python-magic-wormhole-mailbox-server/Config.in +++ b/package/python-magic-wormhole-mailbox-server/Config.in @@ -5,7 +5,6 @@ config BR2_PACKAGE_PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER select BR2_PACKAGE_PYTHON3_SQLITE # runtime select BR2_PACKAGE_PYTHON_ATTRS # runtime select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime - select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources select BR2_PACKAGE_PYTHON_TWISTED # runtime help This package is the main server that Magic-Wormhole clients diff --git a/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.hash b/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.hash index fd02bcc758..d701edfc72 100644 --- a/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.hash +++ b/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/magic-wormhole-mailbox-server/json -md5 bb9f84e7ecddc43413b4287b7b20d285 magic-wormhole-mailbox-server-0.5.1.tar.gz -sha256 a007a03672293204657681dbf502045d6d5817c57f9aae2f2226e6ea1a008ca1 magic-wormhole-mailbox-server-0.5.1.tar.gz +md5 29a3ab90583e6858a74f11c3f485a77c magic_wormhole_mailbox_server-0.6.0.tar.gz +sha256 b1bf145f3a26d905ebff6820407976d57614f1ad8b9806210e9c4e36579a1f79 magic_wormhole_mailbox_server-0.6.0.tar.gz # Locally computed sha256 checksums sha256 4a9cc2415c52cef591b6822eee68fed36d7e6d80284b09638cff61d762d99060 LICENSE diff --git a/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.mk b/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.mk index 7525054167..616d72dfbf 100644 --- a/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.mk +++ b/package/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_VERSION = 0.5.1 -PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_SOURCE = magic-wormhole-mailbox-server-$(PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_VERSION).tar.gz -PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_SITE = https://files.pythonhosted.org/packages/9d/5c/71566147af3f28017035ebe69ce7253ea26917225ae7c39b964578541bff +PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_VERSION = 0.6.0 +PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_SOURCE = magic_wormhole_mailbox_server-$(PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_VERSION).tar.gz +PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_SITE = https://files.pythonhosted.org/packages/source/m/magic_wormhole_mailbox_server PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_SETUP_TYPE = setuptools PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_LICENSE = MIT PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER_LICENSE_FILES = LICENSE