python-warlock 1.0.1-1ubuntu2 source package in Ubuntu

Changelog

python-warlock (1.0.1-1ubuntu2) saucy; urgency=low

  * d/rules: Rework testing targets to make backporting to earlier
    versions of python3 a bit easier.
  * d/control: Add missing python3-six to BD's.
 -- James Page <email address hidden>   Tue, 23 Jul 2013 15:25:02 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-warlock_1.0.1.orig.tar.xz 7.2 KiB 36891065777c6e8bcf9d676e33d02f81a1569bbc796b37060d5b77c0086ba95d
python-warlock_1.0.1-1ubuntu2.debian.tar.gz 7.2 KiB 47c9605d0fb513e72013f583a8ec14ee023881db247c6c9c68d3db0fdebcf189
python-warlock_1.0.1-1ubuntu2.dsc 2.5 KiB 2ae8f9e53737a80f6ba44c3756455dcaa8739d5d96114134bbfd638db8aa0030

Available diffs

View changes file

Binary packages built by this source

python-warlock: object model built on top of JSON schema - python 2.x

 With python-warlock, you can build self-validating Python objects using JSON
 schemas. First, a schema describe the type of data, then after creating the
 object, python-warlock checks that added or edited attributes correspond to
 the initial schema. If they don't, an exception is raised.
 .
 This package contains the Python 2.x module.

python3-warlock: object model built on top of JSON schema - python 3.x

 With python-warlock, you can build self-validating Python objects using JSON
 schemas. First, a schema describe the type of data, then after creating the
 object, python-warlock checks that added or edited attributes correspond to
 the initial schema. If they don't, an exception is raised.
 .
 This package contains the Python 3.x module.