14
0
forked from pool/python-slimit

Accepting request 125729 from home:poorboywilly:branches:devel:languages:python

Update to 0.7.4 and add >= 3.4 to python-ply dependency

OBS-URL: https://build.opensuse.org/request/show/125729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=5
This commit is contained in:
Sascha Peilicke
2012-06-22 11:04:28 +00:00
committed by Git OBS Bridge
parent 058621611d
commit 6b78b86151
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jun 22 00:52:14 UTC 2012 - os-dev@jacraig.com
- Update to 0.7.4:
* Bug fix: https://github.com/rspivak/slimit/issues/34 'class' is reserved
keyword now
- Changes from 0.7 to 0.7.3:
* Bug fix (unary op in FOR init)
* Added support for get/set properties
* Function call support in FOR init section
* Multiline string support
- Added >= 3.4 to python-ply requirement, setup.py indicates that version
-------------------------------------------------------------------
Tue Apr 10 08:57:26 UTC 2012 - saschpe@suse.de