Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-first for openSUSE:Factory checked in at 2021-05-19 17:49:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-first (Old) and /work/SRC/openSUSE:Factory/.python-first.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-first" Wed May 19 17:49:02 2021 rev:4 rq:893712 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-first/python-first.changes 2019-03-19 09:58:53.416090966 +0100 +++ /work/SRC/openSUSE:Factory/.python-first.new.2988/python-first.changes 2021-05-19 17:49:09.225591592 +0200 @@ -1,0 +2,5 @@ +Mon May 17 11:11:53 UTC 2021 - pgaj...@suse.com + +- use %pytest macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-first.spec ++++++ --- /var/tmp/diff_new_pack.s5BIbW/_old 2021-05-19 17:49:09.729589479 +0200 +++ /var/tmp/diff_new_pack.s5BIbW/_new 2021-05-19 17:49:09.729589479 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-first # -# 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,6 +25,7 @@ Group: Development/Languages/Python URL: http://github.com/hynek/first/ Source: https://files.pythonhosted.org/packages/source/f/first/first-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -45,7 +46,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=. $python setup.py test +%pytest %files %{python_files} %doc AUTHORS.rst README.rst