- 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
This commit is contained in:
Tomáš Chvátal
2020-04-27 10:23:22 +00:00
committed by Git OBS Bridge
parent 727fc3f3a8
commit 0f742220b5
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 27 10:21:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.5:
* Fix deprecation warning
-------------------------------------------------------------------
Thu Feb 14 12:51:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

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