python-dotenv: update to v0.19.1
authorJavier Marcet <javier@marcet.info>
Mon, 11 Oct 2021 06:07:25 +0000 (08:07 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 14 Oct 2021 00:07:37 +0000 (17:07 -0700)
What's Changed

 - CHANGELOG.md: Fix typos discovered by codespell by @cclauss in #350
 - Add Python 3.10 support by @theskumar in #359

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

index e7a184c937387e45a8ef89489d64efab88619215..f0a614ac7463abda9b6ba1a88a76ad22e2666f89 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dotenv
-PKG_VERSION:=0.19.0
+PKG_VERSION:=0.19.1
 PKG_RELEASE:=1
 
 PYPI_NAME:=python-dotenv
-PKG_HASH:=f521bc2ac9a8e03c736f62911605c5d83970021e3fa95b37d769e2bbbe9b6172
+PKG_HASH:=14f8185cc8d494662683e6914addcb7e95374771e707601dfc70166946b4c4b8
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=BSD-3-Clause