Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distro for openSUSE:Factory checked in at 2021-05-20 19:24:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distro (Old) and /work/SRC/openSUSE:Factory/.python-distro.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distro" Thu May 20 19:24:41 2021 rev:12 rq:894049 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distro/python-distro.changes 2020-06-05 19:59:03.971700425 +0200 +++ /work/SRC/openSUSE:Factory/.python-distro.new.2988/python-distro.changes 2021-05-20 19:24:59.433959667 +0200 @@ -1,0 +2,5 @@ +Tue May 18 10:55:49 UTC 2021 - pgaj...@suse.com + +- use %pytest macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distro.spec ++++++ --- /var/tmp/diff_new_pack.oiRGGF/_old 2021-05-20 19:24:59.841957994 +0200 +++ /var/tmp/diff_new_pack.oiRGGF/_new 2021-05-20 19:24:59.841957994 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-distro # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -31,11 +31,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test %if %{with test} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} %endif # /SECTION @@ -60,7 +59,7 @@ %if %{with test} %check # Explicit settings of locale is necessary gh#nir0s/distro#223 -LANG=en_US.utf8 %python_exec setup.py pytest +LANG=en_US.utf8 %pytest %endif %post