zope.schema 3.7.1-0ubuntu2 source package in Ubuntu

Changelog

zope.schema (3.7.1-0ubuntu2) oneiric; urgency=low

  * Use dh_python2 instead of deprecated python-central. (Closes: #617175)
 -- Gediminas Paulauskas <email address hidden>   Wed, 22 Jun 2011 18:18:25 +0300

Upload details

Uploaded by:
Gediminas Paulauskas
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
zope.schema_3.7.1.orig.tar.gz 64.3 KiB 45e054c9f5318479f9413b5bd45d45174c6d496768cd4ab5b35467627042690c
zope.schema_3.7.1-0ubuntu2.diff.gz 3.1 KiB b8480b9e283aeee9092c27c642706a9b5b28b63217c5eef7e56dbd3314551d1e
zope.schema_3.7.1-0ubuntu2.dsc 1.4 KiB 70d343cf06b14ca3804fe1b770498e0d67941eb7982da93e260ade09069f098b

Available diffs

View changes file

Binary packages built by this source

python-zope.schema: zope.interface extension for defining data schemas

 Schemas extend the notion of interfaces to detailed descriptions of
 Attributes (but not methods). Every schema is an interface and
 specifies the public fields of an object. A *field* roughly
 corresponds to an attribute of a Python object. But a Field provides
 space for at least a title and a description. It can also constrain
 its value and provide a validation method. Besides you can optionally
 specify characteristics such as its value being read-only or not
 required.