From 0f742220b56a5658c0842ada92cd736c8cb8acccf33bcd47aa2e3bb976a68fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Apr 2020 10:23:22 +0000 Subject: [PATCH] - Update to 1.0.5: * Fix deprecation warning OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8?expand=0&rev=7 --- pytest-flake8-1.0.4.tar.gz | 3 --- pytest-flake8-1.0.5.tar.gz | 3 +++ python-pytest-flake8.changes | 6 ++++++ python-pytest-flake8.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pytest-flake8-1.0.4.tar.gz create mode 100644 pytest-flake8-1.0.5.tar.gz diff --git a/pytest-flake8-1.0.4.tar.gz b/pytest-flake8-1.0.4.tar.gz deleted file mode 100644 index 3894e21..0000000 --- a/pytest-flake8-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d225c13e787471502ff94409dcf6f7927049b2ec251c63b764a4b17447b60c0 -size 8183 diff --git a/pytest-flake8-1.0.5.tar.gz b/pytest-flake8-1.0.5.tar.gz new file mode 100644 index 0000000..1973b8b --- /dev/null +++ b/pytest-flake8-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85efaafbdb9580791cfa8671799dd40d482fc30bd4476c1ca5efd661e751333 +size 8317 diff --git a/python-pytest-flake8.changes b/python-pytest-flake8.changes index 0debb1c..2d0cfa8 100644 --- a/python-pytest-flake8.changes +++ b/python-pytest-flake8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 27 10:21:56 UTC 2020 - Tomáš Chvátal + +- Update to 1.0.5: + * Fix deprecation warning + ------------------------------------------------------------------- Thu Feb 14 12:51:40 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-flake8.spec b/python-pytest-flake8.spec index d6a2b87..b3c97fd 100644 --- a/python-pytest-flake8.spec +++ b/python-pytest-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-flake8 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-flake8 -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Plugin for pytest to check FLAKE8 requirements License: BSD-2-Clause @@ -49,7 +49,7 @@ Plugin for py.test for efficiently checking PEP8 compliance. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license LICENSE