------------------------------------------------------------------- Wed Apr 8 08:06:54 UTC 2020 - Tomáš Chvátal - Add patch from git upstream to work with latest box releases: * box-4.0.patch ------------------------------------------------------------------- Wed Apr 8 07:21:09 UTC 2020 - Tomáš Chvátal - Update to 2.2.3: * Fix #236 added .local. files loading and module impersonation docs (#239) * Replace key.upper with `upperfy` function that keeps `__` attributes (#240) * Fix #241 new merge standards (#243) * Add support for PRELOAD_ setting. (#244) * Fixing how filename.local.* files are loaded (#238) * fix crash on empty settings (#242) * Fix #251 recursive call was using mutable memoized data (#254) * Fix #266 created new variable FORCE_ENV to override ENV_FOR_DYNACONF * Fix coverage for validators * Add support for detecting duplicate validators being added (and ignore them) (#256) * fix: env_loader.write: quote_mode for non-string values * : added line break * fix str comparison * changing quote logic * fix open error @py3.5 * Fix #258 custom message for validators * Close #178. Included integration tests redis/vault * Fix #273 add Flask load extensions method. * Fix #145 allow lazy format using os.environ and settings values. * Overriding strategy test * Fix #203 document the usage with pytest (with examples) ------------------------------------------------------------------- Thu Sep 26 11:14:00 UTC 2019 - Tomáš Chvátal - Update to 2.1.1: * When both enabled, Vault has the priority over Redis for overriding (#234) [Bruno Rocha] * Dynaconf init will not write all possible envs, only [default] (#233) [Bruno Rocha] * Fixing self._root_path to fall back to os.getcwd() only when settings.load_file is called directly or from includes (#232) [Kedar Kulkarni] * Improvement to close #230 - do not throw error for base envs. (#231) [Bruno Rocha] * Fix #228 add ignore argument to Django explicit mode. (#229) [Bruno Rocha] * Fix typo in CLI init (#227) [Dave Barnow] * Add info about dunder envvars on django.md docs guide (#226) [Bruno Rocha] * Improve validators to use from_env method (#225) [Bruno Rocha] ------------------------------------------------------------------- Fri Sep 13 08:25:34 UTC 2019 - Tomáš Chvátal - Update to 2.1.0: * Nested envvars w/ DUNDER__KEYS * .from_env easy access to different envs * $dynaconf list -o export your settings as a file * @hashicorp #Vault & @RedisLabs supports multiple envs ------------------------------------------------------------------- Fri Jul 26 11:21:48 UTC 2019 - pgajdos@suse.com - version update to 2.0.3 * Fix #194 flask.app.config __setitem__ (#199) * Catch BoxKeyError when contents are TOML parsable but not keyable (#192) * Use the Key Value API rather than the old 'read' and 'write' methods (#198) - package is python3 only - test package ------------------------------------------------------------------- Wed Jun 19 11:36:39 UTC 2019 - Thomas Bechtold - Initial packaging (version 2.0.2)