zope.schema 6.0.0-1 source package in Ubuntu

Changelog

zope.schema (6.0.0-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse
  * d/control:
    - Update Standards-Version to 4.5.0
    - Bump debhelper to 13
    - Set minimum version on python3-zope.interface

 -- HÃ¥vard Flaget Aasen <email address hidden>  Thu, 29 Oct 2020 21:12:22 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.schema_6.0.0-1.dsc 1.9 KiB 36cae76d2894b10102b27d0c4f84fe06e566db73a041d8382d3ea40157a97676
zope.schema_6.0.0.orig.tar.gz 107.8 KiB 20fbbce8a0726ba34f0e3958676498feebb818f06575193254e139d8d7214f26
zope.schema_6.0.0-1.debian.tar.xz 4.4 KiB 2d595a35cb9b9b10b84f15ff9c54b98567073c9db8364a9cb683f94e1cf8040a

Available diffs

No changes file available.

Binary packages built by this source

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.