From 8672372eb3ce4b0b87721a1c3e37666cb3dbb02398eaa83e9db18469b24ef389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 17 Aug 2021 12:48:59 +0000 Subject: [PATCH] Accepting request 912428 from home:marxin:branches:devel:languages:python:pytest - Update to 1.0.7: * Implement collect() for Flake8Item; from @thomascobb * Document skipping behavior in README; from @jpyams OBS-URL: https://build.opensuse.org/request/show/912428 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8?expand=0&rev=11 --- pytest-flake8-1.0.6.tar.gz | 3 --- pytest-flake8-1.0.7.tar.gz | 3 +++ python-pytest-flake8.changes | 7 +++++++ python-pytest-flake8.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pytest-flake8-1.0.6.tar.gz create mode 100644 pytest-flake8-1.0.7.tar.gz diff --git a/pytest-flake8-1.0.6.tar.gz b/pytest-flake8-1.0.6.tar.gz deleted file mode 100644 index 682d783..0000000 --- a/pytest-flake8-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b82bb58c88eb1db40524018d3fcfd0424575029703b4e2d8e3ee873f2b17027 -size 8451 diff --git a/pytest-flake8-1.0.7.tar.gz b/pytest-flake8-1.0.7.tar.gz new file mode 100644 index 0000000..9d99632 --- /dev/null +++ b/pytest-flake8-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0259761a903563f33d6f099914afef339c085085e643bee8343eb323b32dd6b +size 9560 diff --git a/python-pytest-flake8.changes b/python-pytest-flake8.changes index 60091a8..a7e6885 100644 --- a/python-pytest-flake8.changes +++ b/python-pytest-flake8.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 16 14:37:49 UTC 2021 - Martin Liška + +- Update to 1.0.7: + * Implement collect() for Flake8Item; from @thomascobb + * Document skipping behavior in README; from @jpyams + ------------------------------------------------------------------- Fri May 15 20:47:09 UTC 2020 - Benjamin Greiner diff --git a/python-pytest-flake8.spec b/python-pytest-flake8.spec index 7b7a11a..53b4ebc 100644 --- a/python-pytest-flake8.spec +++ b/python-pytest-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-flake8 # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-flake8 -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Plugin for pytest to check FLAKE8 requirements License: BSD-2-Clause