python-multidict 6.1.0-1 source package in Ubuntu
Changelog
python-multidict (6.1.0-1) unstable; urgency=medium * Team upload. * New upstream release. -- Colin Watson <email address hidden> Tue, 10 Sep 2024 13:25:27 +0100
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-multidict_6.1.0-1.dsc | 2.2 KiB | 00eb399eb17e513036e676770167bb31c3fa02539da1642102fcbcb0e6153584 |
python-multidict_6.1.0.orig.tar.gz | 62.5 KiB | 22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a |
python-multidict_6.1.0-1.debian.tar.xz | 3.2 KiB | e0edd1a252e0dafa9b0e3d8575fbf3eca607e2a008123d257be4138fe2123ba9 |
Available diffs
- diff from 6.0.5-1 to 6.1.0-1 (7.2 KiB)
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