diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-09 15:46:27 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-10 15:33:06 -0300 |
commit | 6c4ba3a58dee6a0aabceb248b765dfbbae3a4878 (patch) | |
tree | f82d1b26c1621654c5701e58e255881883e8d184 | |
parent | 1fd46bfacc21b942b88cd5f0612bebec5b2db810 (diff) |
python-oauthlib: update to 3.0.2 (bugfix release)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
-rw-r--r-- | lang/python/python-oauthlib/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/python/python-oauthlib/Makefile b/lang/python/python-oauthlib/Makefile index af94b9503..c9138ac28 100644 --- a/lang/python/python-oauthlib/Makefile +++ b/lang/python/python-oauthlib/Makefile @@ -6,17 +6,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-oauthlib -PKG_VERSION:=3.0.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.0.2 +PKG_RELEASE:=1 -PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com> +PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=oauthlib-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/o/oauthlib -PKG_HASH:=0ce32c5d989a1827e3f1148f98b9085ed2370fc939bf524c9c851d8714797298 - +PKG_HASH:=b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-oauthlib-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk |