Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-contextvars for openSUSE:Factory checked in at 2021-05-20 19:23:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-contextvars (Old) and /work/SRC/openSUSE:Factory/.python-contextvars.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-contextvars" Thu May 20 19:23:39 2021 rev:2 rq:894231 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-contextvars/python-contextvars.changes 2019-05-06 13:24:00.392878010 +0200 +++ /work/SRC/openSUSE:Factory/.python-contextvars.new.2988/python-contextvars.changes 2021-05-20 19:24:04.934185194 +0200 @@ -1,0 +2,5 @@ +Wed May 19 07:20:33 UTC 2021 - [email protected] + +- use %pytest macro in %check + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-contextvars.spec ++++++ --- /var/tmp/diff_new_pack.sRfg0J/_old 2021-05-20 19:24:05.322183553 +0200 +++ /var/tmp/diff_new_pack.sRfg0J/_new 2021-05-20 19:24:05.322183553 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-contextvars # -# 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 @@ -12,7 +12,8 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -22,13 +23,14 @@ Release: 0 License: Apache-2.0 Summary: PEP 567 (context variables) backport -Url: http://github.com/MagicStack/contextvars +URL: http://github.com/MagicStack/contextvars Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/c/contextvars/contextvars-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module immutables >= 0.9} +BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-immutables >= 0.9 @@ -50,7 +52,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc README.rst
