python-multidict 6.0.4-1.1build1 source package in Ubuntu
Changelog
python-multidict (6.0.4-1.1build1) noble; urgency=medium * No-change rebuild with Python 3.12 only -- Graham Inggs <email address hidden> Wed, 10 Apr 2024 17:56:18 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Noble
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-multidict_6.0.4.orig.tar.gz | 50.1 KiB | 3666906492efb76453c0e7b97f2cf459b0682e7402c0489a95484965dbc1da49 |
python-multidict_6.0.4-1.1build1.debian.tar.xz | 5.3 KiB | a8a63619117567712211fdfa076bf2713c688f0a7e565b0d29f2998f465afebf |
python-multidict_6.0.4-1.1build1.dsc | 2.1 KiB | e0a3a6a2ac353c2c359c40ebde16854dc55c305b1dd33c40bdad4789b97e873f |
Available diffs
- diff from 6.0.4-1.1 to 6.0.4-1.1build1 (324 bytes)
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