Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pythonfinder for
openSUSE:Factory checked in at 2022-02-24 18:20:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
and /work/SRC/openSUSE:Factory/.python-pythonfinder.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythonfinder"
Thu Feb 24 18:20:55 2022 rev:7 rq:957217 version:1.2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes
2020-08-04 20:21:30.144992268 +0200
+++
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.1958/python-pythonfinder.changes
2022-02-24 18:24:17.006645509 +0100
@@ -1,0 +2,5 @@
+Wed Feb 23 20:28:44 UTC 2022 - Andreas Schneider <[email protected]>
+
+- Disable python2 which doesn't build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pythonfinder.spec ++++++
--- /var/tmp/diff_new_pack.xUuq6a/_old 2022-02-24 18:24:17.414645402 +0100
+++ /var/tmp/diff_new_pack.xUuq6a/_new 2022-02-24 18:24:17.418645401 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pythonfinder
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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-pythonfinder
Version: 1.2.4
Release: 0
@@ -35,7 +36,7 @@
Requires: python-six
Requires: python-vistir >= 0.2.5
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module attrs}