python-dotenv: update to v0.19.0
authorJavier Marcet <redacted>
Mon, 20 Sep 2021 20:36:30 +0000 (22:36 +0200)
committerRosen Penev <redacted>
Tue, 21 Sep 2021 04:12:01 +0000 (21:12 -0700)
Changed:

 - Require Python 3.5 or a later version. Python 2 and 3.4 are no
 longer supported

 - Raise ValueError if quote_mode isn't one of always, auto or never
 in set_key

 - When writing a value to a .env file with set_key or dotenv set
 <key> <value>

Added:

 - The dotenv_path argument of set_key and unset_key now has a type of
 Union[str, os.PathLike] instead of just os.PathLike

Signed-off-by: Javier Marcet <redacted>
lang/python/python-dotenv/Makefile

index 7ccb6dc3c3c2dbfe9cf9c4ffe59a771ceb3231da..e7a184c937387e45a8ef89489d64efab88619215 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dotenv
-PKG_VERSION:=0.17.1
+PKG_VERSION:=0.19.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=python-dotenv
-PKG_HASH:=b1ae5e9643d5ed987fc57cc2583021e38db531946518130777734f9589b3141f
+PKG_HASH:=f521bc2ac9a8e03c736f62911605c5d83970021e3fa95b37d769e2bbbe9b6172
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=BSD-3-Clause
git clone https://git.99rst.org/PROJECT