Accepting request 528595 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/528595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyflakes?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2017-11-04 09:23:27 +00:00 committed by Git OBS Bridge
commit abae54c887
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:aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4
size 47526

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 24 21:39:36 UTC 2017 - arun@gmx.de
- update to version 1.6.0:
* Process function scope variable annotations for used names
* Find Python files without extensions by their shebang
-------------------------------------------------------------------
Wed Mar 29 13:53:04 UTC 2017 - jmatejek@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyflakes
Version: 1.5.0
Version: 1.6.0
Release: 0
Url: https://launchpad.net/pyflakes
Summary: Passive checker of Python programs