Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hypothesis-fspaths for
openSUSE:Factory checked in at 2021-06-01 10:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis-fspaths (Old)
and /work/SRC/openSUSE:Factory/.python-hypothesis-fspaths.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypothesis-fspaths"
Tue Jun 1 10:34:18 2021 rev:2 rq:895755 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-hypothesis-fspaths/python-hypothesis-fspaths.changes
2019-03-22 15:00:25.601825434 +0100
+++
/work/SRC/openSUSE:Factory/.python-hypothesis-fspaths.new.1898/python-hypothesis-fspaths.changes
2021-06-01 10:34:27.920506959 +0200
@@ -1,0 +2,5 @@
+Wed May 26 07:04:27 UTC 2021 - [email protected]
+
+- %check: use %pytest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hypothesis-fspaths.spec ++++++
--- /var/tmp/diff_new_pack.UgUoa6/_old 2021-06-01 10:34:28.284507578 +0200
+++ /var/tmp/diff_new_pack.UgUoa6/_new 2021-06-01 10:34:28.284507578 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-hypothesis-fspaths
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -25,7 +25,7 @@
Group: Development/Languages/Python
URL: https://github.com/lazka/hypothesis-fspaths
Source:
https://files.pythonhosted.org/packages/source/h/hypothesis-fspaths/hypothesis-fspaths-%{version}.tar.gz
-BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -42,6 +42,8 @@
%prep
%setup -q -n hypothesis-fspaths-%{version}
+# https://github.com/lazka/hypothesis-fspaths/issues/3
+sed -i '/pytest-runner/d' setup.py
%build
%python_build
@@ -51,7 +53,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc README.rst