From 93376d0deedfae115a5922bc400665261f1a98efda0d8309f78ee70143db09af Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 May 2023 14:07:02 +0000 Subject: [PATCH] - 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 --- environ-config-22.1.0.tar.gz | 3 --- environ_config-23.2.0.tar.gz | 3 +++ python-environ-config.changes | 11 +++++++++++ python-environ-config.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 environ-config-22.1.0.tar.gz create mode 100644 environ_config-23.2.0.tar.gz diff --git a/environ-config-22.1.0.tar.gz b/environ-config-22.1.0.tar.gz deleted file mode 100644 index 05658c5..0000000 --- a/environ-config-22.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c7dbc5601060667301e992f6f0544c01e5144c86f1b2ec0b053e322788bb602 -size 44427 diff --git a/environ_config-23.2.0.tar.gz b/environ_config-23.2.0.tar.gz new file mode 100644 index 0000000..0ff1432 --- /dev/null +++ b/environ_config-23.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83fa15efbd7ab7130268c33992d9d42747232315d05586e5276c96ee89020f9 +size 44948 diff --git a/python-environ-config.changes b/python-environ-config.changes index 635038f..78fe149 100644 --- a/python-environ-config.changes +++ b/python-environ-config.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 29 14:06:27 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-environ-config.spec b/python-environ-config.spec index c46e789..4202f01 100644 --- a/python-environ-config.spec +++ b/python-environ-config.spec @@ -17,12 +17,12 @@ Name: python-environ-config -Version: 22.1.0 +Version: 23.2.0 Release: 0 Summary: Boilerplate-free configuration with env variables License: MIT URL: https://github.com/hynek/environ_config -Source: https://files.pythonhosted.org/packages/source/e/environ-config/environ-config-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/e/environ-config/environ_config-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,7 +42,7 @@ BuildRequires: %{python_module urllib3 < 2} Boilerplate-free configuration with env variables. %prep -%setup -q -n environ-config-%{version} +%setup -q -n environ_config-%{version} %build %python_build