forked from pool/python-ZConfig
Accepting request 506522 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/506522 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 17:00:09 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user