python-itsdangerous 0.24+dfsg1-2.1 source package in Ubuntu

Changelog

python-itsdangerous (0.24+dfsg1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937848

 -- Sandro Tosi <email address hidden>  Sat, 28 Dec 2019 00:41:35 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itsdangerous_0.24+dfsg1-2.1.dsc 2.3 KiB b692ce3fbbf591ad2ea80d575fa0853243b8f4af67f94b709687ab8c48185fc8
python-itsdangerous_0.24+dfsg1.orig.tar.xz 22.4 KiB 0a66ca64e41293780c04bb4783581b98058026981963f891cfc07c7f3464ab5f
python-itsdangerous_0.24+dfsg1-2.1.debian.tar.xz 4.6 KiB ba82f01ab1ccbef05e1c5f3763cc51471561fe86cc0e32c4c3bb287a884ec3c6

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.