15
0

- Update to 3.4.0:

* 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
This commit is contained in:
Tomáš Chvátal
2019-03-04 12:32:47 +00:00
committed by Git OBS Bridge
parent bdf6cbc9ef
commit 7d60b05c01
4 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 4 12:24:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.4.0:
* 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.
-------------------------------------------------------------------
Fri Jun 23 13:35:29 UTC 2017 - aloisio@gmx.com