15
0
Commit Graph

15 Commits

Author SHA256 Message Date
ef1351c99f Accepting request 825355 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/825355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=7
2020-08-18 13:05:09 +00:00
Tomáš Chvátal
80d13f36e2 Accepting request 825159 from home:jayvdb:branches:devel:languages:python
- Devendor the runtime package
- Activate redis tests using redis-server-url.patch
- Remove box-4.0.patch merged upstream
- Update to v3.0.0
  * Breaking change: Envless by default
  * See https://github.com/rochacbruno/dynaconf/blob/master/CHANGELOG.md
    for other changes

OBS-URL: https://build.opensuse.org/request/show/825159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=14
2020-08-10 11:17:10 +00:00
fdf1df2128 Accepting request 809400 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/809400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=6
2020-05-28 07:17:42 +00:00
Tomáš Chvátal
42ab3f267d Accepting request 809242 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=12
2020-05-27 10:11:17 +00:00
fed05a8e6f Accepting request 792348 from devel:languages:python
- Add patch from git upstream to work with latest box releases:
  * box-4.0.patch

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

OBS-URL: https://build.opensuse.org/request/show/792348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=5
2020-04-10 21:53:02 +00:00
Tomáš Chvátal
ca32ee22b8 - Add patch from git upstream to work with latest box releases:
* box-4.0.patch

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=10
2020-04-08 08:12:56 +00:00
600881a213 Accepting request 733405 from devel:languages:python
- 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]

OBS-URL: https://build.opensuse.org/request/show/733405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=4
2019-09-26 18:43:19 +00:00
Tomáš Chvátal
b91f0e8732 - 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]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=8
2019-09-26 11:16:30 +00:00
Ludwig Nussel
9e2cce2a7f Accepting request 730632 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/730632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=3
2019-09-13 13:03:18 +00:00
Tomáš Chvátal
e57e47dbec - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=6
2019-09-13 08:35:51 +00:00
235291f304 Accepting request 718891 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/718891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=2
2019-07-26 15:34:59 +00:00
Tomáš Chvátal
021bc3f742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=4 2019-07-26 13:34:30 +00:00
Tomáš Chvátal
2e41821b6f Accepting request 718878 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/718878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=3
2019-07-26 13:33:14 +00:00
72ec1d2e82 Accepting request 710891 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dynaconf?expand=0&rev=1
2019-06-19 19:14:30 +00:00
8785590ed8 - Initial packaging (version 2.0.2)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=1
2019-06-19 11:45:18 +00:00