Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package python-jsonschema for openSUSE:Factory checked in at 2021-06-01 10:32:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old) and /work/SRC/openSUSE:Factory/.python-jsonschema.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema"
Tue Jun 1 10:32:59 2021 rev:26 rq:895334 version:3.2.0
Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes 2021-01-19 15:59:50.787167030 +0100 +++ /work/SRC/openSUSE:Factory/.python-jsonschema.new.1898/python-jsonschema.changes 2021-06-01 10:33:01.964360614 +0200 @@ -1,0 +2,5 @@ +Tue May 25 07:59:29 UTC 2021 - pgajdos@suse.com + +- %check: use %pytest rpm macro + +-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ python-jsonschema.spec ++++++ --- /var/tmp/diff_new_pack.vhgtuZ/_old 2021-06-01 10:33:03.248362800 +0200 +++ /var/tmp/diff_new_pack.vhgtuZ/_new 2021-06-01 10:33:03.252362806 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jsonschema # -# 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,8 +31,8 @@ BuildRequires: %{python_module idna} BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module jsonpointer > 1.13} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pyrsistent >= 0.14.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module rfc3987} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -46,7 +46,7 @@ Requires: python-pyrsistent >= 0.14.0 Requires: python-six >= 1.11.0 Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives BuildArch: noarch %python_subpackages
@@ -72,7 +72,7 @@ %python_clone -a %{buildroot}%{_bindir}/jsonschema
%check -%python_exec setup.py test --test-suite=jsonschema.tests +%pytest jsonschema/tests
%post %python_install_alternative jsonschema