Path to this page:
./
devel/py-zope.interface,
Zope interfaces for Python
Branch: CURRENT,
Version: 7.2,
Package name: py312-zope.interface-7.2,
Maintainer: pkgsrc-usersThis 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.
Master sites:
Filesize: 247.031 KB
Version history: (Expand)
- (2024-11-29) Updated to version: py312-zope.interface-7.2
- (2024-10-24) Updated to version: py312-zope.interface-7.1.1
- (2024-10-14) Updated to version: py312-zope.interface-7.1.0
- (2024-08-30) Updated to version: py312-zope.interface-7.0.3
- (2024-08-27) Updated to version: py312-zope.interface-7.0.2
- (2024-08-07) Updated to version: py311-zope.interface-7.0.1
CVS history: (Expand)
2024-11-29 09:14:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 7.2
7.2 (2024-11-28)
- Add preliminary support for Python 3.14a2, this means that
``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are
no longer available from this Python version onwards as Python 3.14 dropped
``collections.abc.ByteString``.
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-24 07:21:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 7.1.1
7.1.1 (2024-10-23)
- Fix segmentation faults in `weakrefobject.c` on Python 3.12 and 3.13.
|
2024-10-14 12:39:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 7.1.0
7.1.0 (2024-10-10)
- Declare support for Python 3.13.
- Fix segmentation faults on Python 3.13.
|
2024-08-30 09:20:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 7.0.3
7.0.3 (2024-08-27)
- Fix `Assertion 'memb->type == T_PYSSIZET' failed.` for Python < 3.12.
|
2024-08-27 10:54:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 7.0.2
7.0.2 (2024-08-26)
- Fix reference-counting bug in C module initialization (broken in 7.0).
|
2024-08-07 11:57:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 7.0.1
7.0.1 (2024-08-06)
- Fix subclassability of ``ObjectSpecificationDescriptor`` (broken in 7.0).
7.0 (2024-08-06)
- Enable heap-based types (PEP 384) for Python >= 3.11.
- Adopt multi-phase module initialization (PEP 489).
- Drop support for Python 3.7.
|
2024-05-16 09:43:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zope.interface: updated to 6.4
6.4 (2024-05-15)
- Adjust for incompatible changes in Python 3.13b1.
- Build windows wheels on GHA.
|