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] 51365ff063
[2] https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/0.6.0/setup.py#L37

Signed-off-by: Julien Olivain <ju.o@free.fr>
[Marcus: remove python-setuptools select from Config.in]
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
Julien Olivain
2026-04-21 19:26:24 +02:00
committed by Marcus Hoffmann
parent 8de4776c60
commit ebf313424c
3 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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