python-warlock 1.0.1-2 source package in Ubuntu

Changelog

python-warlock (1.0.1-2) unstable; urgency=low


  * Cleans correctly (package can build twice).
  * Adds python3 support (Closes: #717469).
  * Relicenses the packaging using Apache-2.0 (with prior agreement from
    Canonical, see #717469).

 -- Thomas Goirand <email address hidden>  Wed, 24 Jul 2013 15:01:57 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-warlock_1.0.1-2.dsc 1.7 KiB c2e04c8d56788046d21e4d843aa20b96072315fb4db87e40b148c6605ffa4967
python-warlock_1.0.1.orig.tar.xz 7.2 KiB 36891065777c6e8bcf9d676e33d02f81a1569bbc796b37060d5b77c0086ba95d
python-warlock_1.0.1-2.debian.tar.gz 6.0 KiB fafd51248ec101b448ef712920dbbe7b096c98e18549bba77e70f98e0bf98a3e

No changes file available.

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.