forked from pool/python-zope.configuration
- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user