python-itsdangerous 2.1.2-4 source package in Ubuntu

Changelog

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

  * Team upload.
  * Ignore two tests which are bound to fail due to a DeprecationWarning in
    Python3.12 which is caused by python-dateutil
    Closes: #1058414
  * Standards-Version: 4.6.2 (routine-update)
  * Add salsa-ci file (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 08 Feb 2024 17:39:32 +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
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itsdangerous_2.1.2-4.dsc 2.5 KiB 421dc378c38cf7f2777f37450d85a1080ba5e12598bb935db87ebed86b2a9181
python-itsdangerous_2.1.2.orig.tar.gz 57.4 KiB a983dd8e49b9374c942b7946f9bfbcf639ed4a22838d353e4cd30d45e20cc943
python-itsdangerous_2.1.2-4.debian.tar.xz 5.1 KiB a8b1f9da1095b8aac22d5fa543e523293a26d137a056c724cfb1180a81bdeacb

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.