15
0
Commit Graph

14 Commits

Author SHA256 Message Date
e079b451d4 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=27
2025-03-26 01:49:58 +00:00
11ddc6695f Accepting request 1239253 from home:glaubitz:branches:devel:languages:python
- Update to 4.2
  * Drop support for Python 3.7, 3.8.
  * Add support for Python 3.13.
- Drop py313.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1239253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=25
2025-01-21 12:14:37 +00:00
920a4a1f4f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=23
2024-10-28 22:21:36 +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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=21
2024-03-25 01:44:10 +00:00
9111e81db3 - update to 4.0:
* Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=19
2024-01-21 10:37:01 +00:00
fe72454f3d - Update to 3.6.1:
* Add support for Python 3.11.
  * Drop support for Python 3.4.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=17
2023-02-20 07:32:59 +00:00
ae36cb25f6 Accepting request 905715 from home:jacraig:branches:devel:languages:python
- 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
2021-07-12 09:29:04 +00:00
2790947c07 - Add python-38-support.patch to support Python 3.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=13
2019-11-25 01:57:26 +00:00
35dc8c9882 Accepting request 719614 from home:pgajdos
- version update to 3.5.0
  * Add support for documenting schema files contained in packages to
    the Sphinx extension. See `issue 59
    <https://github.com/zopefoundation/ZConfig/issues/59>`_.

OBS-URL: https://build.opensuse.org/request/show/719614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=11
2019-07-29 16:17:44 +00:00
Tomáš Chvátal
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=9
2019-03-04 12:32:47 +00:00
bdf6cbc9ef 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
2017-06-29 08:41:57 +00:00
Denisart Benjamin
981e9aae1b Accepting request 230404 from home:posophe:branches:devel:languages:python
Update + update-alternatives

OBS-URL: https://build.opensuse.org/request/show/230404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=5
2014-04-16 20:51:19 +00:00
Todd R
76adbd7ca7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=2 2013-09-26 10:48:25 +00:00
Sascha Peilicke
f5591b7240 Accepting request 186037 from home:frispete:python
some missing zope stuff

OBS-URL: https://build.opensuse.org/request/show/186037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=1
2013-08-08 11:22:41 +00:00