zope.schema 4.9.3-1 source package in Ubuntu

Changelog

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

  * QA upload
  * New upstream release
  * d/watch
    - Use secure URI
  * d/control
    - Change to debhelper-compat
    - Bump debhelper to 12
    - Update Standards-Version to 4.4.1
    - Priority: change from extra to optional
    - Add Rules-Requires-Root
    - Secure URI on homepage
  * d/copyright
    - Use secure URI
    - Remove Files-Excluded, not included upstream.
  * d/rules
    - Enable testsuite

 -- HÃ¥vard Flaget Aasen <email address hidden>  Wed, 01 Jan 2020 21:20:28 +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
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.schema_4.9.3-1.dsc 1.9 KiB 14e4efe414485e7c96d33ebc8dd21a20a106da80c6f8107b41bf0078e47b2747
zope.schema_4.9.3.orig.tar.gz 95.9 KiB 2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d
zope.schema_4.9.3-1.debian.tar.xz 4.2 KiB 0fd53c7b888a69d422150a17a61fadf3b54337e0c150254636b8538f22e2d04c

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.