Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-coverage-env-plugin for
openSUSE:Factory checked in at 2021-05-19 17:49:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage-env-plugin (Old)
and /work/SRC/openSUSE:Factory/.python-coverage-env-plugin.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage-env-plugin"
Wed May 19 17:49:35 2021 rev:4 rq:894283 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-coverage-env-plugin/python-coverage-env-plugin.changes
2019-05-06 13:28:40.029439378 +0200
+++
/work/SRC/openSUSE:Factory/.python-coverage-env-plugin.new.2988/python-coverage-env-plugin.changes
2021-05-19 17:49:55.337398224 +0200
@@ -1,0 +2,5 @@
+Wed May 19 09:52:19 UTC 2021 - [email protected]
+
+- use %pytest macro in %check
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coverage-env-plugin.spec ++++++
--- /var/tmp/diff_new_pack.Tkyihs/_old 2021-05-19 17:49:55.705396682 +0200
+++ /var/tmp/diff_new_pack.Tkyihs/_new 2021-05-19 17:49:55.709396664 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-coverage-env-plugin
#
-# 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
@@ -23,21 +23,21 @@
Summary: Coverage environment plugin
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/jayvdb/coverage_env_plugin
+URL: https://github.com/jayvdb/coverage_env_plugin
Source:
https://files.pythonhosted.org/packages/source/c/coverage-env-plugin/coverage-env-plugin-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-coverage >= 4.0
+Requires: python-packaging
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module coverage >= 4.0}
BuildRequires: %{python_module coverage-config-reload-plugin}
BuildRequires: %{python_module packaging}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module unittest-mixins}
# /SECTION
-BuildRequires: fdupes
-Requires: python-coverage >= 4.0
-Requires: python-packaging
-BuildArch: noarch
-
%python_subpackages
%description
@@ -54,7 +54,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc CHANGELOG.md README.md