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
This commit is contained in:
parent
5ddf72836a
commit
366dcb1e00
@ -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
3
3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef83c8e53e442e0c76b4f441c4248f536c3a4c83346b4e4402a38d5fd9f5b4b9
|
||||
size 20574
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user