Wed, 24 Apr 2024 16:46:29 UTC | login

Information for build python-ply-3.4-4.el6

ID1096
Package Namepython-ply
Version3.4
Release4.el6
Epoch
SummaryPython Lex-Yacc
DescriptionPLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system.
Built bytoulevey2
State complete
Volume DEFAULT
StartedWed, 29 Apr 2015 15:25:34 UTC
CompletedWed, 29 Apr 2015 15:28:08 UTC
Taskbuild (cloud6-openstack-common-el6, python-ply-3.4-4.el6.src.rpm)
Tags
cloud6-openstack-common-candidate
cloud6-openstack-common-testing
infrastructure6-testing
RPMs
src
python-ply-3.4-4.el6.src.rpm (info) (download)
noarch
python-ply-3.4-4.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.4-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Mar 19 2012 Tom Callaway <spot@fedoraproject.org> - 3.4-1 - update to 3.4 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Aug 25 2010 Thomas Spura <tomspur@fedoraproject.org> - 3.3-4 - update to most recent python packaging guidelines - rebuild with python3.2 http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sat Apr 03 2010 David Malcolm <dmalcolm@redhat.com> - 3.3-2 - add python3-ply subpackage * Mon Oct 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3-1 - update to 3.3 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> 3.2-1 - update to 3.2, license change to BSD * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.5-2 - Rebuild for Python 2.6 * Fri Oct 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.5-1 - update to 2.5 * Mon Mar 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.2.3-2 - add example dir as doc * Sat Mar 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.2.3-1 - Initial package for Fedora