From: Jeffery To Date: Tue, 1 Dec 2020 08:44:52 +0000 (+0800) Subject: python-cffi: Update to 1.14.4 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c8326f71400e14b8ed95aee080600465c5067fe5;p=feed%2Fpackages.git python-cffi: Update to 1.14.4 Signed-off-by: Jeffery To --- diff --git a/lang/python/host-pip-requirements/cffi.txt b/lang/python/host-pip-requirements/cffi.txt index 869ce38025..16dd6cf792 100644 --- a/lang/python/host-pip-requirements/cffi.txt +++ b/lang/python/host-pip-requirements/cffi.txt @@ -1,2 +1,2 @@ -cffi==1.14.2 --hash=sha256:ae8f34d50af2c2154035984b8b5fc5d9ed63f32fe615646ab435b05b132ca91b +cffi==1.14.4 --hash=sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c pycparser==2.20 --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index 987ee96814..4cb3eaed68 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cffi -PKG_VERSION:=1.14.3 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PYPI_NAME:=cffi -PKG_HASH:=f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 +PKG_HASH:=1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE