Hello community,
here is the log from the commit of package python-pytest-faulthandler for
openSUSE:Factory checked in at 2020-03-06 21:28:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-faulthandler (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-faulthandler.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-faulthandler"
Fri Mar 6 21:28:32 2020 rev:5 rq:782057 version:1.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-faulthandler/python-pytest-faulthandler.changes
2019-08-22 15:17:54.126342369 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-faulthandler.new.26092/python-pytest-faulthandler.changes
2020-03-06 21:28:32.993596395 +0100
@@ -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.RaZIzD/_old 2020-03-06 21:28:34.837597531 +0100
+++ /var/tmp/diff_new_pack.RaZIzD/_new 2020-03-06 21:28:34.865597548 +0100
@@ -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