1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: python-signedjson
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6.24),
python3-all,
python3-setuptools (>= 0.6.24),
python-canonicaljson (>= 1.0.0),
python-nacl (>= 0.3.0),
python-unpaddedbase64 (>= 1.0.1),
python3-canonicaljson (>= 1.0.0),
python3-nacl (>= 0.3.0),
python3-unpaddedbase64 (>= 1.0.1)
Standards-Version: 4.3.0
Testsuite: autopkgtest-pkg-python
X-Python-Version: >= 2.7
Homepage: https://github.com/matrix-org/python-signedjson
Vcs-Git: https://salsa.debian.org/matrix-team/python-signedjson
Package: python-signedjson
Architecture: all
Depends:
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: sign JSON with Ed25519 signatures in Python
A module to sign JSON objects with ED25519 signatures.
.
* More than one entity can sign the same object.
* Each entity can sign the object with more than one key making it easier to
rotate keys
* ED25519 can be replaced with a different algorithm.
* Unprotected data can be added to the object under the "unsigned" key.
.
This package is for Python 2.
Package: python3-signedjson
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: sign JSON with Ed25519 signatures in Python 3
A module to sign JSON objects with ED25519 signatures.
.
* More than one entity can sign the same object.
* Each entity can sign the object with more than one key making it easier to
rotate keys
* ED25519 can be replaced with a different algorithm.
* Unprotected data can be added to the object under the "unsigned" key.
.
This package is for Python 3.
|