python-requests-oauthlib: bump to 1.3.0
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 11 Nov 2019 00:50:48 +0000 (21:50 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 11 Nov 2019 11:18:07 +0000 (08:18 -0300)
- Instagram compliance fix
- Added force_querystring argument to fetch_token() method on
  OAuth2Session

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

index fdb0dbd27d43bf0d78cfa213a68c5f81e8cf2b26..30b00d61409e30394b1e9a676b0a985a93619383 100644 (file)
@@ -6,15 +6,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-requests-oauthlib
-PKG_VERSION:=1.2.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.3.0
+PKG_RELEASE:=1
 
-PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
+PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=ISC
 PKG_LICENSE_FILES:=LICENSE
 
 PYPI_NAME:=requests-oauthlib
-PKG_HASH:=bd6533330e8748e94bf0b214775fed487d309b8b8fe823dc45641ebcd9a32f57
+PKG_HASH:=b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk