python-oauthlib: bump to 3.1.1
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 11 Oct 2021 11:50:17 +0000 (08:50 -0300)
committerRosen Penev <rosenp@gmail.com>
Thu, 14 Oct 2021 05:21:06 +0000 (22:21 -0700)
This is a minor update, which officially supports Python 3.8, and
removes Python 2 code, among several bugfixes.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lang/python/python-oauthlib/Makefile

index c2fe25980320e574f51f78318afddc9a9a5bd547..cddb355635ea75b09e0f4affdec6330d72b60fc4 100644 (file)
@@ -6,15 +6,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-oauthlib
-PKG_VERSION:=3.1.0
-PKG_RELEASE:=2
+PKG_VERSION:=3.1.1
+PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
 
 PYPI_NAME:=oauthlib
-PKG_HASH:=bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
+PKG_HASH:=8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk