15
0

- 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:
2023-05-29 14:07:02 +00:00
committed by Git OBS Bridge
parent 65099c4a63
commit 93376d0dee
4 changed files with 17 additions and 6 deletions

View File

@@ -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>