Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-magic-wormhole for
openSUSE:Factory checked in at 2025-04-09 21:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole (Old)
and /work/SRC/openSUSE:Factory/.python-magic-wormhole.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole"
Wed Apr 9 21:50:38 2025 rev:16 rq:1268173 version:0.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole/python-magic-wormhole.changes
2024-11-14 16:08:25.598117230 +0100
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole.new.1907/python-magic-wormhole.changes
2025-04-09 21:51:04.420148065 +0200
@@ -1,0 +2,17 @@
+Wed Apr 9 13:19:21 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 0.18.0
+ * Improve the example to act more like send/receive (#558, @OndrewBot)
+ * Display a QR code by default for "wormhole send" (#555, @ferada + @meejah)
+ This encodes "wormhole-transfer:M-word0-word1" per the spec:
+
https://github.com/magic-wormhole/magic-wormhole-protocols/blob/main/uri-scheme.md
+ * Add sequence diagram
+ * Support Read the Docs pull-request builds
+ * Drop support for Python 3.8 (#556)
+ * Add broken-link checker (#588, https://github.com/Cycloctane)
+ * Preemptively fix Click 8.2 (#584, @cjwatson)
+ * Basic support for PEP518 (#579, @SnoopJ)
+ * Add WORMHOLE_ACCEPT_FILE (#570, @haatveit)
+- Drop twisted.patch, merged upstream
+
+-------------------------------------------------------------------
Old:
----
magic_wormhole-0.17.0.tar.gz
twisted.patch
New:
----
magic-wormhole-0.18.0.tar.gz
BETA DEBUG BEGIN:
Old: * Add WORMHOLE_ACCEPT_FILE (#570, @haatveit)
- Drop twisted.patch, merged upstream
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole.spec ++++++
--- /var/tmp/diff_new_pack.pGoJwX/_old 2025-04-09 21:51:06.216223727 +0200
+++ /var/tmp/diff_new_pack.pGoJwX/_new 2025-04-09 21:51:06.232224400 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-magic-wormhole
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,13 @@
#
-%define modname magic_wormhole
Name: python-magic-wormhole
-Version: 0.17.0
+Version: 0.18.0
Release: 0
Summary: Tool for transferring files through a secure channel
License: MIT
URL: https://github.com/magic-wormhole/magic-wormhole
-Source:
https://files.pythonhosted.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/magic-wormhole/magic-wormhole/pull/554
fix test under Twisted 24.10.0
-Patch0: twisted.patch
+Source:
https://files.pythonhosted.org/packages/source/m/magic_wormhole/magic-wormhole-%{version}.tar.gz
BuildRequires: %{python_module Automat}
BuildRequires: %{python_module PyNaCl}
BuildRequires: %{python_module Twisted}
@@ -63,6 +60,7 @@
Requires: python-cryptography
Requires: python-humanize
Requires: python-iterable-io >= 1.0.0
+Requires: python-qrcode >= 8.0
Requires: python-spake2 >= 0.9
Requires: python-tqdm >= 4.13.0
Requires: python-txtorcon >= 18.0.2
@@ -116,7 +114,7 @@
Zsh command-line completion support for %{name}.
%prep
-%autosetup -p1 -n %{modname}-%{version}
+%autosetup -p1 -n magic-wormhole-%{version}
%build
%pyproject_wheel