Update package to 46.0.7.
Security fix:
- CVE-2026-39892: Non-contiguous buffers could be passed to Python buffer
APIs potentially causing a buffer overflow -- now blocked
Wheels recompiled against OpenSSL 3.5.6 on Windows, macOS, and Linux.
Signed-off-by: Alexandru Ardelean <redacted>
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptography
-PKG_VERSION:=46.0.6
+PKG_VERSION:=46.0.7
PKG_RELEASE:=1
PYPI_NAME:=cryptography
-PKG_HASH:=27550628a518c5c6c903d84f637fbecf287f6cb9ced3804838a1295dc1fd0759
+PKG_HASH:=e4cfd68c5f3e0bfdad0d38e023239b96a2fe84146481852dffbcca442c245aa5
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD