zict 3.0.0-2ubuntu1 source package in Ubuntu
Changelog
zict (3.0.0-2ubuntu1) mantic; urgency=medium * Prevent test timeout on a single CPU (LP: #2033759). -- Vladimir Petko <email address hidden> Mon, 02 Oct 2023 11:54:38 +1300
Upload details
- Uploaded by:
- Vladimir Petko
- Sponsored by:
- Dan Bungert
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
zict_3.0.0.orig.tar.gz | 32.5 KiB | e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5 |
zict_3.0.0-2ubuntu1.debian.tar.xz | 4.1 KiB | c9dd5aa39cedf954863fe8136e8aa3eb7e9a8709dbc5cabbd0e0cd1c23d14f8f |
zict_3.0.0-2ubuntu1.dsc | 2.1 KiB | b8812a19c6ed861643f88344ae4d0a467b11db815255ae44ee3db203d437c51d |
Available diffs
- diff from 2.2.0-1 (in Debian) to 3.0.0-2ubuntu1 (31.5 KiB)
- diff from 3.0.0-2 (in Debian) to 3.0.0-2ubuntu1 (1009 bytes)
Binary packages built by this source
- python3-zict: Mutable mapping tools for Python 3
The dictionary / mutable mapping interface is powerful and
multi-faceted.
.
* stores data in different locations such as in-memory, on disk, in
archive files, etc..
* manage old data with different policies like LRU, random eviction,
etc..
* might encode or transform data as it arrives or departs the
dictionary through compression, encoding, etc..
.
This contains the Python 3 version