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