Changelog for
python3-ply-doc-3.9-22.1.noarch.rpm :
Tue Sep 27 14:00:00 2016 arunAATTgmx.de
- update to version 3.9:
* Exposed the parser state number as the parser.state attribute in
productions and error functions. For example:
def p_somerule(p):
\'\'\'
rule : A B C
\'\'\'
print(\'State:\', p.parser.state)
May address issue #65 (publish current state in error callback).
* Fixed Issue #88. Python3 compatibility with ply/cpp.
* Fixed Issue #93. Ply can crash if SyntaxError is raised inside a
production. Not actually sure if the original implementation
worked as documented at all. Yacc has been modified to follow the
spec as outlined in the CHANGES noted for 11/27/07 below.
* Fixed Issue #97. Failure with code validation when the original
source files aren\'t present. Validation step now ignores the
missing file.
* Minor fixes to version numbers.
Sun Oct 18 14:00:00 2015 arunAATTgmx.de
- update to version 3.8:
* Fixed issues related to Python 3.5. Patch contributed by Barry
Warsaw.
- changes from version 3.7:
* Fixed problems when reading table files from pickled data.
* Fixed regression in handling of table modules if specified as
module objects. See https://github.com/dabeaz/ply/issues/63
Mon Apr 27 14:00:00 2015 arunAATTgmx.de
- specfile:
* removed modname variable
* no README in tar-ball, removed it
- update to version 3.6:
* long list of changes for 3.5 and 3.6, see
https://github.com/dabeaz/ply/blob/master/CHANGES
Sat Jan 10 13:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
* remove python(abi) requirement
Thu Nov 22 13:00:00 2012 toddrme2178AATTgmail.com
- Removed openSUSE 11.4 spec file workarounds
Fri May 25 14:00:00 2012 toddrme2178AATTgmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
Fri May 25 14:00:00 2012 highwaystar.ruAATTgmail.com
- python3 package added