From 366dcb1e00e7ff05c467603e903d67bf70d7d5e858e16614e2a23d40406dcc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 9 Feb 2020 18:32:44 +0000 Subject: [PATCH] Accepting request 772518 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/772518 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=8 --- 3.1.4.tar.gz | 3 --- 3.2.2.tar.gz | 3 +++ python-flake8-comprehensions.changes | 18 ++++++++++++++++++ python-flake8-comprehensions.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 3.1.4.tar.gz create mode 100644 3.2.2.tar.gz diff --git a/3.1.4.tar.gz b/3.1.4.tar.gz deleted file mode 100644 index 1656ef0..0000000 --- a/3.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:322de54ae0ca454a2734a3db79da08b7a8a0821ec6044b8fd697d2bb7f74f717 -size 16926 diff --git a/3.2.2.tar.gz b/3.2.2.tar.gz new file mode 100644 index 0000000..18ea250 --- /dev/null +++ b/3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef83c8e53e442e0c76b4f441c4248f536c3a4c83346b4e4402a38d5fd9f5b4b9 +size 20574 diff --git a/python-flake8-comprehensions.changes b/python-flake8-comprehensions.changes index 7435a45..828668a 100644 --- a/python-flake8-comprehensions.changes +++ b/python-flake8-comprehensions.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Feb 9 16:53:49 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 3.2.2: + * Remove check for dict comprehensions in rule C407 as it would also + change the results for certain builtins such as sum(). + +- changes from version 3.2.1: + * Remove check for set comprehensions in rule C407 as it would + change the results for certain builtins such as sum(). + +- changes from version 3.2.0: + * Add filter and map to rule C407. + * Check for dict and set comprehensions in rules C407 and C412. + ------------------------------------------------------------------- Sat Dec 7 17:47:28 UTC 2019 - Arun Persaud diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index f0c89e1..9e84dc3 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-comprehensions # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-flake8-comprehensions -Version: 3.1.4 +Version: 3.2.2 Release: 0 Summary: A flake8 plugin to help you write better list/set/dict comprehensions License: ISC