python-signedjson 1.1.4-2 source package in Ubuntu

Changelog

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

  * Use dh-sequence-python3.
  * Run pybuild-autopkgtest test suite.
  * Use dh 13.
  * Set field Upstream-Name in debian/copyright.
  * Update standards version to 4.6.2, no changes needed.

 -- Andrej Shadura <email address hidden>  Thu, 28 Dec 2023 14:37:44 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-signedjson_1.1.4-2.dsc 1.9 KiB f26232c122d1e5476ac3e147f8cc6225ce73e7ef9deac89143dae3ab0d9cbc60
python-signedjson_1.1.4.orig.tar.gz 12.4 KiB 865403fb478839c13b1c0364fefc05a246935c64d523f309489d113979891d9b
python-signedjson_1.1.4-2.debian.tar.xz 2.5 KiB 09ee9cc869f75a9308430ed1c3a6459c8669b56f9d7e443ec55d4c15e9beace7

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.