python-box 7.3.2-1build2 source package in Ubuntu

Changelog

python-box (7.3.2-1build2) resolute; urgency=medium

  * No-change rebuild to drop Python 3.13 bits.

 -- Matthias Klose <email address hidden>  Fri, 20 Mar 2026 11:34:04 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Resolute
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe misc
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-box_7.3.2.orig.tar.gz 44.7 KiB 028b9917129e67f311932d93347b8a4f1b500d7a5a2870ee3c035f4e7b19403b
python-box_7.3.2-1build2.debian.tar.xz 3.8 KiB 35733bd94868a903abd3aae6a64057228c91d963ca561ac75a8a2e0aa913ca86
python-box_7.3.2-1build2.dsc 2.2 KiB c073e44c40212477eadc28b383a0b50ffaf64c2a02ffa715bdba3dc03ccac8bb

Available diffs

View changes file

Binary packages built by this source

python3-box: Python dictionaries with advanced dot notation access

 Box is designed to be an easy drop in transparently replacements
 for dictionaries, thanks to Python's duck typing capabilities, which
 adds dot notation access. Any sub dictionaries or ones set after
 initiation will be automatically converted to a Box object.
 You can always run .to_dict() on it to return the object and all
 sub objects back into a regular dictionary.

python3-box-dbgsym: debug symbols for python3-box