python-cookies 2.2.1-3 source package in Ubuntu
Changelog
python-cookies (2.2.1-3) unstable; urgency=medium * Team upload. * Drop python2 support; Closes: #937663 * debian/control - move repo and Vcs-* fiels to DPMT; Closes: #946094 -- Sandro Tosi <email address hidden> Tue, 24 Dec 2019 11:06:41 -0500
Upload details
- Uploaded by:
- Debian Python Modules Team on 2019-12-24
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | misc |
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-12-25 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cookies_2.2.1-3.dsc | 2.0 KiB | 6691f8e2042a0874abfd9fc44b097c13a7ce3e512599433e4714c2986d2b03e5 |
python-cookies_2.2.1.orig.tar.gz | 39.8 KiB | d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e |
python-cookies_2.2.1-3.debian.tar.xz | 2.6 KiB | 32e150233063932563aa1d6e8f4b132612d7394ad6efe1da7dc45f9d4f3aab7f |
Available diffs
No changes file available.
Binary packages built by this source
- python3-cookies: Python 3 RFC 6265-compliant cookie parser and renderer
Python 3 module for HTTP cookies: parsing and rendering 'Cookie:' request
headers and 'Set-Cookie:' response headers according to RFC 6265,
and exposing a convenient API for creating and modifying cookies. It can be
used as a replacement of Python's Cookie.py (aka http.cookies).
It provides robust and lenient parsing and extensive documentation.