14
0

- 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:
Alexandre Rogoski
2012-02-13 02:27:39 +00:00
committed by Git OBS Bridge
parent b0545d01ef
commit 04226a391a
2 changed files with 47 additions and 23 deletions

View File

@@ -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