- update to 3.15.0:

* Add rule C420 to check for dict comprehensions with constant
    values, encouraging replacement with dict.fromkeys().
- drop unmaintained and unused pytest-flake8dir

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=30
This commit is contained in:
Dirk Mueller 2024-07-01 07:38:34 +00:00 committed by Git OBS Bridge
parent ec51a163a8
commit fe93c48b6d
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 1 07:37:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.15.0:
* Add rule C420 to check for dict comprehensions with constant
values, encouraging replacement with dict.fromkeys().
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 27 19:41:44 UTC 2024 - Ben Greiner <code@bnavigator.de> Tue Feb 27 19:41:44 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: python-flake8-comprehensions Name: python-flake8-comprehensions
Version: 3.14.0 Version: 3.15.0
Release: 0 Release: 0
Summary: A flake8 plugin to help you write better list/set/dict comprehensions Summary: A flake8 plugin to help you write better list/set/dict comprehensions
License: ISC License: ISC