forked from pool/python-flake8
Accepting request 897850 from devel:languages:python
- update to 3.9.2: * Fix codes being ignored by plugins utilizing ``extend_default_ignore`` * Fix error message for ``E111`` in ``pycodestyle`` * ``indent_size_str`` is deprecated, use ``str(indent_size)`` instead OBS-URL: https://build.opensuse.org/request/show/897850 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=34
This commit is contained in:
commit
418b23bd81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0
|
||||
size 164144
|
3
flake8-3.9.2.tar.gz
Normal file
3
flake8-3.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b
|
||||
size 164777
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 6 12:34:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.9.2:
|
||||
* Fix codes being ignored by plugins utilizing ``extend_default_ignore``
|
||||
* Fix error message for ``E111`` in ``pycodestyle``
|
||||
* ``indent_size_str`` is deprecated, use ``str(indent_size)`` instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 23:05:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-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
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-flake8
|
||||
Version: 3.9.0
|
||||
Version: 3.9.2
|
||||
Release: 0
|
||||
Summary: Modular source code checker: pep8, pyflakes and co
|
||||
License: MIT
|
||||
@ -35,7 +35,7 @@ Requires: python-pycodestyle >= 2.7.0
|
||||
Requires: python-pyflakes >= 2.3.0
|
||||
Requires: python-typing
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module importlib-metadata}
|
||||
|
Loading…
Reference in New Issue
Block a user