From: Josef Schlehofer Date: Mon, 29 Dec 2025 12:31:24 +0000 (+0100) Subject: python-bcrypt: update to version 5.0.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b0670ac101d2ea2ad44e35ab7333d69a9c781ac7;p=openwrt-packages.git python-bcrypt: update to version 5.0.0 Release notes: https://github.com/pyca/bcrypt/releases/tag/5.0.0 Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-bcrypt/Makefile b/lang/python/python-bcrypt/Makefile index 31a836a63..22d6f0c93 100644 --- a/lang/python/python-bcrypt/Makefile +++ b/lang/python/python-bcrypt/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-bcrypt -PKG_VERSION:=4.1.3 +PKG_VERSION:=5.0.0 PKG_RELEASE:=1 PYPI_NAME:=bcrypt -PKG_HASH:=2ee15dd749f5952fe3f0430d0ff6b74082e159c50332a1413d51b5689cf06623 +PKG_HASH:=f748f7c2d6fd375cc93d3fba7ef4a9e3a092421b8dbf34d8d4dc06be9492dfdd PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE