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.
|
2024-04-14 08:33:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 6.3
6.3 (2024-04-12)
- Add preliminary support for Python 3.13 as of 3.13a6.
|
2024-02-16 19:57:40 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-zope.interface: updated to 6.2
6.2 (2024-02-16)
- Add preliminary support for Python 3.13 as of 3.13a3.
- Add support to use the pipe (``|``) syntax for ``typing.Union``.
|
2023-10-06 12:46:21 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 6.1
6.1 (2023-10-05)
- Build Linux binary wheels for Python 3.12.
- Add support for Python 3.12.
- Fix building of the docs for non-final versions.
|
2023-06-17 20:03:56 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-zope.interface: import py-zope.interface-6.0
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.
|