aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2019-11-10 21:50:48 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2019-11-11 08:18:07 -0300
commit03fc32571fafaed8bf2185e8e8ea8d3f60483cca (patch)
treeeb2c41ad0ca6d0f413f56f5a3a73e5c8c2f47d63
parente38810f38e8772c1f76397b64f71ac6f285fa90e (diff)
python-requests-oauthlib: bump to 1.3.0
- Instagram compliance fix - Added force_querystring argument to fetch_token() method on OAuth2Session Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
-rw-r--r--lang/python/python-requests-oauthlib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-requests-oauthlib/Makefile b/lang/python/python-requests-oauthlib/Makefile
index fdb0dbd27..30b00d614 100644
--- a/lang/python/python-requests-oauthlib/Makefile
+++ b/lang/python/python-requests-oauthlib/Makefile
@@ -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