diff --git a/flake8-comprehensions-3.14.0-gh.tar.gz b/flake8-comprehensions-3.14.0-gh.tar.gz deleted file mode 100644 index da7ab20..0000000 --- a/flake8-comprehensions-3.14.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0515213bc6a44f0687919cb589a2614e57bdedc9b52bda6776f7cba17a45ae31 -size 16082 diff --git a/flake8-comprehensions-3.15.0-gh.tar.gz b/flake8-comprehensions-3.15.0-gh.tar.gz new file mode 100644 index 0000000..aefe97a --- /dev/null +++ b/flake8-comprehensions-3.15.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7734b118f44d51376930cc503d0cfba634db1303058c19f42c33148b97c90ef +size 16215 diff --git a/python-flake8-comprehensions.changes b/python-flake8-comprehensions.changes index afa91b3..3f91206 100644 --- a/python-flake8-comprehensions.changes +++ b/python-flake8-comprehensions.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 1 07:37:44 UTC 2024 - Dirk Müller + +- 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 @@ -19,7 +26,7 @@ Tue Jun 20 16:18:26 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Thu May 4 23:19:48 UTC 2023 - Dirk Müller -- drop unmaintained and unused pytest-flake8dir +- drop unmaintained and unused pytest-flake8dir ------------------------------------------------------------------- Thu Apr 13 12:27:04 UTC 2023 - Dirk Müller diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index 989ee6b..da78dc5 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -17,7 +17,7 @@ Name: python-flake8-comprehensions -Version: 3.14.0 +Version: 3.15.0 Release: 0 Summary: A flake8 plugin to help you write better list/set/dict comprehensions License: ISC