Accepting request 730532 from devel:languages:python

- Update to 2.2.0:
  * Update Python support to 3.5-3.7, as 3.4 has reached its end of life.
  * C412 rule that complains about using list comprehension with in.

OBS-URL: https://build.opensuse.org/request/show/730532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-comprehensions?expand=0&rev=2
This commit is contained in:
Ludwig Nussel 2019-09-13 13:02:44 +00:00 committed by Git OBS Bridge
commit 5c33841fa4
4 changed files with 11 additions and 4 deletions

View File

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

3
2.2.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 13 07:29:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.2.0:
* Update Python support to 3.5-3.7, as 3.4 has reached its end of life.
* C412 rule that complains about using list comprehension with in.
-------------------------------------------------------------------
Sat Aug 3 06:40:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-flake8-comprehensions
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: A flake8 plugin to help you write better list/set/dict comprehensions
License: ISC