Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-vncdotool for
openSUSE:Factory checked in at 2021-10-20 20:23:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vncdotool (Old)
and /work/SRC/openSUSE:Factory/.python-vncdotool.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vncdotool"
Wed Oct 20 20:23:15 2021 rev:2 rq:923563 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vncdotool/python-vncdotool.changes
2020-08-18 15:09:55.864012847 +0200
+++
/work/SRC/openSUSE:Factory/.python-vncdotool.new.1890/python-vncdotool.changes
2021-10-20 20:23:53.609363601 +0200
@@ -1,0 +2,5 @@
+Wed Oct 6 10:31:59 UTC 2021 - Axel Braun <[email protected]>
+
+- skip python2 to make it build for Leap 15.3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vncdotool.spec ++++++
--- /var/tmp/diff_new_pack.KphY55/_old 2021-10-20 20:23:54.041363867 +0200
+++ /var/tmp/diff_new_pack.KphY55/_new 2021-10-20 20:23:54.045363870 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-vncdotool
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-vncdotool
Version: 1.0.0
Release: 0
@@ -31,7 +32,7 @@
Requires: python-Pillow
Requires: python-Twisted
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pillow}