Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-magic-wormhole-mailbox-server
for openSUSE:Factory checked in at 2024-11-12 19:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole-mailbox-server (Old)
and
/work/SRC/openSUSE:Factory/.python-magic-wormhole-mailbox-server.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole-mailbox-server"
Tue Nov 12 19:21:33 2024 rev:8 rq:1223436 version:0.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.changes
2023-03-29 23:27:31.255559898 +0200
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole-mailbox-server.new.2017/python-magic-wormhole-mailbox-server.changes
2024-11-12 19:22:28.050097247 +0100
@@ -1,0 +2,13 @@
+Mon Nov 11 20:22:51 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.5.1:
+ * properly require "setuptools" for install
+ * correctly close a mailbox which still has a nameplate
+ * remove python2 support
+ * test on python 3.8, 3.9, 3.10, 3.11 and 3.12 series
+ * drop "six"
+ * upgrade "versioneer"
+- drop python-magic-wormhole-mailbox-server-no-mock.patch
+ (upstream)
+
+-------------------------------------------------------------------
Old:
----
magic-wormhole-mailbox-server-0.4.1.tar.gz
python-magic-wormhole-mailbox-server-no-mock.patch
New:
----
magic-wormhole-mailbox-server-0.5.1.tar.gz
BETA DEBUG BEGIN:
Old: * upgrade "versioneer"
- drop python-magic-wormhole-mailbox-server-no-mock.patch
(upstream)
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole-mailbox-server.spec ++++++
--- /var/tmp/diff_new_pack.zuLESM/_old 2024-11-12 19:22:29.678165374 +0100
+++ /var/tmp/diff_new_pack.zuLESM/_new 2024-11-12 19:22:29.678165374 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-magic-wormhole-mailbox-server
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
#
-%define skip_python36 1
+%{?sle15_python_module_pythons}
Name: python-magic-wormhole-mailbox-server
-Version: 0.4.1
+Version: 0.5.1
Release: 0
Summary: Key exchange and control message server for Magic-Wormhole
License: MIT
Group: Development/Languages/Python
URL: https://github.com/warner/magic-wormhole-mailbox-server
Source:
https://files.pythonhosted.org/packages/source/m/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-%{version}.tar.gz
-# https://github.com/magic-wormhole/magic-wormhole/issues/439
-Patch0: python-magic-wormhole-mailbox-server-no-mock.patch
BuildRequires: %{python_module Twisted-tls >= 17.5.0}
BuildRequires: %{python_module attrs >= 16.3.0}
BuildRequires: %{python_module autobahn >= 0.14.1}
@@ -40,6 +38,7 @@
Requires: python-Twisted-tls >= 17.5.0
Requires: python-attrs >= 16.3.0
Requires: python-autobahn >= 0.14.1
+Requires: python-setuptools
BuildArch: noarch
%python_subpackages
@@ -51,8 +50,6 @@
%prep
%autosetup -p1 -n magic-wormhole-mailbox-server-%{version}
-# https://github.com/magic-wormhole/magic-wormhole-mailbox-server/issues/35
-sed '/six/d' setup.py src/magic_wormhole_mailbox_server.egg-info/requires.txt
%build
%pyproject_wheel
++++++ magic-wormhole-mailbox-server-0.4.1.tar.gz ->
magic-wormhole-mailbox-server-0.5.1.tar.gz ++++++
++++ 2798 lines of diff (skipped)