2017-06-29 08:41:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Jun 23 13:35:29 UTC 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
|
|
|
|
|
|
|
2014-04-16 20:51:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Apr 16 17:00:09 UTC 2014 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 3.0.4
|
|
|
|
|
|
+ Added Python 3.4 support
|
|
|
|
|
|
- Implement update-alternatives
|
|
|
|
|
|
|
2013-09-26 10:48:51 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Sep 26 10:48:47 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Fix source URL
|
|
|
|
|
|
|
2013-08-08 11:22:41 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sat Aug 3 19:44:19 UTC 2013 - hpj@urpla.net
|
|
|
|
|
|
|
|
|
|
|
|
- version 3.0.3: initial build
|
|
|
|
|
|
|