From f3f9257977f042bc5b3904ddb65f744ee01671fd9ee9d4530430b1ad66e32af8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 27 Sep 2022 10:16:29 +0000 Subject: [PATCH] Accepting request 1006271 from home:yarunachalam:branches:devel:languages:python - Update to version 2.0.0: * Merge pull request #149 from beetbox/py3-cleanup * Remove all __future__ imports * Remove Python 2isms * Rename branch master -> main * Merge pull request #147 from beetbox/py3 * Tolerate kwargs in mocked makedirs * Fix job name * Switch from nose to nose2 * Try a new, simpler Actions setup * Drop support for Python <3.6 * Merge pull request #144 from arroyoj/document_view_pitfall * Add warning to docs about using config.get() to retrieve entire config * Changelog & version bump for #142 * Merge pull request #142 from arroyoj/environment_source * Update docs with how to set config options from environment variables * Add convenience Configuration method to set overlay from environment * Add option for environment variable values to be parsed as full YAML * Add configuration source that loads values from environment variables * Refactor ConfigView._build_namespace_dict into a utility function OBS-URL: https://build.opensuse.org/request/show/1006271 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-confuse?expand=0&rev=4 --- confuse-1.7.0.tar.gz | 3 --- confuse-2.0.0.tar.gz | 3 +++ python-confuse.changes | 24 ++++++++++++++++++++++++ python-confuse.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 confuse-1.7.0.tar.gz create mode 100644 confuse-2.0.0.tar.gz diff --git a/confuse-1.7.0.tar.gz b/confuse-1.7.0.tar.gz deleted file mode 100644 index 73b0704..0000000 --- a/confuse-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9fe8474516a62397f8e52fcf89547bb2f2737b1a4a6f6dec11a286f0b3a7401 -size 50503 diff --git a/confuse-2.0.0.tar.gz b/confuse-2.0.0.tar.gz new file mode 100644 index 0000000..84b72cd --- /dev/null +++ b/confuse-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc57c45ec2a9850a90fe7c29812bbdd8405e48a49c1a22899df915d0aca941f +size 50827 diff --git a/python-confuse.changes b/python-confuse.changes index 7f13827..2b13f20 100644 --- a/python-confuse.changes +++ b/python-confuse.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Sep 26 23:32:41 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.0.0: + * Merge pull request #149 from beetbox/py3-cleanup + * Remove all __future__ imports + * Remove Python 2isms + * Rename branch master -> main + * Merge pull request #147 from beetbox/py3 + * Tolerate kwargs in mocked makedirs + * Fix job name + * Switch from nose to nose2 + * Try a new, simpler Actions setup + * Drop support for Python <3.6 + * Merge pull request #144 from arroyoj/document_view_pitfall + * Add warning to docs about using config.get() to retrieve entire config + * Changelog & version bump for #142 + * Merge pull request #142 from arroyoj/environment_source + * Update docs with how to set config options from environment variables + * Add convenience Configuration method to set overlay from environment + * Add option for environment variable values to be parsed as full YAML + * Add configuration source that loads values from environment variables + * Refactor ConfigView._build_namespace_dict into a utility function + ------------------------------------------------------------------- Fri Feb 11 20:47:52 UTC 2022 - Matej Cepl diff --git a/python-confuse.spec b/python-confuse.spec index 88a47f0..b2c0ce2 100644 --- a/python-confuse.spec +++ b/python-confuse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-confuse -Version: 1.7.0 +Version: 2.0.0 Release: 0 Summary: Painless YAML configuration License: MIT