Accepting request 879751 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/879751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=33
This commit is contained in:
commit
ce789863d0
@ -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
3
flake8-3.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0
|
||||||
|
size 164144
|
@ -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>
|
Sat Oct 10 18:37:52 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-flake8
|
Name: python-flake8
|
||||||
Version: 3.8.4
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Modular source code checker: pep8, pyflakes and co
|
Summary: Modular source code checker: pep8, pyflakes and co
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -31,8 +31,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
Requires: python-mccabe >= 0.6.0
|
Requires: python-mccabe >= 0.6.0
|
||||||
Requires: python-pycodestyle >= 2.6.0~a1
|
Requires: python-pycodestyle >= 2.7.0
|
||||||
Requires: python-pyflakes >= 2.1.0
|
Requires: python-pyflakes >= 2.3.0
|
||||||
Requires: python-typing
|
Requires: python-typing
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
@ -41,9 +41,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module importlib-metadata}
|
BuildRequires: %{python_module importlib-metadata}
|
||||||
BuildRequires: %{python_module mccabe >= 0.6.0}
|
BuildRequires: %{python_module mccabe >= 0.6.0}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pycodestyle >= 2.6.0~a1}
|
BuildRequires: %{python_module pycodestyle >= 2.7.0}
|
||||||
BuildRequires: %{python_module pyflakes >= 2.2.0}
|
BuildRequires: %{python_module pyflakes >= 2.3.0}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module typing}
|
BuildRequires: %{python_module typing}
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
|
Loading…
Reference in New Issue
Block a user