dt-schema 2023.11-3 source package in Ubuntu

Changelog

dt-schema (2023.11-3) unstable; urgency=medium

  * Revert "autopkgtest: Replace py3versions -d with -s"
  * Explain in autopkgtest why we test only default Python

 -- Agathe Porte <email address hidden>  Sun, 28 Jan 2024 21:56:05 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dt-schema_2023.11-3.dsc 2.2 KiB 8bc4207123f85d43f38863b0d57f36bfd6951c85539281d75aed79245528c1e4
dt-schema_2023.11.orig.tar.gz 66.6 KiB 1f1d35f422bf4a3a3164d3aa785ff94d359d6a5394200b0915940a97cfaa3227
dt-schema_2023.11-3.debian.tar.xz 4.9 KiB cf3b96e28295bb237c7a811588922eb0685238e2a26229ac9c0f41d71a742c8a

Available diffs

No changes file available.

Binary packages built by this source

dt-schema: Tooling for devicetree validation using YAML and jsonschema

 This package contains test code for devicetree schema validation using the
 json-schema vocabulary. Schema files are written in YAML (a superset of JSON),
 and operate on the YAML encoding of Devicetree data. Devicetree data must be
 transcoded from DTS to YAML before being used by this tool.
 .
 There are several tools available:
 .
 dt-doc-validate This tool takes a schema file(s) or directory of schema
 files and validates them against the DT meta-schema.
 .
 dt-mk-schema This tool takes user-provided schema file(s) plus the core
 schema files in this repo, removes everything not needed for validation,
 applies fix-ups to the schemas, and outputs a single file with the processed
 schema. This step is done separately to speed up subsequent validation of YAML
 Devicetrees.
 .
 dt-validate This tool takes user-provided YAML Devicetree(s) and either
 a schema directory or pre-processed schema file and validates the YAML
 Devicetree against the schema.