From 549b28eb4485723bfa47f368b857ac339107ae89 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Fri, 14 Feb 2025 11:17:33 +0100 Subject: [PATCH] python3-srp: update to version 1.0.22 Signed-off-by: Hector Palacios --- .../{python3-srp_1.0.19.bb => python3-srp_1.0.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-digi-dey/recipes-devtools/python3-srp/{python3-srp_1.0.19.bb => python3-srp_1.0.22.bb} (79%) diff --git a/meta-digi-dey/recipes-devtools/python3-srp/python3-srp_1.0.19.bb b/meta-digi-dey/recipes-devtools/python3-srp/python3-srp_1.0.22.bb similarity index 79% rename from meta-digi-dey/recipes-devtools/python3-srp/python3-srp_1.0.19.bb rename to meta-digi-dey/recipes-devtools/python3-srp/python3-srp_1.0.22.bb index 4e2f6d347..a5e1126ad 100644 --- a/meta-digi-dey/recipes-devtools/python3-srp/python3-srp_1.0.19.bb +++ b/meta-digi-dey/recipes-devtools/python3-srp/python3-srp_1.0.22.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2022, Digi International Inc. +# Copyright (C) 2022-2025, Digi International Inc. SUMMARY = "Library providing an implementation of the Secure Remote Password protocol (SRP)" DESCRIPTION = "SRP is a cryptographically strong authentication protocol for password-based, mutual authentication over an insecure network connection." @@ -7,7 +7,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=df47fd55f4b03bc3a3616c1b4e6187a4" -SRC_URI[sha256sum] = "48e653e8c3f590909ba407306eb2e8460a2c7d1f86c56bce59cf42af54ff5d2a" +SRC_URI[sha256sum] = "f330d0ec7387e2ac8577487b164963155d4a031bca6e2024f1b0930eb92baa5d" inherit setuptools3_legacy pypi