From: Eneas U de Queiroz Date: Mon, 11 Nov 2019 00:50:48 +0000 (-0300) Subject: python-requests-oauthlib: bump to 1.3.0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=03fc32571fafaed8bf2185e8e8ea8d3f60483cca;p=feed%2Fpackages.git 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 --- diff --git a/lang/python/python-requests-oauthlib/Makefile b/lang/python/python-requests-oauthlib/Makefile index fdb0dbd27d..30b00d6140 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 +PKG_MAINTAINER:=Eneas U de Queiroz 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