Hello community,
here is the log from the commit of package python-pytest-faulthandler for
openSUSE:Leap:15.2 checked in at 2020-05-01 20:24: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"
Fri May 1 20:24:13 2020 rev:5 rq:799509 version:1.6.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-pytest-faulthandler/python-pytest-faulthandler.changes
2020-05-01 15:07:04.086534528 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.python-pytest-faulthandler.new.2738/python-pytest-faulthandler.changes
2020-05-01 20:24:37.082946314 +0200
@@ -1,0 +2,5 @@
+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.fba0Bw/_old 2020-05-01 20:24:37.438947086 +0200
+++ /var/tmp/diff_new_pack.fba0Bw/_new 2020-05-01 20:24:37.442947094 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-faulthandler
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
#
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-faulthandler
Version: 1.6.0
@@ -28,7 +29,6 @@
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,9 +36,6 @@
BuildRequires: %{python_module pytest < 5}
BuildRequires: %{python_module pytest-mock >= 0.6}
# /SECTION
-%ifpython2
-Requires: python-faulthandler
-%endif
%python_subpackages
%description