python-cookies 2.2.1-5 source package in Ubuntu

Changelog

python-cookies (2.2.1-5) unstable; urgency=medium

  * Team upload
  * Correct non-existing Standards-Version
  * Patch: Fix all DeprecationWarnings as of Python 3.7.0 (Closes: #1026558)

 -- Bastian Germann <email address hidden>  Mon, 21 Aug 2023 14:45:56 +0200

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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cookies_2.2.1-5.dsc 1.9 KiB d6d2d47cd1a51a19bcbeb395a613cdf953dccb994938ad799a8d1b4a194d54ed
python-cookies_2.2.1.orig.tar.gz 39.8 KiB d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e
python-cookies_2.2.1-5.debian.tar.xz 5.4 KiB aaf30f63625d087c884d5bf6e577ad9c400b7880e745c35cbe2c62a2d49389aa

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.