From dfd8a8668f67e20507091279a74309f3fc4a2b6f Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Wed, 28 May 2025 15:38:12 +0200 Subject: [PATCH] python-bcrypt: bump version to 4.1.3 Bumps pyo3 version to 21, which in result fixes copmilation on platforms without 64-bit atomics. Upstream-issue: https://github.com/pyca/bcrypt/issues/731 Link: https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3#commits_bucket Signed-off-by: Tomasz Maciej Nowak (cherry picked from commit 40c6ef69419bee6bd766ebcecb036a800b3a8d93) --- lang/python/python-bcrypt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-bcrypt/Makefile b/lang/python/python-bcrypt/Makefile index 0d2a1d51d1..31a836a638 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.2 +PKG_VERSION:=4.1.3 PKG_RELEASE:=1 PYPI_NAME:=bcrypt -PKG_HASH:=33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258 +PKG_HASH:=2ee15dd749f5952fe3f0430d0ff6b74082e159c50332a1413d51b5689cf06623 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE