From 01ae4441d5d25256d98a184882a9ba5a8e3a7e812cbc6b2a02322bf5c75295ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 14:06:35 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-flake8-builtins?expand=0&rev=15 --- flake8_builtins-2.2.0.tar.gz | 3 --- flake8_builtins-2.5.0.tar.gz | 3 +++ python-flake8-builtins.changes | 10 ++++++++++ python-flake8-builtins.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 flake8_builtins-2.2.0.tar.gz create mode 100644 flake8_builtins-2.5.0.tar.gz diff --git a/flake8_builtins-2.2.0.tar.gz b/flake8_builtins-2.2.0.tar.gz deleted file mode 100644 index 85b0ea7..0000000 --- a/flake8_builtins-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:392d5af3a0720c5a863aa93dc47f48c879081345a143fe9f20d995fe9ff5686a -size 17504 diff --git a/flake8_builtins-2.5.0.tar.gz b/flake8_builtins-2.5.0.tar.gz new file mode 100644 index 0000000..9cd7d73 --- /dev/null +++ b/flake8_builtins-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdaa3dd823e4f5308c5e712d19fa5f69daa52781ea874f5ea9c3637bcf56faa6 +size 16499 diff --git a/python-flake8-builtins.changes b/python-flake8-builtins.changes index 0f1847b..d471c42 100644 --- a/python-flake8-builtins.changes +++ b/python-flake8-builtins.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 20 14:06:23 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-flake8-builtins.spec b/python-flake8-builtins.spec index da4c536..3dfdd9f 100644 --- a/python-flake8-builtins.spec +++ b/python-flake8-builtins.spec @@ -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