voluptuous 0.14.2-1 source package in Ubuntu

Changelog

voluptuous (0.14.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ Thomas Goirand ]
  * New upstream release.
  * Rebased add-voluptuous-tests.patch.
  * Switch to pytest (Closes: #1018661).
  * Add pybuild-plugin-pyproject as build-depends.
  * Add autopktest.

 -- Thomas Goirand <email address hidden>  Fri, 23 Feb 2024 09:32:15 +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
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
voluptuous_0.14.2-1.dsc 2.2 KiB 706341b4ae927b8307c4601f6977c938f6afa371abac5f55e6246e62c8885c18
voluptuous_0.14.2.orig.tar.gz 49.7 KiB 533e36175967a310f1b73170d091232bf881403e4ebe52a9b4ade8404d151f5d
voluptuous_0.14.2-1.debian.tar.xz 4.0 KiB bd24349631a933152ead1aa5d4d3d1ad86970ceeaf6792c84bfbde883992e443

Available diffs

No changes file available.

Binary packages built by this source

python3-voluptuous: Python 3 library to validate data

 Voluptuous is primarily intended to validate data coming in to Python
 as JSON, YAML, etc. The aim is to offer a light-weight style with three
 main goals:
  1. simplicity
  2. support for complex data structures
  3. provide useful error messages
 .
 It has been inspired by Validino and to a lesser extent by jsonvalidator and
 json_schema.
 .
 This package provides the Python 3.x module.