15
0
forked from pool/python-slimit
Files
python-slimit/python-slimit.changes
Tomáš Chvátal 4d799c8728 Accepting request 197806 from home:poorboywilly:branches:devel:languages:python
Added two requires that were missing--odict and ply are necessary to build and run the package.  I did this separate from any version update since I don't know if this might the kind of thing that would get pushed out in an update.  Unless told otherwise, I'll bump up the version in a separate submission.

OBS-URL: https://build.opensuse.org/request/show/197806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=7
2013-09-08 09:27:33 +00:00

30 lines
990 B
Plaintext

-------------------------------------------------------------------
Thu Sep 5 21:14:10 UTC 2013 - os-dev@jacraig.com
- Add requires for odict and ply >= 3.4, they are necessary to run slimit.
-------------------------------------------------------------------
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
- Update to version 0.6.2:
* Better multiline handling
-------------------------------------------------------------------
Mon Mar 12 08:43:00 UTC 2012 - saschpe@suse.de
- Initial version