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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b82bb58c88eb1db40524018d3fcfd0424575029703b4e2d8e3ee873f2b17027
size 8451

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0259761a903563f33d6f099914afef339c085085e643bee8343eb323b32dd6b
size 9560

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 16 14:37:49 UTC 2021 - Martin Liška <mliska@suse.cz>
- 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 <code@bnavigator.de>

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