Accepting request 680749 from devel:languages:python

- update to version 2.1.1:
  * Fix reported line number for type comment errors
  * Fix typing.overload check to only check imported names

OBS-URL: https://build.opensuse.org/request/show/680749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyflakes?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2019-03-04 08:11:46 +00:00 committed by Git OBS Bridge
commit 52ff4bb486
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:5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d
size 56588

3
pyflakes-2.1.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 2 04:51:41 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 2.1.1:
* Fix reported line number for type comment errors
* Fix typing.overload check to only check imported names
-------------------------------------------------------------------
Sat Jan 26 17:37:43 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pyflakes
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Passive checker of Python programs
License: MIT