Thu, 18 Apr 2024 09:09:57 UTC | login

Information for build python-ply-3.11-14.el9

ID17053
Package Namepython-ply
Version3.11
Release14.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/python-ply#b44e0cae8bd54c7d23828851937c27852fa91401
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 bytorsava
State complete
Volume DEFAULT
StartedTue, 15 Feb 2022 17:21:23 UTC
CompletedTue, 15 Feb 2022 17:21:53 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/python-ply:b44e0cae8bd54c7d23828851937c27852fa91401)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/python-ply#b44e0cae8bd54c7d23828851937c27852fa91401'}}
Tags
c9s-candidate
c9s-gate
c9s-pending
c9s-pending-signed
c9s-released
RPMs
src
python-ply-3.11-14.el9.src.rpm (info) (download)
noarch
python3-ply-3.11-14.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11-14 - Add automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 - Related: rhbz#1990421 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.11-13 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.11-12 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 05 2021 Christian Heimes <cheimes@redhat.com> - 3.11-10 - Extract and ship license file (#1912893) * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.11-8 - Rebuilt for Python 3.9