python-canonicaljson 2.0.0-3 source package in Ubuntu

Changelog

python-canonicaljson (2.0.0-3) unstable; urgency=medium

  * Update the watch file.
  * Run pybuild-autopkgtest test suite.
  * Drop 'for Python 3' from the synopsis.
  * Use dh 13.
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.
  * Set Rules-Requires-Root: no.

 -- Andrej Shadura <email address hidden>  Thu, 28 Dec 2023 12:24:29 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-canonicaljson_2.0.0-3.dsc 1.8 KiB 94c4432999824ad274e06c42def3c1d2c0c49204f3bed7dbfe732dceef17ef61
python-canonicaljson_2.0.0.orig.tar.gz 10.1 KiB c3c38d76aacdb2d29c61582d466850116affabe5186ae921f48bc5c8f720b10f
python-canonicaljson_2.0.0-3.debian.tar.xz 2.6 KiB 943a314c3374c33741571ac4fa30b09733c728d4074554317902181f2a7c2231

Available diffs

No changes file available.

Binary packages built by this source

python3-canonicaljson: canonical JSON implementation for Python 3

 Canonical JSON implementation.
 .
  * Encodes objects and arrays as RFC 7159 JSON.
  * Sorts object keys so that you get the same result each time.
  * Has no inignificant whitespace to make the output as small as possible.
  * Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 /
    U+0056, to keep the output as small as possible.
  * Uses the shortest escape sequence for each escaped character.
  * Encodes the JSON as UTF-8.
  * Can be configured to encode custom types unknown to the stdlib JSON encoder.