Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-magic-wormhole-mailbox-server
for openSUSE:Factory checked in at 2026-04-26 21:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole-mailbox-server (Old)
and
/work/SRC/openSUSE:Factory/.python-magic-wormhole-mailbox-server.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole-mailbox-server"
Sun Apr 26 21:11:23 2026 rev:9 rq:1349240 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.changes
2024-11-12 19:22:28.050097247 +0100
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole-mailbox-server.new.11940/python-magic-wormhole-mailbox-server.changes
2026-04-26 21:14:00.528029180 +0200
@@ -1,0 +2,13 @@
+Fri Apr 24 23:00:55 UTC 2026 - Mia Herkt <[email protected]>
+
+- Update to 0.6.0:
+ * fix link to transit-relay
+ * fix stdout test error
+ * remove depracated pkg_resources use
+ * syntax modernization
+ * use f-strings everywhere
+ * replace returnValue() with return
+ * make README match tested versions
+ * no need to install mock
+
+-------------------------------------------------------------------
Old:
----
magic-wormhole-mailbox-server-0.5.1.tar.gz
New:
----
magic_wormhole_mailbox_server-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole-mailbox-server.spec ++++++
--- /var/tmp/diff_new_pack.aVmRUl/_old 2026-04-26 21:14:01.652075105 +0200
+++ /var/tmp/diff_new_pack.aVmRUl/_new 2026-04-26 21:14:01.676076086 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-magic-wormhole-mailbox-server
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-magic-wormhole-mailbox-server
-Version: 0.5.1
+Version: 0.6.0
Release: 0
Summary: Key exchange and control message server for Magic-Wormhole
License: MIT
Group: Development/Languages/Python
URL: https://github.com/warner/magic-wormhole-mailbox-server
-Source:
https://files.pythonhosted.org/packages/source/m/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/m/magic-wormhole-mailbox-server/magic_wormhole_mailbox_server-%{version}.tar.gz
BuildRequires: %{python_module Twisted-tls >= 17.5.0}
BuildRequires: %{python_module attrs >= 16.3.0}
BuildRequires: %{python_module autobahn >= 0.14.1}
@@ -49,7 +49,7 @@
a transit-relay.
%prep
-%autosetup -p1 -n magic-wormhole-mailbox-server-%{version}
+%autosetup -p1 -n magic_wormhole_mailbox_server-%{version}
%build
%pyproject_wheel