voluptuous 0.9.3-1 source package in Ubuntu

Changelog

voluptuous (0.9.3-1) unstable; urgency=medium

  * New upstream release.
  * d/patches:
    - restore-tests.patch: Removed; fixed upstream.
    - add-voluptuous-tests.patch: Added so nose can find the tests during
      package build.

 -- Barry Warsaw <email address hidden>  Wed, 03 Aug 2016 10:34:27 -0400

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
Bionic release main misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
voluptuous_0.9.3-1.dsc 2.3 KiB 857b1977e5b7f5b705578aae07ded964f60ca0bd7455de5e2f3c89751c60596c
voluptuous_0.9.3.orig.tar.gz 33.3 KiB ed5a11fda273754caabb6becd5fe172ee2621cd2c8ff8279433173bb7b0ec568
voluptuous_0.9.3-1.debian.tar.xz 3.5 KiB a026b05fa5841c4c10f4600cc9defb70696331d65a7e831a166415139f51ab30

Available diffs

No changes file available.

Binary packages built by this source

python-voluptuous: Python 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 2.7 module.

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.