1a9cd8e391
Accepting request 1239258 from devel:languages:python
Ana Guerrero2025-01-21 20:11:04 +00:00
acbcecb47e
- Update to 4.2 * Drop support for Python 3.7, 3.8. * Add support for Python 3.13. - Drop py313.patch, merged upstream
Nico Krapp2025-01-21 12:14:37 +00:00
7de4297a20
Accepting request 1218884 from devel:languages:python
Ana Guerrero2024-10-29 13:35:34 +00:00
eed39f6a4a
- update to 4.1: * 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
Dirk Mueller2024-10-28 22:21:36 +00:00
9e1b23b9c5
Accepting request 1161215 from devel:languages:python
Ana Guerrero2024-03-25 20:11:33 +00:00
dd73e476cb
- Don't use rm -f in %prep, it hides failures. - Switch to autosetup and pyproject macros. - Correct path used for running the testsuite. - Add patch support-python-312.patch: * Do not a monkey patch for assertRaisesRegexp, it is not required.
Steve Kowalik2024-03-25 01:44:10 +00:00
d130bba972
Accepting request 1140254 from devel:languages:python
Ana Guerrero2024-01-21 22:09:50 +00:00
9111e81db3
- update to 4.0: * Drop support for Python 2.7, 3.5, 3.6.
Dirk Mueller2024-01-21 10:37:01 +00:00
7d60b05c01
- 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.
Tomáš Chvátal
2019-03-04 12:32:47 +00:00