python-warlock 1.1.0-0ubuntu1 source package in Ubuntu
Changelog
python-warlock (1.1.0-0ubuntu1) trusty; urgency=medium * New upstream release: - debian/patches/python-3.patch: Dropped no longer needed. -- Chuck Short <email address hidden> Tue, 17 Dec 2013 08:31:44 -0500
Upload details
- Uploaded by:
- Chuck Short
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-warlock_1.1.0.orig.tar.gz | 7.7 KiB | bbfb4279034ccc402723e38d2a2e67cd619988bf4802fda7ba3e8fab15762651 |
python-warlock_1.1.0-0ubuntu1.debian.tar.gz | 5.4 KiB | e5752e2cac0a1487af36114c9d736da04dea900edf048c8ccaa4166948ef7a79 |
python-warlock_1.1.0-0ubuntu1.dsc | 1.8 KiB | a715954f1346f0e9bcc51688c4f0429de168ed7c0087fd35cf7f31cb24704c53 |
Available diffs
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.