python-itsdangerous 2.1.0-1 source package in Ubuntu

Changelog

python-itsdangerous (2.1.0-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Puydt <email address hidden>  Sun, 20 Feb 2022 19:38:23 +0100

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
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itsdangerous_2.1.0-1.dsc 2.3 KiB 5ab5cc252e9ffd01b3a5de956cc275c23793b0a84a720071a9c491c7c75a8ce9
python-itsdangerous_2.1.0.orig.tar.gz 57.2 KiB efa8f89b83b4fa3ecca89c7d1b42c2994583ca67318d2e7f6ebf5c06d3c133eb
python-itsdangerous_2.1.0-1.debian.tar.xz 4.2 KiB edbc7276c7f38ab71fb7f1b3e1845fe3e4053383f286b7c9dd30ed6d1679f835

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.