zope.schema 4.4.2-2 source package in Ubuntu

Changelog

zope.schema (4.4.2-2) unstable; urgency=medium

  * d/control: Bump Standards-Version with no other changes necessary.
  * d/watch: Use the pypi.debian.net redirector.

 -- Barry Warsaw <email address hidden>  Mon, 08 Jun 2015 17:17:54 -0400

Upload details

Uploaded by:
Fabio Tranchitella
Uploaded to:
Sid
Original maintainer:
Fabio Tranchitella
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.schema_4.4.2-2.dsc 2.2 KiB 8a70595eb84cf4730b110505408e8191ac3191dc00101fb17a1bcc13923d3974
zope.schema_4.4.2.orig.tar.gz 79.5 KiB fedb300be9292a68a8b1ae29e00f5745929bbdb95bf6434821388fbe0ed6a891
zope.schema_4.4.2-2.debian.tar.xz 4.0 KiB 27201a7adf0551789516be5e8ab273e4264249867a5d9368c71021105c0e5044

Available diffs

No changes file available.

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.
 .
 This is the Python 2 version.

python3-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.
 .
 This is the Python 3 version.