python-oauthlib: update to 3.0.2 (bugfix release) 9436/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Tue, 9 Jul 2019 18:46:27 +0000 (15:46 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 10 Jul 2019 18:33:06 +0000 (15:33 -0300)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lang/python/python-oauthlib/Makefile

index af94b950374ae97c3dd393de48492a2f52453f56..c9138ac2893407d5b2fc4b8e6749bd9588c38e6a 100644 (file)
@@ -6,17 +6,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-oauthlib
-PKG_VERSION:=3.0.1
-PKG_RELEASE:=2
+PKG_VERSION:=3.0.2
+PKG_RELEASE:=1
 
-PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
+PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
 
 PKG_SOURCE:=oauthlib-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/o/oauthlib
-PKG_HASH:=0ce32c5d989a1827e3f1148f98b9085ed2370fc939bf524c9c851d8714797298
-
+PKG_HASH:=b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-oauthlib-$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk