python-saneyaml 0.3-2 source package in Ubuntu

Changelog

python-saneyaml (0.3-2) unstable; urgency=medium

  * Source-only rebuild.
  * Bump debhelper from old 12 to 13.
  * Set field Upstream-Name in debian/copyright.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 24 Dec 2021 19:31:35 +0000

Upload details

Uploaded by:
Jelmer Vernooij
Uploaded to:
Sid
Original maintainer:
Jelmer Vernooij
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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-saneyaml_0.3-2.dsc 1.9 KiB fc0b89496ab973a0e598e757f5e7e9ca7848152d9f0d9c82693d6073cc2e1f83
python-saneyaml_0.3.orig.tar.gz 21.2 KiB 99712d5add6f07e7dce42542260ad9dba72e46e2f81fdc562e2583461f7f9b33
python-saneyaml_0.3-2.debian.tar.xz 1.4 KiB 55c8a7e612e47c78aa9d057db622deebe58b0a89647e2c64510770318d406173

Available diffs

No changes file available.

Binary packages built by this source

python3-saneyaml: PyYAML wrapper with sane behaviour

 saneyaml simple wrapper for PyYAML that makes it easy to load and
 dump YAML safely, while preserving ordering and avoiding surprises of type
 conversions by loading everything except booleans as strings.
 .
 It can optionally check for duplicated map keys when loading YAML.