diff --git a/environ-config-20.1.0.tar.gz b/environ-config-20.1.0.tar.gz deleted file mode 100644 index c8dbc9a..0000000 --- a/environ-config-20.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3167feda073bd3cd3457a3e5fa7c2836b6574c046cd0dcd79385ce3284e837bd -size 38446 diff --git a/environ-config-22.1.0.tar.gz b/environ-config-22.1.0.tar.gz new file mode 100644 index 0000000..05658c5 --- /dev/null +++ b/environ-config-22.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7dbc5601060667301e992f6f0544c01e5144c86f1b2ec0b053e322788bb602 +size 44427 diff --git a/python-environ-config.changes b/python-environ-config.changes index d69b36a..2ed7bde 100644 --- a/python-environ-config.changes +++ b/python-environ-config.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Dec 9 16:48:49 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 22.1.0 (2022-04-02) + * Deprecations: + Python 2.7, 3.5, and 3.6 support has been dropped. environ-config now requires Python 3.7 or later. + * Changes: + Lazily init the AWS SecretsManager client to make unit testing easier. #25 + +- Update to 21.2.0 (2021-05-17) + * Deprecations: + This is the last release supporting Python versions older than 3.7. + * Changes: + Added AWS SecretsManager support. #23 + +- Update to 21.1.0 (2021-04-14) + * Backward-incompatible changes: + none + * Deprecations: + none + * Changes: + Fixed environment variables’ names when prefix is empty. #14 + Added the optional keyword argument to environ.group() #17 + Added DirectorySecrets secret reader, which can read secrets from a directory of files. + Useful for Docker or Kubernetes mounted secrets inside a container. #19 + ------------------------------------------------------------------- Fri Jul 24 13:51:16 UTC 2020 - John Vandenberg diff --git a/python-environ-config.spec b/python-environ-config.spec index 8a1a6ce..b5cd03a 100644 --- a/python-environ-config.spec +++ b/python-environ-config.spec @@ -1,7 +1,7 @@ # # spec file for package python-environ-config # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-environ-config -Version: 20.1.0 +Version: 22.1.0 Release: 0 Summary: Boilerplate-free configuration with env variables License: MIT @@ -33,6 +33,8 @@ Conflicts: python-django-environ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs >= 17.4.0} +BuildRequires: %{python_module boto3} +BuildRequires: %{python_module moto} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages