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

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 13 08:52:47 UTC 2013 - dmueller@suse.com
- 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)
-------------------------------------------------------------------
Sun Apr 21 23:47:49 UTC 2013 - dmueller@suse.com