pyjwt: bump to version 1.7.1
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 13 Dec 2018 18:22:47 +0000 (16:22 -0200)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 13 Dec 2018 18:24:38 +0000 (16:24 -0200)
This is a bugfix release.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lang/python/pyjwt/Makefile

index e265979e02b3ccdcb85cb833e898010f724b2839..a4153dcc6ffda2b16c04cd4e974ceb75f8c61b2d 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pyjwt
-PKG_VERSION:=1.7.0
+PKG_VERSION:=1.7.1
 PKG_RELEASE:=1
 PKG_LICENSE:=MIT
 
 PKG_SOURCE:=PyJWT-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/P/PyJWT
-PKG_HASH:=ddec8409c57e9d371c6006e388f91daf3b0b43bdf9fcbf99451fb7cf5ce0a86d
+PKG_HASH:=8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-PyJWT-$(PKG_VERSION)
 PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)