From e1c37ece2842225b1794c80347d52a3c1df3ec08 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 1 Jan 2022 11:00:04 -0700 Subject: [PATCH] package/python{3}-cffi: bump to version 1.15.0 Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/python-cffi/python-cffi.hash | 4 ++-- package/python-cffi/python-cffi.mk | 4 ++-- package/python3-cffi/python3-cffi.mk | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/python-cffi/python-cffi.hash b/package/python-cffi/python-cffi.hash index 8ab672a56f..41565f9a62 100644 --- a/package/python-cffi/python-cffi.hash +++ b/package/python-cffi/python-cffi.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/cffi/json -md5 5c118a18ea897df164dbff67a32876fc cffi-1.14.6.tar.gz -sha256 c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd cffi-1.14.6.tar.gz +md5 f3a3f26cd3335fc597479c9475da0a0b cffi-1.15.0.tar.gz +sha256 920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954 cffi-1.15.0.tar.gz # Locally computed sha256 checksums sha256 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33 LICENSE diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk index 2504cf18f4..b14dce8225 100644 --- a/package/python-cffi/python-cffi.mk +++ b/package/python-cffi/python-cffi.mk @@ -5,9 +5,9 @@ ################################################################################ # Please keep in sync with package/python3-cffi/python3-cffi.mk -PYTHON_CFFI_VERSION = 1.14.6 +PYTHON_CFFI_VERSION = 1.15.0 PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz -PYTHON_CFFI_SITE = https://files.pythonhosted.org/packages/2e/92/87bb61538d7e60da8a7ec247dc048f7671afe17016cd0008b3b710012804 +PYTHON_CFFI_SITE = https://files.pythonhosted.org/packages/00/9e/92de7e1217ccc3d5f352ba21e52398372525765b2e0c4530e6eb2ba9282a PYTHON_CFFI_SETUP_TYPE = setuptools PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi PYTHON_CFFI_LICENSE = MIT diff --git a/package/python3-cffi/python3-cffi.mk b/package/python3-cffi/python3-cffi.mk index 52ea3b3fbf..2770eda93e 100644 --- a/package/python3-cffi/python3-cffi.mk +++ b/package/python3-cffi/python3-cffi.mk @@ -5,9 +5,9 @@ ################################################################################ # Please keep in sync with package/python-cffi/python-cffi.mk -PYTHON3_CFFI_VERSION = 1.14.6 +PYTHON3_CFFI_VERSION = 1.15.0 PYTHON3_CFFI_SOURCE = cffi-$(PYTHON3_CFFI_VERSION).tar.gz -PYTHON3_CFFI_SITE = https://files.pythonhosted.org/packages/2e/92/87bb61538d7e60da8a7ec247dc048f7671afe17016cd0008b3b710012804 +PYTHON3_CFFI_SITE = https://files.pythonhosted.org/packages/00/9e/92de7e1217ccc3d5f352ba21e52398372525765b2e0c4530e6eb2ba9282a PYTHON3_CFFI_SETUP_TYPE = setuptools PYTHON3_CFFI_LICENSE = MIT PYTHON3_CFFI_LICENSE_FILES = LICENSE