zope.schema 4.4.2-3 source package in Ubuntu

Changelog

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

  * d/control: Add missing build dependency on python{,3}-zope.interface.
    (Closes: #802415)
  * d/patches/setup-test-require.patch: Added to work around a bug in
    dh_python3.
  * d/tests/control, d/tests/all: Rewrite to use simple Test-Commands and
    remove the 'all' script.

 -- Barry Warsaw <email address hidden>  Tue, 27 Oct 2015 12:53:11 -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
Bionic release universe python
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.schema_4.4.2-3.dsc 2.3 KiB 82435e199c89a47c30fe1e4a1774c4187763ee8121432d0e384e5e9514b01cbb
zope.schema_4.4.2.orig.tar.gz 79.5 KiB fedb300be9292a68a8b1ae29e00f5745929bbdb95bf6434821388fbe0ed6a891
zope.schema_4.4.2-3.debian.tar.xz 4.4 KiB b5ffa7f53489d2c3130b3d1479b20c2d86c857a5a84f6fd28c36d3d5b50f8531

Available diffs

No changes file available.

Binary packages built by this source

python-zope.schema: No summary available for python-zope.schema in ubuntu focal.

No description available for python-zope.schema in ubuntu focal.

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.