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.
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / python-zope.interface
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-zope.interface && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000156 156 Bytes | |
_multibuild | 0000000053 53 Bytes | |
python-zope.interface.changes | 0000018709 18.3 KB | |
python-zope.interface.spec | 0000002868 2.8 KB | |
zope.interface-7.0.3.tar.gz | 0000252504 247 KB |
Revision 70 (latest revision is 76)
Dirk Mueller (dirkmueller)
committed
(revision 70)
- update to 7.0.3: * Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python < 3.12. * Fix reference-counting bug in C module initialization (broken in 7.0). * Fix subclassability of ObjectSpecificationDescriptor (broken in 7.0). * Enable heap-based types (PEP 384) for Python >= 3.11. * Adopt multi-phase module initialization (PEP 489). * Drop support for Python 3.7.
Comments 0