Changelog for
python-ZConfig-doc-3.2.0-10.46.noarch.rpm :
Fri Jun 23 14:00:00 2017 aloisioAATTgmx.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 14:00:00 2014 p.drouandAATTgmail.com
- Update to version 3.0.4
+ Added Python 3.4 support
- Implement update-alternatives
Thu Sep 26 14:00:00 2013 toddrme2178AATTgmail.com
- Fix source URL
Sat Aug 3 14:00:00 2013 hpjAATTurpla.net
- version 3.0.3: initial build