voluptuous 0.8.8-1 source package in Ubuntu

Changelog

voluptuous (0.8.8-1) unstable; urgency=medium

  * New upstream release (Closes: #817269).
  * Add myself as Uploaders: and ran wrap-and-sort -t -a.
  * Standards-Version: 3.9.7 (no change).
  * HTTPS URLs in debian/control.
  * Renamed git-buildpackage into buildpackage in debian/gbp.conf.
  * Updated watch file to not use the github redir anymore.
  * Fixed short and long desc to specify Python version.

 -- Thomas Goirand <email address hidden>  Fri, 11 Mar 2016 15:10:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
voluptuous_0.8.8-1.dsc 2.2 KiB 6f89f382b4620464162744bd9cbfb5c208ca287fbea6d8bf6fdfe32938802ac7
voluptuous_0.8.8.orig.tar.gz 26.9 KiB d9c57bf20bb27e29aabb66600dba0e323cdfc81c063bb7f668d85dab6ef89938
voluptuous_0.8.8-1.debian.tar.xz 3.0 KiB 165edaad481189365f176de64bceda0819ff04d1e2e89d21581388e48286cfa8

Available diffs

No changes file available.

Binary packages built by this source

python-voluptuous: Python library to validate data - Python 2.7

 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 2.7 module.

python3-voluptuous: Python library to validate data - Python 3.x

 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.