AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 3.2.0 * Drop support for Python 2.6 and 3.2 and add support for Python 3.6. * Run tests with pypy and pypy3 as well. * Host docs at https://zconfig.readthedocs.io * BaseLoader is now an abstract class that cannot be instantiated. * Allow nan, inf and -inf values for floats in configurations. See https://github.com/zopefoundation/ZConfig/issues/16. * Scripts zconfig (for schema validation) and zconfig_schema2html are ported to Python 3. * A new ZConfig.sphinx Sphinx extension facilitates automatically documenting ZConfig components using their description and examples in Sphinx documentation. See https://github.com/zopefoundation/ZConfig/pull/25. * Simplify internal schema processing of max and min occurrence values. See https://github.com/zopefoundation/ZConfig/issues/15. * Almost all uses of type as a parameter name have been replaced with type_ to avoid shadowing a builtin. These were typically not public APIs and weren’t expected to be called with keyword arguments so there should not be any user-visible changes. See https://github.com/zopefoundation/ZConfig/issues/17 3.1.0: * Add ability to do variable substitution from environment variables using $() syntax. - Converted to single-spec
- Update to version 3.0.4 + Added Python 3.4 support - Implement update-alternatives
- Fix source URL
- version 3.0.3: initial build