python-itsdangerous 2.1.2-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * [5c9d55f] run upstream tests during build and as autopkgtest

 -- Joseph Nahmias <email address hidden>  Sun, 17 Jul 2022 22:44:51 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itsdangerous_2.1.2-2.dsc 2.5 KiB fda0b84c47049bd196b286e6018982bd4835d49822e7f2ebd3228ae37cd5a947
python-itsdangerous_2.1.2.orig.tar.gz 57.4 KiB a983dd8e49b9374c942b7946f9bfbcf639ed4a22838d353e4cd30d45e20cc943
python-itsdangerous_2.1.2-2.debian.tar.xz 4.5 KiB d3d8084626b4a07f312830f10fb7259e1a8999eb64b9844b432341e1b28a2c2d

Available diffs

No changes file available.

Binary packages built by this source

python-itsdangerous-doc: No summary available for python-itsdangerous-doc in ubuntu kinetic.

No description available for python-itsdangerous-doc in ubuntu kinetic.

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.