14
0

Accepting request 181904 from home:dirkmueller:branches:devel:languages:python

- update to 0.7.3:
  - Do not report undefined name for generator expression and dict or
    set comprehension at class level.
  - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
    use `Checker.pushScope` instead.
  - Remove dependency on Unittest2 for the tests.

OBS-URL: https://build.opensuse.org/request/show/181904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=20
This commit is contained in:
Alexandre Rogoski
2013-07-03 15:58:41 +00:00
committed by Git OBS Bridge
parent 7277a2dac0
commit 44dbdcbd8e
4 changed files with 14 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-pyflakes
Version: 0.7.2
Version: 0.7.3
Release: 0
Url: https://launchpad.net/pyflakes
Summary: Passive checker of Python programs