Dominique Leuenberger 2020-02-11 21:23:50 +00:00 committed by Git OBS Bridge
commit f9a8dfe7f6
4 changed files with 23 additions and 5 deletions

View File

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

3
3.2.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 9 16:53:49 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de> Sat Dec 7 17:47:28 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-flake8-comprehensions # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-flake8-comprehensions Name: python-flake8-comprehensions
Version: 3.1.4 Version: 3.2.2
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