Package Release Info

python-ZConfig-3.2.0-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-ZConfig
python2-ZConfig-doc
python3-ZConfig
python3-ZConfig-doc

Change Logs

Version: 3.2.0-bp150.2.3
* Fri Jun 23 2017 aloisio@gmx.com
- 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
* Wed Apr 16 2014 p.drouand@gmail.com
- Update to version 3.0.4
  + Added Python 3.4 support
- Implement update-alternatives
* Thu Sep 26 2013 toddrme2178@gmail.com
- Fix source URL
* Sat Aug 03 2013 hpj@urpla.net
- version 3.0.3: initial build