Path to this page:
./
devel/py-zconfig,
Configuration library
Branch: CURRENT,
Version: 4.1,
Package name: py311-zconfig-4.1,
Maintainer: pkgsrc-usersZConfig is a configuration library intended for general use. It
supports a hierarchical schema-driven configuration model that allows
a schema to specify data conversion routines written in Python.
ZConfig's model is very different from the model support by the
ConfigParser module found in Python's standard library, and is more
suitable to configuration-intensive applications.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 143.551 KB
Version history: (Expand)
- (2024-05-05) Updated to version: py311-zconfig-4.1
- (2023-08-29) Updated to version: py311-zconfig-4.0
- (2023-01-02) Updated to version: py310-zconfig-3.6.1
- (2022-01-05) Updated to version: py39-zconfig-3.6.0nb2
- (2022-01-05) Updated to version: py39-zconfig-3.6.0nb1
- (2021-10-07) Updated to version: py39-zconfig-3.6.0
CVS history: (Expand)
2023-08-29 13:15:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zconfig: updated to 4.0
4.0 (2023-05-05)
- Drop support for Python 2.7, 3.5, 3.6.
|
2023-06-18 14:00:13 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
py-zope.testrunner: updated to 6.0; renamed from py-ZopeTestrunner
6.0 (2023-03-28)
- Drop support for Python 2.7, 3.5, 3.6.
5.6 (2022-12-09)
- Add support for Python 3.11.
- Inline a small part of ``random.Random.shuffle`` which was deprecated in
Python 3.9 and removed in 3.11
- Don't trigger post mortem debugger for skipped tests.
|
2023-01-02 13:05:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zconfig: updated to 3.6.1
3.6.1 (2022-12-06)
==================
- Add support for Python 3.11.
- Drop support for Python 3.4.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-25 07:38:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zconfig: updated to 3.6.0
3.6.0 (2021-05-19)
==================
- Added support for Python 3.8, 3.9 and 3.10. This primarily involves
avoiding the new-in-3.8 validation of the format string when using the
'safe-template' format style, since that's not supported in the Python
standard library.
- Added ``ZConfig.pygments`` module containing a lexer compatible with
the ``pygments`` library. Made discoverable via an entry point; use
**zconfig** as the highlight language for ``code-block`` directives in
Sphinx documents.
|