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 2024-11-14 16:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole-transit-relay (Old)
and
/work/SRC/openSUSE:Factory/.python-magic-wormhole-transit-relay.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole-transit-relay"
Thu Nov 14 16:07:59 2024 rev:6 rq:1223789 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole-transit-relay/python-magic-wormhole-transit-relay.changes
2024-02-05 22:01:26.343530367 +0100
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole-transit-relay.new.2017/python-magic-wormhole-transit-relay.changes
2024-11-14 16:08:18.077801862 +0100
@@ -1,0 +2,12 @@
+Tue Nov 12 12:50:49 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 0.4.0
+ * drop Python 2, Python 3.5 and 3.6 support
+ * add Python 3.9, 3.10, 3.11 and 3.12 to CI
+ * add autobahn dep, upgrade twisted
+ * better websockets suport
+- Drop merged patches:
+ * support-python312.patch
+ * python-magic-wormhole-transit-relay-no-mock.patch
+
+-------------------------------------------------------------------
Old:
----
magic-wormhole-transit-relay-0.2.1.tar.gz
python-magic-wormhole-transit-relay-no-mock.patch
support-python312.patch
New:
----
magic-wormhole-transit-relay-0.4.0.tar.gz
BETA DEBUG BEGIN:
Old: * support-python312.patch
* python-magic-wormhole-transit-relay-no-mock.patch
Old:- Drop merged patches:
* support-python312.patch
* python-magic-wormhole-transit-relay-no-mock.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole-transit-relay.spec ++++++
--- /var/tmp/diff_new_pack.wtlkGo/_old 2024-11-14 16:08:20.497903349 +0100
+++ /var/tmp/diff_new_pack.wtlkGo/_new 2024-11-14 16:08:20.521904356 +0100
@@ -17,24 +17,22 @@
Name: python-magic-wormhole-transit-relay
-Version: 0.2.1
+Version: 0.4.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
-# https://github.com/magic-wormhole/magic-wormhole/issues/439
-Patch0: python-magic-wormhole-transit-relay-no-mock.patch
-# PATCH-FIX-UPSTREAM gh#magic-wormhole/magic-wormhole-transit-relay#36
-Patch1: support-python312.patch
-BuildRequires: %{python_module Twisted >= 17.5.0}
+BuildRequires: %{python_module Twisted >= 21.2.0}
+BuildRequires: %{python_module autobahn >= 21.3.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Twisted >= 17.5.0
+Requires: python-Twisted >= 21.2.0
+Requires: python-autobahn >= 21.3.1
BuildArch: noarch
%python_subpackages
@@ -52,6 +50,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# test_backpressure.py: tests here need internet connection
+rm src/wormhole_transit_relay/test/test_backpressure.py
%pytest src/wormhole_transit_relay/test
%files %{python_files}
++++++ magic-wormhole-transit-relay-0.2.1.tar.gz ->
magic-wormhole-transit-relay-0.4.0.tar.gz ++++++
++++ 5390 lines of diff (skipped)