From 992659911b46e9b0f93733630c5883e0e60f8dc4 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 22 May 2024 14:20:00 -0700 Subject: python3-bcrypt: upgrade 4.1.2 -> 4.1.3 https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3 Upstream release notes: Bump Rust dependency versions * Drop 0001-Bump-pyo3-from-0.20.0-to-0.20.3-in-src-_bcrypt-746.patch -- merged * Refresh -crates.inc (From OE-Core rev: d2404135fd263947bcfd448657d3d0312e12122a) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-bcrypt_4.1.3.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb (limited to 'meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb') diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb new file mode 100644 index 0000000000..deb5cbdee3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb @@ -0,0 +1,35 @@ +SUMMARY = "Modern password hashing for your software and your servers." +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" +HOMEPAGE = "https://pypi.org/project/bcrypt/" + +DEPENDS += "python3-cffi-native" +LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' -fuse-ld=bfd', '', d)}" + +SRC_URI[sha256sum] = "2ee15dd749f5952fe3f0430d0ff6b74082e159c50332a1413d51b5689cf06623" + +inherit pypi python_setuptools3_rust ptest-cargo cargo-update-recipe-crates + +SRC_URI += " \ + file://run-ptest \ +" + +CARGO_SRC_DIR = "src/_bcrypt" + +require ${BPN}-crates.inc + +RDEPENDS:${PN}-ptest += " \ + python3-pytest \ + python3-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS:${PN}:class-target += "\ + python3-cffi \ + python3-ctypes \ + python3-shell \ +" -- cgit v1.2.3-54-g00ecf