Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-magic-wormhole-transit-relay
for openSUSE:Factory checked in at 2026-04-26 21:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole-transit-relay (Old)
and
/work/SRC/openSUSE:Factory/.python-magic-wormhole-transit-relay.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole-transit-relay"
Sun Apr 26 21:11:23 2026 rev:7 rq:1349239 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.changes
2024-11-14 16:08:18.077801862 +0100
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole-transit-relay.new.11940/python-magic-wormhole-transit-relay.changes
2026-04-26 21:13:58.743956287 +0200
@@ -1,0 +2,10 @@
+Fri Apr 24 22:55:08 UTC 2026 - Mia Herkt <[email protected]>
+
+- Update to 0.5.0
+ * Drop Pythons from 3.9 and earlier (3.9 is EOL)
+ * Replace deprecated pkg_resources use
+ * Use f-strings
+ * General cleanup
+ * Remove use of Autobahn test reactor
+
+-------------------------------------------------------------------
Old:
----
magic-wormhole-transit-relay-0.4.0.tar.gz
New:
----
magic_wormhole_transit_relay-0.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole-transit-relay.spec ++++++
--- /var/tmp/diff_new_pack.l4eRn1/_old 2026-04-26 21:13:59.908003847 +0200
+++ /var/tmp/diff_new_pack.l4eRn1/_new 2026-04-26 21:13:59.924004501 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-magic-wormhole-transit-relay
#
-# 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
@@ -17,12 +17,12 @@
Name: python-magic-wormhole-transit-relay
-Version: 0.4.0
+Version: 0.5.0
Release: 0
Summary: Transit Relay server for Magic-Wormhole
License: MIT
URL: https://github.com/warner/magic-wormhole-transit-relay
-Source:
https://files.pythonhosted.org/packages/source/m/magic-wormhole-transit-relay/magic-wormhole-transit-relay-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/m/magic-wormhole-transit-relay/magic_wormhole_transit_relay-%{version}.tar.gz
BuildRequires: %{python_module Twisted >= 21.2.0}
BuildRequires: %{python_module autobahn >= 21.3.1}
BuildRequires: %{python_module pip}
@@ -40,7 +40,7 @@
Transit Relay server for Magic-Wormhole
%prep
-%autosetup -p1 -n magic-wormhole-transit-relay-%{version}
+%autosetup -p1 -n magic_wormhole_transit_relay-%{version}
%build
%pyproject_wheel