From ab990af307cb401317e4e3d041b2bfe60ee0ccdb Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 22 Aug 2019 14:36:14 -0300 Subject: [PATCH] python-oauthlib: bump to 3.1.0 This is a feature release including improvement to OIDC and security enhancements, as well as bugfixes. Signed-off-by: Eneas U de Queiroz --- lang/python/python-oauthlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-oauthlib/Makefile b/lang/python/python-oauthlib/Makefile index c9138ac289..6376cdf5ac 100644 --- a/lang/python/python-oauthlib/Makefile +++ b/lang/python/python-oauthlib/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-oauthlib -PKG_VERSION:=3.0.2 +PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Eneas U de Queiroz @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=oauthlib-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/o/oauthlib -PKG_HASH:=b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e +PKG_HASH:=bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-oauthlib-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk