python-dotenv: update to v0.20.0
authorJavier Marcet <javier@marcet.info>
Thu, 31 Mar 2022 09:34:30 +0000 (11:34 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 31 Mar 2022 13:01:58 +0000 (06:01 -0700)
Added:

 - Add encoding (Optional[str]) parameter to get_key, set_key and
 unset_key. (by @bbc2)

Fixed:

 - Use dict to specify the entry_points parameter of setuptools.setup
 (by @mgorny).
 - Don't build universal wheels (by @bbc2).

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-dotenv/Makefile

index 120575c5d197c3bc0b69f997ab0e9d05c7576196..66a165a69101e53994fd31d4cb95677c92d83659 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dotenv
-PKG_VERSION:=0.19.2
+PKG_VERSION:=0.20.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=python-dotenv
-PKG_HASH:=a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f
+PKG_HASH:=b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=BSD-3-Clause