diff --git a/2.1.0.tar.gz b/2.1.0.tar.gz deleted file mode 100644 index 60c22fd..0000000 --- a/2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b3c0b58b463bf15470889e5300ea4433832e18525d91e91227671a14255782d -size 6863 diff --git a/2.2.0.tar.gz b/2.2.0.tar.gz new file mode 100644 index 0000000..c90c682 --- /dev/null +++ b/2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f3fd0386d61a89d897218d129ef852ad60ccedc1fbfe5167b7cc678a052755 +size 12000 diff --git a/python-flake8-comprehensions.changes b/python-flake8-comprehensions.changes index 7a763ec..a895c1c 100644 --- a/python-flake8-comprehensions.changes +++ b/python-flake8-comprehensions.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 13 07:29:08 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index e4f01f2..2e083fd 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -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