From: Alexander Kanavin Date: Wed, 18 May 2022 10:58:30 +0000 (+0200) Subject: python3-bcrypt: upgrade 3.2.0 -> 3.2.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4087 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5368b584f6456116f9d7f567d759d94dfc6c7d22;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-bcrypt: upgrade 3.2.0 -> 3.2.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- 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