summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-15 15:59:54 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-01-06 12:15:04 +0200
commitc75a1c9e369143720df398d81233a214bd241455 (patch)
tree3c300f086e1456921e46df4bb4de279119abf051 /gnu/packages/python-crypto.scm
parent97aa14a2221eca6d65af8aeb079a97322d69252d (diff)
gnu: python-pyopenssl: Update to 24.2.1.
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 24.2.1. [source]: Update pypi-uri name. [arguments]: Adjust the 'check phase for the new release date. Change-Id: Iebf7ea8668233a70a05b8cea728734694c3c2dde
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 3c13a17815c..8eb8fd6a6d6 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -624,14 +624,14 @@ ciphers, message digests and key derivation functions.")
624(define-public python-pyopenssl 624(define-public python-pyopenssl
625 (package 625 (package
626 (name "python-pyopenssl") 626 (name "python-pyopenssl")
627 (version "24.1.0") 627 (version "24.2.1")
628 (source 628 (source
629 (origin 629 (origin
630 (method url-fetch) 630 (method url-fetch)
631 (uri (pypi-uri "pyOpenSSL" version)) 631 (uri (pypi-uri "pyopenssl" version))
632 (sha256 632 (sha256
633 (base32 633 (base32
634 "0vqsyji1q4vhd5yxlzks0z6va62knq64mxhfdjhz3yaxmazx9gna")))) 634 "158fpy6fsmkrci67qpzg06ha3ygh3ah3xzxjrc6md3blwgdz0is2"))))
635 (build-system python-build-system) 635 (build-system python-build-system)
636 (arguments 636 (arguments
637 (list 637 (list
@@ -643,7 +643,7 @@ ciphers, message digests and key derivation functions.")
643 ;; PyOpenSSL runs tests against a certificate with a fixed 643 ;; PyOpenSSL runs tests against a certificate with a fixed
644 ;; expiry time. To ensure successful builds in the future, 644 ;; expiry time. To ensure successful builds in the future,
645 ;; set the time to roughly the release date. 645 ;; set the time to roughly the release date.
646 (invoke "faketime" "2024-03-09" "pytest" "-vv" "-k" 646 (invoke "faketime" "2024-07-20" "pytest" "-vv" "-k"
647 ;; This test tries to look up certificates from 647 ;; This test tries to look up certificates from
648 ;; the compiled-in default path in OpenSSL, which 648 ;; the compiled-in default path in OpenSSL, which
649 ;; does not exist in the build environment. 649 ;; does not exist in the build environment.