diff options
author | Jeffery To <jeffery.to@gmail.com> | 2021-02-15 05:35:23 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2021-02-15 05:35:23 +0800 |
commit | 4aba039a2d8ba4ece54711233103b6477a3b8ae6 (patch) | |
tree | ab071cd2dea58a64671f16d670a770d8af81e177 /lang | |
parent | c281142103cef2943eb8e5498e474d8df22ba23b (diff) |
python-cffi: Update to 1.14.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/host-pip-requirements/cffi.txt | 2 | ||||
-rw-r--r-- | lang/python/python-cffi/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/host-pip-requirements/cffi.txt b/lang/python/host-pip-requirements/cffi.txt index 16dd6cf79..197978aad 100644 --- a/lang/python/host-pip-requirements/cffi.txt +++ b/lang/python/host-pip-requirements/cffi.txt @@ -1,2 +1,2 @@ -cffi==1.14.4 --hash=sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c +cffi==1.14.5 --hash=sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c pycparser==2.20 --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index 4cb3eaed6..aeff3bae5 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.4 +PKG_VERSION:=1.14.5 PKG_RELEASE:=1 PYPI_NAME:=cffi -PKG_HASH:=1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c +PKG_HASH:=fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |