python-zope.interface
This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.
This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the Design By Contract methodology support in Python.
- Developed at devel:languages:python
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-zope.interface && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-zope.interface.changes | 0000010746 10.5 KB | |
python-zope.interface.spec | 0000002527 2.47 KB | |
zope.interface-4.5.0.tar.gz | 0000151261 148 KB |
Revision 20 (latest revision is 41)
Dominique Leuenberger (dimstar_suse)
accepted
request 631966
from
Tomáš Chvátal (scarabeus_iv)
(revision 20)
- Version update to 4.5.0: * Allow registering and unregistering instance methods as listeners. See issue 12 and PR 102. * Synchronize and simplify zope/__init__.py. See issue 114 * Avoid exceptions when the __annotations__ attribute is added to interface definitions with Python 3.x type hints. See issue 98. * Fix the possibility of a rare crash in the C extension when deallocating items. See issue 100.
Comments 0