Thu, 02 May 2024 09:02:48 UTC | login

Information for build python-funcparserlib-0.3.6-26.el9s

ID34571
Package Namepython-funcparserlib
Version0.3.6
Release26.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-funcparserlib.git#96c2a6187b42430307b45e3cfec99b8ad23c819b
SummaryRecursive descent parsing library based on functional combinators
DescriptionParser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages).
Built byamoralej
State complete
Volume DEFAULT
StartedSat, 11 Sep 2021 14:08:46 UTC
CompletedSat, 11 Sep 2021 14:09:32 UTC
Taskbuild (cloud9s-openstack-xena-el9s, /rpms/python-funcparserlib.git:96c2a6187b42430307b45e3cfec99b8ad23c819b)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-funcparserlib.git#96c2a6187b42430307b45e3cfec99b8ad23c819b'}}
Tags
cloud9s-openstack-wallaby-el9s-build
cloud9s-openstack-xena-el9s-build
cloud9s-openstack-yoga-el9s-build
cloud9s-openstack-zed-el9s-build
RPMs
src
python-funcparserlib-0.3.6-26.el9s.src.rpm (info) (download)
noarch
python3-funcparserlib-0.3.6-26.el9s.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.6-24 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.6-22 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.6-21 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Feb 05 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.3.6-19 - Catch up with packaging guidelines - In general, use recommended RPM macros - Drop the Python 2 package - Inline package description * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild