diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-08-22 14:36:14 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-08-22 14:40:20 -0300 |
commit | ab990af307cb401317e4e3d041b2bfe60ee0ccdb (patch) | |
tree | 5217f33d3378637e7c3f69f8a0ed04753f200951 /lang | |
parent | 5646b4ce74f151f8c36d94a7577f60f0c359d09d (diff) |
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 <cotequeiroz@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-oauthlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-oauthlib/Makefile b/lang/python/python-oauthlib/Makefile index c9138ac28..6376cdf5a 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 <cotequeiroz@gmail.com> @@ -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 |