forked from pool/python-pyflakes
- Renegerate spec file with py2pack;
- Add missing changes for 0.5.0. - New version 0.5.0: - Convert pyflakes to use newer _ast infrastructure rather than compiler. - Support for new syntax in 2.7 (including set literals, set comprehensions, and dictionary comprehensions). - Make sure class names don't get bound until after class definition. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
b0545d01ef
commit
04226a391a
@@ -1,7 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 02:25:25 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Renegerate spec file with py2pack;
|
||||
- Add missing changes for 0.5.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 09:38:47 UTC 2012 - werner.ho@gmx.de
|
||||
|
||||
- new version 0.5.0
|
||||
- New version 0.5.0:
|
||||
- Convert pyflakes to use newer _ast infrastructure rather than compiler.
|
||||
- Support for new syntax in 2.7 (including set literals, set comprehensions,
|
||||
and dictionary comprehensions).
|
||||
- Make sure class names don't get bound until after class definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 20:08:03 UTC 2009 - alexandre@exatati.com.br
|
||||
|
Reference in New Issue
Block a user