python-multidict 6.2.0-2 source package in Ubuntu
Changelog
python-multidict (6.2.0-2) unstable; urgency=medium * Team upload. * Remove pytest-codspeed again; it's only available on some architectures. -- Colin Watson <email address hidden> Tue, 25 Mar 2025 22:25:04 +0000
Upload details
- Uploaded by:
- Piotr Ożarowski
- Uploaded to:
- Sid
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-multidict_6.2.0-2.dsc | 2.2 KiB | cc84c752291d0e03671d33beb6bbda6266ff39665718af9957f8ff163bfd1322 |
python-multidict_6.2.0.orig.tar.gz | 69.4 KiB | 0085b0afb2446e57050140240a8595846ed64d1cbd26cef936bfab3192c673b8 |
python-multidict_6.2.0-2.debian.tar.xz | 3.4 KiB | 985ddf9ff04883689fd9fde66f02d7aad3461584915be89c134f6c409cca2642 |
Available diffs
- diff from 6.1.0-1build2 (in Ubuntu) to 6.2.0-2 (32.0 KiB)
- diff from 6.2.0-1 to 6.2.0-2 (793 bytes)
No changes file available.
Binary packages built by this source
- python3-multidict: multidict implementation (Python library)
Multidicts are useful for working with HTTP headers, URL query args etc.
.
HTTP Headers and URL query string require specific data structure:
multidict. It behaves mostly like a dict but it can have
several values for the same key.
- python3-multidict-dbgsym: debug symbols for python3-multidict