Changelog for
python311-ply-3.11-6.5.noarch.rpm :
* Wed Dec 13 2023 Steve Kowalik
- Add patch fix-assert-methods.patch:
* Support Python 3.12 by not using removed assertion methods.- Switch to autosetup and pyproject macros.- Stop using greedy globs in %files.
* Sun Apr 23 2023 Matej Cepl - Move documentation into main package for SLE15
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Sep 10 2018 Jan Engelhardt - Trim bias from description. Use \'find +\'.
* Wed Aug 29 2018 tchvatalAATTsuse.com- Install some license- Remove devel dependency
* Thu May 31 2018 toddrme2178AATTgmail.com- Update to 3.11
* Fixed some minor bugs related to re flags and token order.
* Added a set_lexpos() method to grammar symbols. Github issue #148.
* Mostly minor bug fixes and small code cleanups.
* Mon Jul 10 2017 toddrme2178AATTgmail.com- Fix wrong-script-interpreter rpmlint error.
* Thu Mar 16 2017 rjschweiAATTsuse.com- Switch to single-spec build- Update to 3.10
* Changed grammar signature computation to not involve hashing functions. Parts are just combined into a big string.
* Fri Sep 02 2016 tbechtoldAATTsuse.com- update to 3.9:
* Exposed the parser state number as the parser.state attribute in productions and error functions.
* 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.