From bb44de86343bfcecbc64084aa8aaa4173084d697 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Thu, 8 Sep 2022 01:23:57 +0200 Subject: [PATCH] python-dotenv: update to v0.21.0 Added: - CLI: add support for invocations via 'python -m'. - load_dotenv function now returns False. - CLI: add --format= option to list command. Fixed: - Drop Python 3.5 and 3.6 and upgrade GA - Use open instead of io.open. - Improve documentation for variables without a value - Add parse_it to Related Projects - Update README.md - Improve documentation with direct use of MkDocs Signed-off-by: Javier Marcet --- lang/python/python-dotenv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-dotenv/Makefile b/lang/python/python-dotenv/Makefile index 66a165a69..e8ef61b1b 100644 --- a/lang/python/python-dotenv/Makefile +++ b/lang/python/python-dotenv/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dotenv -PKG_VERSION:=0.20.0 +PKG_VERSION:=0.21.0 PKG_RELEASE:=1 PYPI_NAME:=python-dotenv -PKG_HASH:=b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f +PKG_HASH:=b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=BSD-3-Clause @@ -21,7 +21,7 @@ define Package/python3-dotenv SUBMENU:=Python TITLE:=Add .env support to your django/flask apps in development and deployments URL:=http://github.com/theskumar/python-dotenv - DEPENDS:=+python3-light +python3-logging + DEPENDS:=+python3-click +python3-light +python3-logging endef define Package/python3-dotenv/description