From: Javier Marcet Date: Sun, 28 Nov 2021 12:13:44 +0000 (+0100) Subject: python-dotenv: update to v0.19.2 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=acb795c626203e4ebbf057b88ef8afa0ccf5aa2a;p=feed%2Fpackages.git python-dotenv: update to v0.19.2 What's Changed: Fixed: - Add missing trailing newline before adding new entry with set_key by @bbc2 in #361 Signed-off-by: Javier Marcet --- diff --git a/lang/python/python-dotenv/Makefile b/lang/python/python-dotenv/Makefile index f0a614ac74..120575c5d1 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.19.1 +PKG_VERSION:=0.19.2 PKG_RELEASE:=1 PYPI_NAME:=python-dotenv -PKG_HASH:=14f8185cc8d494662683e6914addcb7e95374771e707601dfc70166946b4c4b8 +PKG_HASH:=a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=BSD-3-Clause