Mon, 13 May 2024 00:54:01 UTC | login

Information for build python-boolean.py-3.7-1.fc32

ID132179
Package Namepython-boolean.py
Version3.7
Release1.fc32
Epoch
SummaryDefine boolean algebras, and create and parse boolean expressions
Description"boolean.py" is a small library implementing a boolean algebra. It defines two base elements, TRUE and FALSE, and a Symbol class that can take on one of these two values. Calculations are done in terms of AND, OR and NOT - other compositions like XOR and NAND are not implemented but can be emulated with AND or and NOT. Expressions are constructed from parsed strings or in Python.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 03 Dec 2019 11:57:10 UTC
CompletedTue, 03 Dec 2019 11:57:10 UTC
Tags
f32
f33
RPMs
src
python-boolean.py-3.7-1.fc32.src.rpm (info) (download)
noarch
python3-boolean.py-3.7-1.fc32.noarch.rpm (info) (download)
Changelog * Tue Oct 15 2019 Carmen Bianca Bakker <carmenbianca@fedoraproject.org> - 3.7-1 - new version * Thu Oct 03 2019 Miro HronĨok <mhroncok@redhat.com> - 3.6-2 - Rebuilt for Python 3.8.0rc1 (#1748018) * Thu Aug 08 2019 Carmen Bianca Bakker <carmenbianca@fedoraproject.org> - 3.6-1 - New package.