voluptuous 0.8.8-1ubuntu1 source package in Ubuntu

Changelog

voluptuous (0.8.8-1ubuntu1) xenial; urgency=medium

  * d/rules: Enable tests for python3.

 -- Corey Bryant <email address hidden>  Wed, 16 Mar 2016 11:05:07 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main misc
Xenial release main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
voluptuous_0.8.8.orig.tar.gz 26.9 KiB d9c57bf20bb27e29aabb66600dba0e323cdfc81c063bb7f668d85dab6ef89938
voluptuous_0.8.8-1ubuntu1.debian.tar.xz 3.2 KiB 136f5473672c0fefe5848bae5e47648af35d6b2456c50376ee5ec352ec8788a4
voluptuous_0.8.8-1ubuntu1.dsc 2.3 KiB b9bbf654f6ab9c3eb1f70ba40b63ccf355fc5bff1e5b229d6ef30472f7f2e843

View changes file

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.