Merge pull request #6785 from neheb/patch-22

python-urllib3: Update to 1.2.3
This commit is contained in:
Dirk Brenken 2018-08-20 09:25:32 +02:00 committed by GitHub
commit f6e18184a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-urllib3
PKG_VERSION:=1.22
PKG_VERSION:=1.23
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE:=urllib3-$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/urllib3-$(PKG_VERSION)/
PKG_SOURCE_URL:=https://pypi.python.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d/
PKG_HASH:=cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f
PKG_SOURCE_URL:=https://pypi.io/packages/source/u/urllib3
PKG_HASH:=a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk