15
0

Accepting request 1169373 from devel:languages:python

- update to 2.5.0:
  * Support detecting a shadowing folder as module name (as part
    of A005). [asfaltboy]
  * Add rule for lambda argument shadowing (A006). [cielavenir]
  * Add rule for builtin module name shadowing (A005).
    [asfaltboy]

OBS-URL: https://build.opensuse.org/request/show/1169373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-builtins?expand=0&rev=8
This commit is contained in:
2024-04-21 18:27:37 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 20 14:06:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Support detecting a shadowing folder as module name (as part
of A005). [asfaltboy]
* Add rule for lambda argument shadowing (A006). [cielavenir]
* Add rule for builtin module name shadowing (A005).
[asfaltboy]
-------------------------------------------------------------------
Wed Dec 27 10:19:04 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-builtins
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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 @@
%{?sle15_python_module_pythons}
Name: python-flake8-builtins
Version: 2.2.0
Version: 2.5.0
Release: 0
Summary: Flake8 Builtins plugin
License: GPL-2.0-only