Hello community,
here is the log from the commit of package python-magic-wormhole for
openSUSE:Factory checked in at 2019-05-22 15:39:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole (Old)
and /work/SRC/openSUSE:Factory/.python-magic-wormhole.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole"
Wed May 22 15:39:35 2019 rev:3 rq:703722 version:0.11.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole/python-magic-wormhole.changes
2018-12-24 11:39:31.057551899 +0100
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole.new.5148/python-magic-wormhole.changes
2019-05-22 15:39:37.454500588 +0200
@@ -1,0 +2,15 @@
+Fri May 17 12:13:08 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to version 0.11.2
+ * Fix python -m wormhole on py2.
+ * Python-3.7 compatibility was fixed.
+ * The client version is now sent to the mailbox server for each
+ connection.
+ Packaging changes:
+ * We removed the Rendezvous Server (now named the "Mailbox
+ Server") out to a separate package and repository named
+ magic-wormhole-mailbox-server.
+ * The Dockerfile was removed.
+- Launch tests again.
+
+-------------------------------------------------------------------
Old:
----
magic-wormhole-0.10.5.tar.gz
New:
----
magic-wormhole-0.11.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole.spec ++++++
--- /var/tmp/diff_new_pack.AQ8IVr/_old 2019-05-22 15:39:38.278498597 +0200
+++ /var/tmp/diff_new_pack.AQ8IVr/_new 2019-05-22 15:39:38.282498588 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-magic-wormhole
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,37 +19,41 @@
%{?!python_module:%define python_module() %{!?skip_python2:python-%{**}}
%{!?skip_python3:python3-%{**}}}
%define modname magic-wormhole
Name: python-magic-wormhole
-Version: 0.10.5
+Version: 0.11.2
Release: 0
Summary: Securely transfer data between computers
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/warner/magic-wormhole
+URL: https://github.com/warner/magic-wormhole
Source:
https://files.pythonhosted.org/packages/source/m/magic-wormhole/%{modname}-%{version}.tar.gz
+BuildRequires: %{python_module Automat}
+BuildRequires: %{python_module PyNaCl}
+BuildRequires: %{python_module click}
+BuildRequires: %{python_module hkdf}
+BuildRequires: %{python_module humanize}
+BuildRequires: %{python_module magic-wormhole-mailbox-server}
+BuildRequires: %{python_module magic-wormhole-transit-relay}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module service_identity}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module spake2 >= 0.8}
+BuildRequires: %{python_module tqdm >= 4.13.0}
+BuildRequires: %{python_module txtorcon >= 0.19.3}
BuildRequires: fdupes
-BuildRequires: python-rpm-macros
Requires: python-Automat
Requires: python-PyNaCl
-Requires: python-Twisted >= 17.5.0
-Requires: python-attrs >= 16.3.0
-Requires: python-autobahn >= 0.14.1
Requires: python-click
Requires: python-hkdf
Requires: python-humanize
+Requires: python-magic-wormhole-mailbox-server
Requires: python-service_identity
-Requires: python-six
-Requires: python-spake2 = 0.8
+Requires: python-spake2 >= 0.8
Requires: python-tqdm >= 4.13.0
Requires: python-txtorcon >= 0.19.3
-Suggests: python-magic-wormhole-transit-relay = 0.1.0
+Suggests: python-magic-wormhole-transit-relay
Suggests: python-mock
-Suggests: python-pyflakes
-Suggests: python-pypiwin32
-Suggests: python-tox
BuildArch: noarch
-
%python_subpackages
%description
@@ -69,15 +73,15 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone %{buildroot}%{_bindir}/wormhole
-%python_clone %{buildroot}%{_bindir}/wormhole-server
+
+%check
+%pytest src/wormhole/test
%files %{python_files}
%license LICENSE
%doc NEWS.md README.md
%{_bindir}/wormhole-%{python_bin_suffix}
-%{_bindir}/wormhole-server-%{python_bin_suffix}
%python3_only %{_bindir}/wormhole
-%python3_only %{_bindir}/wormhole-server
%{python_sitelib}/*
%changelog
++++++ magic-wormhole-0.10.5.tar.gz -> magic-wormhole-0.11.2.tar.gz ++++++
++++ 16097 lines of diff (skipped)