14
0

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

- update to 0.7.2:
  - Fix computation of `DoctestSyntaxError.lineno` and `col`.
  - Add boolean attribute `Checker.withDoctest` to ignore doctests.
  - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests.
  - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated
    list of additional built-in names.
  - File `bin/pyflakes` was missing in tarball generated with distribute.
  - Fix reporting errors in non-ASCII filenames (Python 2.x)

OBS-URL: https://build.opensuse.org/request/show/175232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=16
This commit is contained in:
Sascha Peilicke
2013-05-13 09:26:49 +00:00
committed by Git OBS Bridge
parent ed75dd2eee
commit f3649addb9
5 changed files with 17 additions and 5 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
Version: 0.7.2
Release: 0
Url: https://launchpad.net/pyflakes
Summary: Passive checker of Python programs