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 | |||
| 1261 | library as well as on the command line.") | 1261 | library as well as on the command line.") |
| 1262 | (license license:asl2.0))) | 1262 | (license license:asl2.0))) |
| 1263 | 1263 | ||
| 1264 | (define-public python-rsa-for-awscli-1 | ||
| 1265 | (hidden-package | ||
| 1266 | (package | ||
| 1267 | (inherit python-rsa) | ||
| 1268 | (version "3.4.2") | ||
| 1269 | (source | ||
| 1270 | (origin | ||
| 1271 | (method url-fetch) | ||
| 1272 | (uri (pypi-uri "rsa" version)) | ||
| 1273 | (sha256 | ||
| 1274 | (base32 "1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5")))) | ||
| 1275 | (native-inputs | ||
| 1276 | (list python-setuptools))))) | ||
| 1277 | |||
| 1264 | (define-public python-scrypt | 1278 | (define-public python-scrypt |
| 1265 | (package | 1279 | (package |
| 1266 | (name "python-scrypt") | 1280 | (name "python-scrypt") |
