From 4da1e2d4cac00dd72de52a56a2da23cbfff90bbab2af74caa6a744eb70ec4e67 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Apr 2023 12:27:19 +0000 Subject: [PATCH] - update to 3.12.0: * Add rule C418 to check for calls passing a dict literal or dict comprehension to ``dict()``. * Add rule C419 to check for calls passing a list comprehension to ``any()``/``all()``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=20 --- 3.11.1.tar.gz | 3 --- 3.12.0.tar.gz | 3 +++ python-flake8-comprehensions.changes | 9 +++++++++ python-flake8-comprehensions.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 3.11.1.tar.gz create mode 100644 3.12.0.tar.gz diff --git a/3.11.1.tar.gz b/3.11.1.tar.gz deleted file mode 100644 index 374f7b4..0000000 --- a/3.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7ee12f86b25302175994f614e11319004d86f13f0468fd693c1150af915fae6 -size 16143 diff --git a/3.12.0.tar.gz b/3.12.0.tar.gz new file mode 100644 index 0000000..65ee315 --- /dev/null +++ b/3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7116b86368964306553b7e6b293d21b966a885ed7e79d9a6e6cb85926298ac96 +size 16798 diff --git a/python-flake8-comprehensions.changes b/python-flake8-comprehensions.changes index b572b01..3523998 100644 --- a/python-flake8-comprehensions.changes +++ b/python-flake8-comprehensions.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 13 12:27:04 UTC 2023 - Dirk Müller + +- update to 3.12.0: + * Add rule C418 to check for calls passing a dict literal or + dict comprehension to ``dict()``. + * Add rule C419 to check for calls passing a list comprehension + to ``any()``/``all()``. + ------------------------------------------------------------------- Tue Mar 21 15:37:43 UTC 2023 - Dirk Müller diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index 48617b4..2e2b32e 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-flake8-comprehensions -Version: 3.11.1 +Version: 3.12.0 Release: 0 Summary: A flake8 plugin to help you write better list/set/dict comprehensions License: ISC