diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 22:49:11 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 00:20:31 +0000 |
| commit | c566275595e97e978c41dc840db22df6df65e1d2 (patch) | |
| tree | 89ff3d31e73628fddd2e1679d9c82e0202a66882 /gnu/packages/python-crypto.scm | |
| parent | 7d9250f65aa8285a3ae277f10a4bd0eb2beb13db (diff) | |
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] <tests>: 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
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 14 |
1 files changed, 14 insertions, 0 deletions
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") |
