14
0

Accepting request 807717 from home:mcalabkova:branches:devel:languages:python

- Update to 0.13.0
  * Add support for a Bash-like default value in variable expansion
  * Fix escaping of quoted values written by set_key
  * Few more fixes

OBS-URL: https://build.opensuse.org/request/show/807717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-05-21 09:02:40 +00:00
committed by Git OBS Bridge
parent bf4687f7dd
commit a972b4486b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 20 12:41:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.13.0
* Add support for a Bash-like default value in variable expansion
* Fix escaping of quoted values written by set_key
* Few more fixes
-------------------------------------------------------------------
Wed Mar 18 09:17:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>