python-itsdangerous 2.1.2-3 source package in Ubuntu

Changelog

python-itsdangerous (2.1.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Thu, 01 Dec 2022 13:06:04 +0000

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
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itsdangerous_2.1.2-3.dsc 2.5 KiB 380aacf52629101e2747dfe7f0687fb85af1f3d079533dcef07133e9d8c1600b
python-itsdangerous_2.1.2.orig.tar.gz 57.4 KiB a983dd8e49b9374c942b7946f9bfbcf639ed4a22838d353e4cd30d45e20cc943
python-itsdangerous_2.1.2-3.debian.tar.xz 4.5 KiB e5cb266222e2e322c5516cd89402b16fbc07dc6fb8b14e85171037037c4b0806

Available diffs

No changes file available.

Binary packages built by this source

python-itsdangerous-doc: Various helpers to pass trusted data to untrusted environment - doc

 itsdangerous provides a module that is a port of the django signing
 module. It's not directly copied but some changes were applied to
 make it work better on its own.
 .
 itsdangerous allows web applications to use a key only it knows to
 cryptographically sign data and hand it over to someone else (e.g. a
 user). When it gets the data back it can easily ensure that nobody
 tampered with it.
 .
 This package provides the documentation.

python3-itsdangerous: Various helpers to pass trusted data to untrusted environment - Python 3.x

 itsdangerous provides a module that is a port of the django signing
 module. It's not directly copied but some changes were applied to
 make it work better on its own.
 .
 itsdangerous allows web applications to use a key only it knows to
 cryptographically sign data and hand it over to someone else (e.g. a
 user). When it gets the data back it can easily ensure that nobody
 tampered with it.
 .
 This package provides the itsdangerous Python module for Python 3.x.