zict 3.0.0-2 source package in Ubuntu
Changelog
zict (3.0.0-2) unstable; urgency=medium * Add update-pytest-markers.patch to list repeat marker Needed for CI test failure * Split command to run autopkgtests into a separate file run-tests * Add python3-pytest-timeout as a autopkgtest dependency -- Diane Trout <email address hidden> Sat, 29 Jul 2023 22:10:47 -0700
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-2.dsc | 2.0 KiB | 4a5dfa67f3a9600404d84fc5eb9ef73ab8f2141f161f3177efb9250be325b886 |
zict_3.0.0.orig.tar.gz | 32.5 KiB | e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5 |
zict_3.0.0-2.debian.tar.xz | 3.6 KiB | b527a94a51f6d560961471f4da538f85998215130c396e5c0454860cad9ffa6d |
Available diffs
- diff from 3.0.0-1 to 3.0.0-2 (954 bytes)
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