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 2023-03-29 23:27:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magic-wormhole-mailbox-server (Old)
and
/work/SRC/openSUSE:Factory/.python-magic-wormhole-mailbox-server.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magic-wormhole-mailbox-server"
Wed Mar 29 23:27:13 2023 rev:7 rq:1075072 version:0.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magic-wormhole-mailbox-server/python-magic-wormhole-mailbox-server.changes
2022-06-28 15:23:12.714017585 +0200
+++
/work/SRC/openSUSE:Factory/.python-magic-wormhole-mailbox-server.new.31432/python-magic-wormhole-mailbox-server.changes
2023-03-29 23:27:31.255559898 +0200
@@ -1,0 +2,5 @@
+Tue Mar 28 10:00:03 UTC 2023 - [email protected]
+
+- python-six is not required
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magic-wormhole-mailbox-server.spec ++++++
--- /var/tmp/diff_new_pack.LCVr7l/_old 2023-03-29 23:27:32.307565519 +0200
+++ /var/tmp/diff_new_pack.LCVr7l/_new 2023-03-29 23:27:32.311565540 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-magic-wormhole-mailbox-server
#
-# 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-magic-wormhole-mailbox-server
Version: 0.4.1
@@ -34,7 +33,6 @@
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
BuildRequires: %{python_module treq}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -42,7 +40,6 @@
Requires: python-Twisted-tls >= 17.5.0
Requires: python-attrs >= 16.3.0
Requires: python-autobahn >= 0.14.1
-Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -54,6 +51,8 @@
%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