Browse Source

Merge pull request #10522 from cotequeiroz/requests-oathlib

phython-requests-oauthlib: bump to v1.3.0
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
90e91ee464
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lang/python/python-requests-oauthlib/Makefile

+ 4
- 4
lang/python/python-requests-oauthlib/Makefile View 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


Loading…
Cancel
Save