File python-pyflakes.changes of Package python-pyflakes
1
-------------------------------------------------------------------
2
Tue Nov 19 15:43:47 UTC 2013 - dmueller@suse.com
3
4
- install LICENSE (and other usual boilerplate)
5
6
-------------------------------------------------------------------
7
Wed Jul 3 15:55:32 UTC 2013 - dmueller@suse.com
8
9
- update to 0.7.3:
10
- Do not report undefined name for generator expression and dict or
11
set comprehension at class level.
12
- Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
13
use `Checker.pushScope` instead.
14
- Remove dependency on Unittest2 for the tests.
15
16
-------------------------------------------------------------------
17
Mon May 13 08:52:47 UTC 2013 - dmueller@suse.com
18
19
- update to 0.7.2:
20
- Fix computation of `DoctestSyntaxError.lineno` and `col`.
21
- Add boolean attribute `Checker.withDoctest` to ignore doctests.
22
- If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests.
23
- Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated
24
list of additional built-in names.
25
- File `bin/pyflakes` was missing in tarball generated with distribute.
26
- Fix reporting errors in non-ASCII filenames (Python 2.x)
27
28
-------------------------------------------------------------------
29
Sun Apr 21 23:47:49 UTC 2013 - dmueller@suse.com
30
31
- update to 0.7:
32
- Add --version and --help options.
33
- Support `python -m pyflakes` (Python 2.7 and Python 3.x).
34
- Add attribute `Message.col` to report column offset.
35
- Do not report redefinition of variable for a variable used in a list
36
comprehension in a conditional.
37
- Do not report redefinition of variable for generator expressions and
38
set or dict comprehensions.
39
- Do not report undefined name when the code is protected with a
40
`NameError` exception handler.
41
- Do not report redefinition of variable when unassigning a module imported
42
for its side-effect.
43
- Support special locals like `__tracebackhide__` for py.test.
44
- Support checking doctests.
45
- Fix issue with Turkish locale where `'i'.upper() == 'i'` in Python 2.
46
- Fix detection of variables in augmented assignments.
47
- Support Python 3 up to 3.3, based on the pyflakes3k project.
48
- Preserve compatibility with Python 2.5 and all recent versions of Python.
49
- Support custom reporters in addition to the default Reporter.
50
- Allow function redefinition for modern property construction via
51
property.setter/deleter.
52
- Fix spurious redefinition warnings in conditionals.
53
- Do not report undefined name in __all__ if import * is used.
54
- Add WindowsError as a known built-in name on all platforms.
55
- Support specifying additional built-ins in the `Checker` constructor.
56
- Don't issue Unused Variable warning when using locals() in current scope.
57
- Handle problems with the encoding of source files.
58
- Remove dependency on Twisted for the tests.
59
- Support `python setup.py test` and `python setup.py develop`.
60
- Create script using setuptools `entry_points` to support all platforms,
61
62
-------------------------------------------------------------------
63
Fri Apr 27 14:07:19 UTC 2012 - toddrme2178@gmail.com
64
65
- Fix building python 3 package on openSUSE 11.4 x86_64
66
67
-------------------------------------------------------------------
68
Thu Apr 26 09:07:39 UTC 2012 - toddrme2178@gmail.com
69
70
- Add python 3 package
71
72
-------------------------------------------------------------------
73
Mon Feb 13 02:25:25 UTC 2012 - alexandre@exatati.com.br
74
75
- Renegerate spec file with py2pack;
76
- Add missing changes for 0.5.0.
77
78
-------------------------------------------------------------------
79
Sun Feb 12 09:38:47 UTC 2012 - werner.ho@gmx.de
80
81
- New version 0.5.0:
82
- Convert pyflakes to use newer _ast infrastructure rather than compiler.
83
- Support for new syntax in 2.7 (including set literals, set comprehensions,
84
and dictionary comprehensions).
85
- Make sure class names don't get bound until after class definition.
86
87
-------------------------------------------------------------------
88
Mon Dec 28 20:08:03 UTC 2009 - alexandre@exatati.com.br
89
90
- Initial package (0.4.0) for openSUSE.
91