15
0
Commit Graph

29 Commits

Author SHA256 Message Date
bb8d04ec8c Accepting request 1264856 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=14
2025-04-16 18:38:46 +00:00
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
2806c05b3b Accepting request 1239258 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=13
2025-01-21 20:11:04 +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
6b7b5930f1 Accepting request 1218884 from devel:languages:python
- 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/request/show/1218884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=12
2024-10-29 13:35:34 +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
9e1b23b9c5 Accepting request 1161215 from devel:languages:python
- 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/request/show/1161215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=11
2024-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.

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
d130bba972 Accepting request 1140254 from devel:languages:python
- update to 4.0:
  * Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/request/show/1140254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=10
2024-01-21 22:09:50 +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
c0ebe698ed Accepting request 1067286 from devel:languages:python
- Update to 3.6.1:
  * Add support for Python 3.11.
  * Drop support for Python 3.4.

OBS-URL: https://build.opensuse.org/request/show/1067286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=9
2023-02-23 15:29:20 +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
0edbae20e4 Accepting request 905798 from 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 python-38-support.patch that was integrated upstream.

OBS-URL: https://build.opensuse.org/request/show/905798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=8
2021-07-16 20:12:34 +00:00
5506ee110b mention dropped patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=16
2021-07-12 09:29:45 +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
cc9d149981 Accepting request 750654 from devel:languages:python
- Add python-38-support.patch to support Python 3.8

OBS-URL: https://build.opensuse.org/request/show/750654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=7
2019-11-29 14:55:42 +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
482ead4231 Accepting request 719651 from devel:languages:python
- 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>`_. (forwarded request 719614 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/719651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=6
2019-08-06 13:08:45 +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
fbd095f4ba Accepting request 681395 from devel:languages:python
- 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/request/show/681395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=5
2019-03-05 11:22:59 +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
c4beb3a045 Accepting request 506972 from devel:languages:python
(forwarded request 506522 from alois)

OBS-URL: https://build.opensuse.org/request/show/506972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=4
2017-07-08 10:33:28 +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
Tomáš Chvátal
ca9c3dac03 Accepting request 230405 from devel:languages:python
Update + update-alternatives (forwarded request 230404 from posophe)

OBS-URL: https://build.opensuse.org/request/show/230405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=2
2014-04-17 12:11:30 +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
Stephan Kulow
502aee7516 Accepting request 200702 from devel:languages:python
needed by python-ZODB3, which replaced now-deleted python-zodb3

source URL fixed

OBS-URL: https://build.opensuse.org/request/show/200702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=1
2013-09-27 16:02:45 +00:00
Todd R
0d0a2d1ecd OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=3 2013-09-26 10:48:51 +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