Accepting request 879528 from home:jayvdb:flake8

- Update to v3.9.0

OBS-URL: https://build.opensuse.org/request/show/879528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=71
This commit is contained in:
Matej Cepl 2021-03-17 22:38:39 +00:00 committed by Git OBS Bridge
parent 31e1a52521
commit dcef4417d5
4 changed files with 18 additions and 9 deletions

View File

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

3
flake8-3.9.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 16 23:05:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.9.0
* Pyflakes has been updated to >= 2.3.0
* pycodestyle has been updated to >= 2.7.0
* Drop support for python 3.4
* Add --no-show-source option to disable --show-source
* Fix handling of crlf line endings when linting stdin
-------------------------------------------------------------------
Sat Oct 10 18:37:52 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-flake8
Version: 3.8.4
Version: 3.9.0
Release: 0
Summary: Modular source code checker: pep8, pyflakes and co
License: MIT
@ -31,8 +31,8 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-importlib-metadata
Requires: python-mccabe >= 0.6.0
Requires: python-pycodestyle >= 2.6.0~a1
Requires: python-pyflakes >= 2.1.0
Requires: python-pycodestyle >= 2.7.0
Requires: python-pyflakes >= 2.3.0
Requires: python-typing
Requires(post): update-alternatives
Requires(postun): update-alternatives
@ -41,9 +41,8 @@ BuildArch: noarch
BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module mccabe >= 0.6.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pycodestyle >= 2.6.0~a1}
BuildRequires: %{python_module pyflakes >= 2.2.0}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pycodestyle >= 2.7.0}
BuildRequires: %{python_module pyflakes >= 2.3.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing}
%if %{with python2}