14
0

- Update to 6.0:

* Add support for checking environment variables in zcml conditions. Use
    envvar or not-envvar. not-envvar is true when the variable is not set,
    is empty, or has one of the usual 'false' values like '0'.
  * Add support for Python 3.12, 3.13.
  * Drop support for Python 3.7.
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=21
This commit is contained in:
2024-12-17 05:08:36 +00:00
committed by Git OBS Bridge
parent cca97ffb52
commit 231fa52804
4 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 17 05:07:47 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 6.0:
* Add support for checking environment variables in zcml conditions. Use
envvar or not-envvar. not-envvar is true when the variable is not set,
is empty, or has one of the usual 'false' values like '0'.
* Add support for Python 3.12, 3.13.
* Drop support for Python 3.7.
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Sat Mar 16 13:11:11 UTC 2024 - Dirk Müller <dmueller@suse.com>