reserialize 20220929-1 source package in Ubuntu

Changelog

reserialize (20220929-1) unstable; urgency=medium

  * New upstream snapshot.
  * Rebase the patch.
  * Add more patches:
    - Drop plist support, it doesn’t work properly
    - Use tomllib when available
    - Use bson through a file object, enabling binary output
      (Closes: #1024543)

 -- Andrej Shadura <email address hidden>  Mon, 21 Nov 2022 09:38:50 +0100

Upload details

Uploaded by:
Andrej Shadura
Uploaded to:
Sid
Original maintainer:
Andrej Shadura
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reserialize_20220929-1.dsc 1.5 KiB 0175b16e52c1ed739f584b66107191a95d5ebd18c84fc75910f0a7dcd3de10f6
reserialize_20220929.orig.tar.xz 960 bytes f2b49668f6630fb2745e8114856f90d86fd9ec2b1618b84a63284113a7efd69a
reserialize_20220929-1.debian.tar.xz 3.7 KiB 889e74feeb67b4c6541281f56d9a31eadb197e72811d1f1840282969224c8dd9

Available diffs

No changes file available.

Binary packages built by this source

reserialize: convert between YAML, JSON, TOML and BSON

 reserialize is a script to convert between YAML, JSON, TOML and BSON.
 It provides the following utilities:
 .
  * bson2json
  * bson2toml
  * bson2yaml
  * json2bson
  * json2toml
  * json2yaml
  * toml2bson
  * toml2json
  * toml2yaml
  * yaml2bson
  * yaml2json
  * yaml2toml