zict 3.0.0-1 source package in Ubuntu
Changelog
zict (3.0.0-1) unstable; urgency=medium * Team upload. * New upstream release 3.0.0. + Add support for python 3.11. * Bump Standards-Version to 4.6.2. * debian/control: + Mark test build-dependency as <!nocheck>. + Drop dependency on heapdict. -- Boyuan Yang <email address hidden> Sat, 24 Jun 2023 16:11:22 -0400
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
zict_3.0.0-1.dsc | 2.0 KiB | 717825321e64acc3e831cac1482932da2ec14ac782dfcfd1d3f546641c772eb1 |
zict_3.0.0.orig.tar.gz | 32.5 KiB | e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5 |
zict_3.0.0-1.debian.tar.xz | 3.2 KiB | 127cc528c11b732b720cf106543cf6dd0fad1fb543041ed0eb28b9e5520c4ab5 |
No changes file available.
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