./devel/py-zope.interface, Zope interfaces for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.3, Package name: py311-zope.interface-6.3, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 287.772 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-14 08:33:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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.