voluptuous 0.12.2-1 source package in Ubuntu

Changelog

voluptuous (0.12.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update standards version to 4.5.1, no changes needed.

  [ Thomas Goirand ]
  * New upstream release.

 -- Thomas Goirand <email address hidden>  Tue, 15 Feb 2022 09:08:03 +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
Mantic release main misc
Lunar release main misc
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
voluptuous_0.12.2-1.dsc 2.1 KiB b12b20cea07d566dc0d5114e8bd9cf150c13f93b99b2a2d493219d8241c871cd
voluptuous_0.12.2.orig.tar.gz 47.3 KiB 4db1ac5079db9249820d49c891cb4660a6f8cae350491210abce741fabf56513
voluptuous_0.12.2-1.debian.tar.xz 3.8 KiB 4b29ede621ad4125014265bd536576ca8fbd01f81416ed099d914e505aef4078

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.