From c566275595e97e978c41dc840db22df6df65e1d2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 28 Oct 2025 22:49:11 +0000 Subject: gnu: awscli: Update to 1.42.61. * gnu/packages/python-crypto.scm (python-rsa-for-awscli-1): New variable. * gnu/packages/python-web.scm (awscli): Update to 1.42.61. [arguments] : Reduce amount of tests, run just unit tests. Limit threads count up to 8 to persist tests stability in CI. [inputs]: Remove python-docutils-0.16 and python-rsa; add python-docutils-0.19 and python-rsa-for-awscli-1. Fixes: guix/guix#3920 Change-Id: Idfe0f7eb17b816654018dea335169ed20aa53980 --- gnu/packages/python-crypto.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gnu/packages/python-crypto.scm') diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 63b25bd913b..2f78c1faa56 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1261,6 +1261,20 @@ generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the command line.") (license license:asl2.0))) +(define-public python-rsa-for-awscli-1 + (hidden-package + (package + (inherit python-rsa) + (version "3.4.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "rsa" version)) + (sha256 + (base32 "1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5")))) + (native-inputs + (list python-setuptools))))) + (define-public python-scrypt (package (name "python-scrypt") -- cgit v1.3