[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
395/474: gnu: python-ecdsa: Update to 0.19.0.
From: |
guix-commits |
Subject: |
395/474: gnu: python-ecdsa: Update to 0.19.0. |
Date: |
Sat, 30 Nov 2024 18:21:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 229ebffc92f433367b8897334f98fc63381aa223
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 25 20:23:22 2024 +0000
gnu: python-ecdsa: Update to 0.19.0.
* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.19.0.
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Use default 'check.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ib7077ffd3c78b4b995bb3c278fd27738b2c952ee
---
gnu/packages/python-crypto.scm | 29 +++++++++++------------------
1 file changed, 11 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c05231a154..b5b3820c3a 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -216,32 +216,25 @@ Python interface around SSH networking concepts.")
(define-public python-ecdsa
(package
(name "python-ecdsa")
- (version "0.17.0")
+ (version "0.19.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ecdsa" version))
(sha256
- (base32 "1ak8xa2r660d85abrlffp0bqvwdadg9ga4066g856hcy8fxh1xdr"))))
- (build-system python-build-system)
+ (base32 "1y3bmx6aw5klx143jas3czwbsfvr5d3fs8gm1bfh16b5k48svsk0"))))
+ (build-system pyproject-build-system)
(arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _ (invoke
- "pytest"
- "-vv"
- "-k"
- (string-append
- "not test_multithreading_with_interrupts "
- ;; The following test fails and will be fixed in the
- ;; next release after v0.18. See
- ;;
<https://github.com/tlsfuzzer/python-ecdsa/issues/307>.
- "and not test_add_different_scale_points")))))))
+ (list
+ ;; Test failes with error: AssertionError: KeyboardInterrupt not raised.
+ #:test-flags #~(list "-k" "not test_multithreading_with_interrupts")))
+ (native-inputs
+ (list openssl
+ python-pytest
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-six))
- (native-inputs
- (list openssl python-pytest))
(home-page "https://github.com/warner/python-ecdsa")
(synopsis "ECDSA cryptographic signature library (pure python)")
(description
- 355/474: gnu: python-apispec-webframeworks: Update to 1.2.0., (continued)
- 355/474: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/30
- 362/474: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/30
- 366/474: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/30
- 377/474: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/30
- 385/474: gnu: python-trio: Update to 0.27.0., guix-commits, 2024/11/30
- 386/474: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/30
- 391/474: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/30
- 392/474: gnu: python-loguru: Update to 0.7.2., guix-commits, 2024/11/30
- 389/474: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/30
- 390/474: gnu: python-tenacity: Update to 9.0.0., guix-commits, 2024/11/30
- 395/474: gnu: python-ecdsa: Update to 0.19.0.,
guix-commits <=
- 402/474: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/30
- 400/474: gnu: python-redis: Fix build., guix-commits, 2024/11/30
- 404/474: gnu: python-anyio: Update to 4.6.2., guix-commits, 2024/11/30
- 406/474: gnu: python-a2wsgi: Update to 1.10.7., guix-commits, 2024/11/30
- 408/474: gnu: python-starlette: Update to 0.41.3., guix-commits, 2024/11/30
- 410/474: gnu: python-betamax: Update to 0.9.0., guix-commits, 2024/11/30
- 409/474: gnu: Add python-installer., guix-commits, 2024/11/30
- 418/474: gnu: python-slotscheck: Update to 0.19.0., guix-commits, 2024/11/30
- 419/474: gnu: python-quart: Update to 0.19.9., guix-commits, 2024/11/30
- 421/474: gnu: python-jsonschema-specifications: Update to 2024.10.1., guix-commits, 2024/11/30