Hello community,
here is the log from the commit of package python-pytest-faulthandler for
openSUSE:Leap:15.2 checked in at 2020-05-23 16:06:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-faulthandler (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pytest-faulthandler.new.2738
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-faulthandler"
Sat May 23 16:06:13 2020 rev:6 rq:808072 version:1.6.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-pytest-faulthandler/python-pytest-faulthandler.changes
2020-05-01 20:24:37.082946314 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.python-pytest-faulthandler.new.2738/python-pytest-faulthandler.changes
2020-05-23 16:06:14.400901250 +0200
@@ -2,5 +1,0 @@
-Fri Mar 6 09:53:25 UTC 2020 - Ondřej Súkup <[email protected]>
-
-- disable python2 support as is python-faulthandler dropped from distro
-
--------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-faulthandler.spec ++++++
--- /var/tmp/diff_new_pack.GYtWb9/_old 2020-05-23 16:06:14.780902065 +0200
+++ /var/tmp/diff_new_pack.GYtWb9/_new 2020-05-23 16:06:14.784902074 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-faulthandler
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 @@
#
-%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-faulthandler
Version: 1.6.0
@@ -29,6 +28,7 @@
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-faulthandler
BuildRequires: python-rpm-macros
Requires: python-pytest < 5
BuildArch: noarch
@@ -36,6 +36,9 @@
BuildRequires: %{python_module pytest < 5}
BuildRequires: %{python_module pytest-mock >= 0.6}
# /SECTION
+%ifpython2
+Requires: python-faulthandler
+%endif
%python_subpackages
%description