./devel/py-zope.configuration, Zope Configuration Markup Language

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


Branch: CURRENT, Version: 6.0, Package name: py312-zope.configuration-6.0, Maintainer: pkgsrc-users

The zope configuration system provides an extensible system for
supporting various kinds of configurations.

This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.


Master sites:

Filesize: 82.283 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-07 12:45:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.configuration: updated to 6.0

6.0 (2024-12-06)

- Add support for checking environment variables in zcml conditions. Use
  ``envvar`` or ``not-envvar``. ``not-envvar`` is true when the variable is not
  set, is empty, or has one of the usual 'false' values like '0'.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7.
   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-02-12 15:11:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.configuration: updated to 5.0.1

5.0.1 (2024-02-12)
- Fix tests when running from a distribution.