python-itsdangerous 0.22+dfsg1-1build1 source package in Ubuntu
Changelog
python-itsdangerous (0.22+dfsg1-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose <email address hidden> Sun, 23 Feb 2014 13:51:52 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-itsdangerous_0.22+dfsg1.orig.tar.xz | 22.1 KiB | 57704d63d9a8a56f1e5735fa99c728aac23d33a119a614ef62f5ebeab3ff1b2b |
python-itsdangerous_0.22+dfsg1-1build1.debian.tar.gz | 3.7 KiB | 84cfdc9424016988bf0bb6285c356b4ea0ce87728723f6e4662e257e5d0bbd4b |
python-itsdangerous_0.22+dfsg1-1build1.dsc | 1.6 KiB | c485ad3f383fd0440243eb8fcbe5f5cd72b8db641be5f180bce94bda077ffe63 |
Available diffs
Binary packages built by this source
- python-itsdangerous: Various helpers to pass trusted data to untrusted environment - python 2.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 2.x.
- 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.