From 5368b584f6456116f9d7f567d759d94dfc6c7d22 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 18 May 2022 12:58:30 +0200 Subject: [PATCH] python3-bcrypt: upgrade 3.2.0 -> 3.2.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../{python3-bcrypt_3.2.0.bb => python3-bcrypt_3.2.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-bcrypt_3.2.0.bb => python3-bcrypt_3.2.2.bb} (81%) diff --git a/meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb b/meta/recipes-devtools/python/python3-bcrypt_3.2.2.bb similarity index 81% rename from meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb rename to meta/recipes-devtools/python/python3-bcrypt_3.2.2.bb index 6a4d1aef5cc..54070e4b9ca 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_3.2.2.bb @@ -5,8 +5,7 @@ HOMEPAGE = "https://pypi.org/project/bcrypt/" DEPENDS += "${PYTHON_PN}-cffi-native" -SRC_URI[md5sum] = "fe31390dab603728f756cd3d6830c80a" -SRC_URI[sha256sum] = "5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29" +SRC_URI[sha256sum] = "433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb" inherit pypi python_setuptools_build_meta ptest -- 2.47.3