From: Alexandru Ardelean Date: Thu, 13 Nov 2025 13:50:19 +0000 (+0200) Subject: python-pynacl: upgrade to version 1.6.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1f70e73e5b4b5364dc72ddc403070930fd85c14d;p=feed%2Fpackages.git python-pynacl: upgrade to version 1.6.1 Drop 'six' requirement (no longer needed). python-setuptools/host needed for build. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-pynacl/Makefile b/lang/python/python-pynacl/Makefile index 72d8debcb5..e765c670d2 100644 --- a/lang/python/python-pynacl/Makefile +++ b/lang/python/python-pynacl/Makefile @@ -1,17 +1,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pynacl -PKG_VERSION:=1.5.0 -PKG_RELEASE:=3 +PKG_VERSION:=1.6.1 +PKG_RELEASE:=1 -PYPI_NAME:=PyNaCl -PKG_HASH:=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba +PYPI_NAME:=pynacl +PKG_HASH:=8d361dac0309f2b6ad33b349a56cd163c98430d409fa503b10b70b3ad66eaa1d PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_DEPENDS:=libffi/host python-cffi/host # cffi>=1.4.1 +PKG_BUILD_DEPENDS:=python3-setuptools/host libffi/host python-cffi/host # cffi>=1.4.1 PYTHON3_PKG_BUILD_VARS:=SODIUM_INSTALL=system @@ -25,7 +25,7 @@ define Package/python3-pynacl SUBMENU:=Python TITLE:=Python binding to the libsodium library URL:=https://github.com/pyca/pynacl/ - DEPENDS:=+libsodium +python3-light +python3-cffi +python3-six + DEPENDS:=+libsodium +python3-light +python3-cffi endef define Package/python3-pynacl/description