14
0

Accepting request 853255 from home:stroeder:branches:devel:languages:python

- Update to 0.15.0
  * Add --export option to set to make it prepend the binding with export (#270 by @jadutter).
  * Make set command create the .env file in the current directory if no .env file was found (#270 by @jadutter).
  * Fix potentially empty expanded value for duplicate key (#260 by @bbc2).
  * Fix import error on Python 3.5.0 and 3.5.1 (#267 by @gongqingkui).
  * Fix parsing of unquoted values containing several adjacent space or tab characters (#277 by @bbc2, review by @x-yuri).

OBS-URL: https://build.opensuse.org/request/show/853255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=18
This commit is contained in:
2020-12-07 09:49:11 +00:00
committed by Git OBS Bridge
parent f968c1f0fb
commit 18843658cb
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 2 17:16:41 UTC 2020 - Michael Ströder <michael@stroeder.com>
- Update to 0.15.0
* Add --export option to set to make it prepend the binding with export (#270 by @jadutter).
* Make set command create the .env file in the current directory if no .env file was found (#270 by @jadutter).
* Fix potentially empty expanded value for duplicate key (#260 by @bbc2).
* Fix import error on Python 3.5.0 and 3.5.1 (#267 by @gongqingkui).
* Fix parsing of unquoted values containing several adjacent space or tab characters (#277 by @bbc2, review by @x-yuri).
-------------------------------------------------------------------
Wed Aug 5 13:46:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>