Hello community,
here is the log from the commit of package python-pytest-flakes for
openSUSE:Factory checked in at 2019-12-07 15:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-flakes (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-flakes.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-flakes"
Sat Dec 7 15:08:09 2019 rev:3 rq:754689 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-flakes/python-pytest-flakes.changes
2019-02-15 10:02:31.635623329 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-flakes.new.4691/python-pytest-flakes.changes
2019-12-07 15:08:17.071856203 +0100
@@ -1,0 +2,5 @@
+Fri Dec 6 14:13:07 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- use pytest macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-flakes.spec ++++++
--- /var/tmp/diff_new_pack.mUPMNb/_old 2019-12-07 15:08:17.551856134 +0100
+++ /var/tmp/diff_new_pack.mUPMNb/_new 2019-12-07 15:08:17.555856134 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-flakes
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
Summary: Pytest plugin to check source code with pyflakes
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/fschulze/pytest-flakes
+URL: https://github.com/fschulze/pytest-flakes
Source:
https://files.pythonhosted.org/packages/source/p/pytest-flakes/pytest-flakes-%{version}.tar.gz
Patch0: remove-bad-test.patch
Patch1: replace-pytest-pep8-with-pytest-codestyle.patch
@@ -48,6 +48,7 @@
%setup -q -n pytest-flakes-%{version}
%patch0 -p1
%patch1 -p1
+rm tox.ini
%build
%python_build
@@ -57,7 +58,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v
+%pytest
%files %{python_files}
%doc README.rst