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 2023-09-21 22:13:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole (Old)
 and      /work/SRC/openSUSE:Factory/.python-magic-wormhole.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-magic-wormhole"

Thu Sep 21 22:13:42 2023 rev:12 rq:1112331 version:0.13.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-magic-wormhole/python-magic-wormhole.changes  
    2022-10-08 01:25:57.254330008 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-magic-wormhole.new.1770/python-magic-wormhole.changes
    2023-09-21 22:14:35.054434645 +0200
@@ -1,0 +2,15 @@
+Tue Sep 19 10:58:25 UTC 2023 - Ondřej Súkup <[email protected]>
+
+- update to 0.13.0
+- drop python-magic-wormhole-no-mock.patch
+ + Python 2.7 support is dropped
+ + Python 3.5 and 3.6 are past their EOL date and support is droppe
+ + SECURITY: Replace "weird" characters in receiver's display
+ + SECURITY: all past binary signatures are now in Git
+ + Use the HKDF primitive from "cryptography"
+ + wormhole receive now accepts --allocate-code so that a sender can use 
--code to send them a file
+ + Stream to disk after 10MB on directory receive
+ + Handle SSH keys with comments properly
+ + Properly parse IPv6 Transit address
+
+-------------------------------------------------------------------

Old:
----
  magic-wormhole-0.12.0.tar.gz
  python-magic-wormhole-no-mock.patch

New:
----
  magic-wormhole-0.13.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-magic-wormhole.spec ++++++
--- /var/tmp/diff_new_pack.t2dxwE/_old  2023-09-21 22:14:36.186475732 +0200
+++ /var/tmp/diff_new_pack.t2dxwE/_new  2023-09-21 22:14:36.186475732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magic-wormhole
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,47 +16,51 @@
 #
 
 
-%{?!python_module:%define python_module() %{!?skip_python2:python-%{**}} 
%{!?skip_python3:python3-%{**}}}
 %define modname magic-wormhole
-%define skip_python36 1
 Name:           python-magic-wormhole
-Version:        0.12.0
+Version:        0.13.0
 Release:        0
 Summary:        Tool for transferring files through a secure channel
 License:        MIT
 URL:            https://github.com/warner/magic-wormhole
 Source:         
https://files.pythonhosted.org/packages/source/m/magic-wormhole/%{modname}-%{version}.tar.gz
-# https://github.com/magic-wormhole/magic-wormhole/issues/439
-Patch0:         python-magic-wormhole-no-mock.patch
 BuildRequires:  %{python_module Automat}
 BuildRequires:  %{python_module PyNaCl}
+BuildRequires:  %{python_module Twisted}
+BuildRequires:  %{python_module attrs >= 19.2.0}
+BuildRequires:  %{python_module autobahn}
 BuildRequires:  %{python_module click}
-BuildRequires:  %{python_module hkdf}
+BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module humanize}
 BuildRequires:  %{python_module magic-wormhole-mailbox-server}
 BuildRequires:  %{python_module magic-wormhole-transit-relay}
+BuildRequires:  %{python_module noiseprotocol}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module service_identity}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module spake2 >= 0.8}
 BuildRequires:  %{python_module tqdm >= 4.13.0}
-BuildRequires:  %{python_module txtorcon >= 0.19.3}
+BuildRequires:  %{python_module txtorcon >= 18.0.2}
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Automat
 Requires:       python-PyNaCl
+Requires:       python-Twisted
+Requires:       python-attrs >= 19.0.2
+Requires:       python-autobahn
 Requires:       python-click
-Requires:       python-hkdf
+Requires:       python-cryptography
 Requires:       python-humanize
-Requires:       python-magic-wormhole-mailbox-server
-Requires:       python-service_identity
+Requires:       python-six
 Requires:       python-spake2 >= 0.8
 Requires:       python-tqdm >= 4.13.0
-Requires:       python-txtorcon >= 0.19.3
+Requires:       python-txtorcon >= 18.0.2
 Requires(post): update-alternatives
 Requires(preun):update-alternatives
+Suggests:       python-magic-wormhole-mailbox-server
 Suggests:       python-magic-wormhole-transit-relay
+Suggests:       python-noiseprotocol
 BuildArch:      noarch
 %python_subpackages
 
@@ -69,7 +73,6 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -92,5 +95,6 @@
 %license LICENSE
 %doc NEWS.md README.md
 %python_alternative %{_bindir}/wormhole
-%{python_sitelib}/*
+%{python_sitelib}/wormhole
+%{python_sitelib}/magic_wormhole-%{version}*-info
 

++++++ magic-wormhole-0.12.0.tar.gz -> magic-wormhole-0.13.0.tar.gz ++++++
++++ 4444 lines of diff (skipped)

Reply via email to