python-jsonschema 2.3.0-1 source package in Ubuntu

Changelog

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


  [ Thomas Goirand ]
  * New upstream release.
  * Do not depend on openstack-pkg-tools anymore.
  * Build-Depends on autopkgtest and python{3,}-pytest.

  [ Jean-Baptiste Lallement ]
  * Add autopkgtest that runs the upstream test suite against the installed
    package (Closes: #729467)

 -- Thomas Goirand <email address hidden>  Sun, 08 Dec 2013 11:37:07 +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.3.0-1.dsc 2.3 KiB ff5a1b6cce33c5709db57519b642e8077b4d40efd3a70cbc7473461d7dd2e696
python-jsonschema_2.3.0.orig.tar.xz 45.8 KiB 58b59614821a8b2798511f288b40974002a4f8d8757b2229f773bf7e0f843544
python-jsonschema_2.3.0-1.debian.tar.gz 21.3 KiB 7d87d0045876c2deb82730befb458f3df220ffe1fc5d81fab5bdffb4b03f3cc4

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.