pyjwt: update to 2.2.0
authorEneas U de Queiroz <redacted>
Mon, 11 Oct 2021 11:46:29 +0000 (08:46 -0300)
committerRosen Penev <redacted>
Thu, 14 Oct 2021 05:21:06 +0000 (22:21 -0700)
This is a major update to the latest version.

There are many changes, better seen at
https://github.com/jpadilla/pyjwt/blob/2.2.0/CHANGELOG.rst

Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/pyjwt/Makefile

index 15f131ab28cb9ef8d8460f866c608cb33c36a919..8db387405ffe00fd9c712022132fffb48bb6cf87 100644 (file)
@@ -6,15 +6,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pyjwt
-PKG_VERSION:=1.7.1
-PKG_RELEASE:=2
+PKG_VERSION:=2.2.0
+PKG_RELEASE:=1
 
-PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
+PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
 
 PYPI_NAME:=PyJWT
-PKG_HASH:=8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
+PKG_HASH:=a0b9a3b4e5ca5517cac9f1a6e9cd30bf1aa80be74fcdf4e28eded582ecfcfbae
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT