python-signedjson 1.1.1-2 source package in Ubuntu

Changelog

python-signedjson (1.1.1-2) unstable; urgency=medium

  * Add the missing importlib_metadata dependency.

 -- Andrej Shadura <email address hidden>  Fri, 30 Oct 2020 17:17:35 +0100

Upload details

Uploaded by:
Matrix Packaging Team
Uploaded to:
Sid
Original maintainer:
Matrix Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-signedjson_1.1.1-2.dsc 2.1 KiB 7084fc64edbf29201377e8def781251b2c680a90ae86ce76001b37d0aa256e8d
python-signedjson_1.1.1.orig.tar.gz 10.8 KiB a441b36358b1972e6b2371334c54e53bb74adee2ef65ae7ef526a36084183ae6
python-signedjson_1.1.1-2.debian.tar.xz 2.4 KiB 5ca3b3aef70c07328c8f8b8efc85ae0bdbb221666b872b612d45294499b5bfcd

Available diffs

No changes file available.

Binary packages built by this source

python3-signedjson: 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 only.