From 64064dc39dd8bd2cf7a1b408cb59f8d62bae1f53 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 15 Dec 2025 20:14:12 +0100 Subject: [PATCH] package/python-rsa: bump version to 4.9.1 Please note that this project was archived by the maintainer: https://github.com/sybrenstuvel/python-rsa/commit/42b0e14ffbeeb9d99d1037e6440a2cc61780e4ea The only buildroot package using python-rsa is python-google-auth which did not switch to an alternative yet: https://github.com/googleapis/google-auth-library-python/pull/1771 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-rsa/python-rsa.hash | 4 ++-- package/python-rsa/python-rsa.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-rsa/python-rsa.hash b/package/python-rsa/python-rsa.hash index 0e2b3a9119..040b86637f 100644 --- a/package/python-rsa/python-rsa.hash +++ b/package/python-rsa/python-rsa.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/rsa/json -md5 26a1efb79164a95c363e550c3eefe683 rsa-4.9.tar.gz -sha256 e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21 rsa-4.9.tar.gz +md5 a1d93db78c604788f56a84f6df6f1eee rsa-4.9.1.tar.gz +sha256 e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75 rsa-4.9.1.tar.gz # Locally computed sha256 checksums sha256 073f28b7d389c8fe74f607e17c27f81eaa5ace69edc43a884f23f41b41c5c726 LICENSE diff --git a/package/python-rsa/python-rsa.mk b/package/python-rsa/python-rsa.mk index f1c6cf5f3f..aedf19da8e 100644 --- a/package/python-rsa/python-rsa.mk +++ b/package/python-rsa/python-rsa.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_RSA_VERSION = 4.9 +PYTHON_RSA_VERSION = 4.9.1 PYTHON_RSA_SOURCE = rsa-$(PYTHON_RSA_VERSION).tar.gz -PYTHON_RSA_SITE = https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52 +PYTHON_RSA_SITE = https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4 PYTHON_RSA_SETUP_TYPE = poetry PYTHON_RSA_LICENSE = Apache-2.0 PYTHON_RSA_LICENSE_FILES = LICENSE