* Add support for Python 3.12.
- drop support-python-312.patch (upstream)
- add py313.patch: fix test failures with 3.13
* Drop support for Python 2.6 and 3.2 and add support for
* BaseLoader is now an abstract class that cannot be
* Allow nan, inf and -inf values for floats in configurations.
* Scripts zconfig (for schema validation) and
* A new ZConfig.sphinx Sphinx extension facilitates
automatically documenting ZConfig components using their
description and examples in Sphinx documentation. See
* Simplify internal schema processing of max and min
* Almost all uses of type as a parameter name have been
replaced with type_ to avoid shadowing a builtin. These were
* Add ability to do variable substitution from environment
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=23
- Update to 3.6.0
* Added support for Python 3.8, 3.9 and 3.10. This primarily
involves avoiding the new-in-3.8 validation of the format
string when using the ‘safe-template’ format style, since
that’s not supported in the Python standard library.
* Added ZConfig.pygments module containing a lexer compatible
with the pygments library. Made discoverable via an entry
point; use zconfig as the highlight language for code-block
directives in Sphinx documents.
- Drop patch that was integrated upstream.
OBS-URL: https://build.opensuse.org/request/show/905715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=15
* Many changes have been made in the support for logging configurations
* Drop support for Python 3.3.
* Add support for Python 3.7.
* Drop support for 'python setup.py test'. See issue 38.
* Add support for example in section and multisection, and include those examples in generated documentation. See https://github.com/zopefoundation/ZConfig/pull/5.
* Fix configuration loaders to decode byte data using UTF-8 instead of the default encoding (usually ASCII). See issue 37.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=9