python-jsonschema 2.0.0-1 source package in Ubuntu

Changelog

python-jsonschema (2.0.0-1) unstable; urgency=low


  * New upstream release.
  * Added Pre-Depends dpkg (>= 1.15.6~) missing for the python3 package.
  * Removes now obsolete debian/patches folder.
  * Fixes nosetests calls (removes test.py as arg).

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-jsonschema_2.0.0-1.dsc 1.7 KiB 7b39eb6f7d6e7bc917d25db858bf44b995e67253c037ceefaf213dce1470681c
python-jsonschema_2.0.0.orig.tar.xz 41.6 KiB 8f01ada6f49e73db2b74e740ae4f5e985fa195998989206286427cd2fd208bce
python-jsonschema_2.0.0-1.debian.tar.gz 21.0 KiB c2ae7a7dda98f85c0cd5c41dc6d760865e7bf40c68860e45e97d7843fb85bc0f

No changes file available.

Binary packages built by this source

python-jsonschema: An(other) implementation of JSON Schema (Draft 3) for Python

 JSON Schema is a specification for a JSON-based format for defining
 the structure of JSON data. JSON Schema provides a contract for what
 JSON data is required for a given application and how it can be
 modified, much like what XML Schema provides for XML. JSON Schema is
 intended to provide validation, documentation, and interaction control
 of JSON data.
 .
 This package contains the Python 2.x module.

python3-jsonschema: An(other) implementation of JSON Schema (Draft 3) for Python 3

 JSON Schema is a specification for a JSON-based format for defining
 the structure of JSON data. JSON Schema provides a contract for what
 JSON data is required for a given application and how it can be
 modified, much like what XML Schema provides for XML. JSON Schema is
 intended to provide validation, documentation, and interaction control
 of JSON data.
 .
 This package contains the Python 3.x module.