python-boolean.py 4.0-4 source package in Ubuntu

Changelog

python-boolean.py (4.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python3-boolean-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 11:47:23 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-boolean.py_4.0-4.dsc 2.2 KiB 4818342700aa78a06c01dec7123ff84f23684502178799af8dc4554101fa99c7
python-boolean.py_4.0.orig.tar.gz 33.1 KiB 18790aa5a233293688483eddc4dd1fa73c7165bc226b00009ed2fa9ce5a06ee6
python-boolean.py_4.0-4.debian.tar.xz 3.2 KiB 2fde3c88988a6560f8c2c68f4a3f219984092cae6d687952666de8887bf361f3

Available diffs

No changes file available.

Binary packages built by this source

python3-boolean: 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.

python3-boolean-doc: small library implementing a boolean algebra - documentation

 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.
 .
 This package contains documentation for python3-boolean.