voluptuous 0.8.2-1 source package in Ubuntu

Changelog

voluptuous (0.8.2-1) unstable; urgency=low


  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Robert S. Edmonds ]
  * New upstream release.
  * Add myself to Uploaders.
  * Add python3-voluptous binary package.
  * Build for only the default Python and Python 3 versions.
  * Install README.md file.

 -- Robert S. Edmonds <email address hidden>  Fri, 18 Oct 2013 14:44:42 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
voluptuous_0.8.2-1.dsc 1.6 KiB b3ddf85be6437371dac0fa09717169ac188c0f2df0781e89439b0f51073a2380
voluptuous_0.8.2.orig.tar.gz 14.2 KiB 8bc92b64d3f022c641cfe8b824efd82d16e79c115de7c63bb55e157b0b3c0dd0
voluptuous_0.8.2-1.debian.tar.gz 2.7 KiB bd000884e74dcadaddc881c2e1de6768b69cb2f8272a9b4924229c8c6c88ab23

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.