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
This commit is contained in:
2021-08-17 12:48:59 +00:00
committed by Git OBS Bridge
parent 9e04ef8af1
commit 8672372eb3
4 changed files with 12 additions and 5 deletions

View File

@@ -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