forked from pool/python-environ-config
- update to 23.2.0:
* Type hints for `environ.config()` now allow for arguments
(e.g. `@environ.config(prefix="")`).
* `environ.secrets.DirectorySecrets.from_path()` now works when
loading from `os.environ`.
* Public APIs now carry type hints (except in-class methods
like ``AppConfig.from_environ()``).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-environ-config?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 14:06:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 23.2.0:
|
||||
* Type hints for `environ.config()` now allow for arguments
|
||||
(e.g. `@environ.config(prefix="")`).
|
||||
* `environ.secrets.DirectorySecrets.from_path()` now works when
|
||||
loading from `os.environ`.
|
||||
* Public APIs now carry type hints (except in-class methods
|
||||
like ``AppConfig.from_environ()``).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 12:34:02 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user