aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-02-15 00:49:06 -0800
committerGitHub <noreply@github.com>2021-02-15 00:49:06 -0800
commit3fc29f471604934aac877a4619ff5a241969b294 (patch)
tree8c634fe73db8df2fd5d053de77cf08cd3cc1b198 /lang
parent65dfaba35ffdea0e3b2cdc86fbb31b99a7014f4d (diff)
parentb86890b8995b9bc1c649fc2167a37f5451b61c33 (diff)
Merge pull request #14744 from jefferyto/python-cryptography-3.3.2
python-cryptography: Update to 3.3.2
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-cryptography/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile
index ebbbf88c9..f0aa97ad2 100644
--- a/lang/python/python-cryptography/Makefile
+++ b/lang/python/python-cryptography/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptography
-PKG_VERSION:=3.3.1
+PKG_VERSION:=3.3.2
PKG_RELEASE:=1
PYPI_NAME:=cryptography
-PKG_HASH:=7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6
+PKG_HASH:=5a60d3780149e13b7a6ff7ad6526b38846354d11a15e21068e57073e29e19bed
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD
@@ -20,7 +20,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
PKG_BUILD_DEPENDS:=libffi/host
-HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=cffi # cffi>=1.8,!=1.11.3
+HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=cffi # cffi>=1.12
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk