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

Changelog

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

  * Team upload.
  * Moved python-simplejson to recommends and added python3-simplejson too
  * Capitalize Python in package description
  * Fixed Vcs-* urls
  * Added dh-python to build depends
  * Enabled autopkgtest-pkg-python testsuite
  * d/copyright
    - Removed / from begin of Debian entry
    - Added myself to Debian part
  * Standards-Version is 3.9.8 now (no changes needed)

 -- Ondřej Nový <email address hidden>  Thu, 21 Jul 2016 18:13:31 +0200

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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itsdangerous_0.24+dfsg1-2.dsc 2.3 KiB c65c50d953dbc204394aecfba98e183e6ae15ee4108ce2c10463187496598409
python-itsdangerous_0.24+dfsg1.orig.tar.xz 22.4 KiB 0a66ca64e41293780c04bb4783581b98058026981963f891cfc07c7f3464ab5f
python-itsdangerous_0.24+dfsg1-2.debian.tar.xz 4.7 KiB 1716abfbc49767f4d969816b968900a566a0888c8bb1e6ff7713295483b082ac

Available diffs

No changes file available.

Binary packages built by this source

python-itsdangerous: No summary available for python-itsdangerous in ubuntu eoan.

No description available for python-itsdangerous in ubuntu eoan.

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

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

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.