python3-srp: update to version 1.0.22

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2025-02-14 11:17:33 +01:00
parent a751560122
commit 549b28eb44
1 changed files with 2 additions and 2 deletions

View File

@ -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