forked from pool/python-Parsley
Please accept these changes. OBS-URL: https://build.opensuse.org/request/show/311082 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=3
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 7 17:32:45 UTC 2015 - nemysis@gmx.ch
|
|
|
|
- Use %{oname} instead of Parsley
|
|
- Use check for openSUSE %if 0%{?suse_version}
|
|
- Correct what fdupes not have found (docs)
|
|
- Use right files name instead of %{_bindir}/* and %{python_sitelib}/*
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 24 08:21:59 UTC 2013 - hpj@urpla.net
|
|
|
|
- version 1.2
|
|
- Added 'makeProtocol' for parsing stream protocols using Parsley
|
|
grammars and Twisted, with examples, docs, and a tutorial.
|
|
- Added 'stack' as support for 'makeProtocol'.
|
|
- Sped up parsing; started compiling python expressons only once.
|
|
(thanks to eevee!)
|
|
- Allowed tuple unpacking in assignment in rules. For example,
|
|
`rule1 = rule2:(a, b) -> a + b`. (thanks to introom!)
|
|
- Added a trace hook and an example of a trace visualizer using it.
|
|
- Fixed an example in the README. (thanks to ilmarga!)
|
|
- Added support for custom labels in grammars. For example,
|
|
`rule1 = rule2 ^(foo)` will make Parsley consider 'foo' the name for
|
|
'rule2' in error messages. (thanks to miebster!)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 1 10:47:07 UTC 2013 - hpj@urpla.net
|
|
|
|
- spec file clean up and prefix binaries with parsley-
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 29 00:28:43 UTC 2013 - hpj@urpla.net
|
|
|
|
- python-Parsley version 1.1 (initial package)
|
|
|