mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
97aa14a222
commit
c75a1c9e36
1 changed files with 4 additions and 4 deletions
|
@ -624,14 +624,14 @@ ciphers, message digests and key derivation functions.")
|
|||
(define-public python-pyopenssl
|
||||
(package
|
||||
(name "python-pyopenssl")
|
||||
(version "24.1.0")
|
||||
(version "24.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyOpenSSL" version))
|
||||
(uri (pypi-uri "pyopenssl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vqsyji1q4vhd5yxlzks0z6va62knq64mxhfdjhz3yaxmazx9gna"))))
|
||||
"158fpy6fsmkrci67qpzg06ha3ygh3ah3xzxjrc6md3blwgdz0is2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -643,7 +643,7 @@ ciphers, message digests and key derivation functions.")
|
|||
;; PyOpenSSL runs tests against a certificate with a fixed
|
||||
;; expiry time. To ensure successful builds in the future,
|
||||
;; set the time to roughly the release date.
|
||||
(invoke "faketime" "2024-03-09" "pytest" "-vv" "-k"
|
||||
(invoke "faketime" "2024-07-20" "pytest" "-vv" "-k"
|
||||
;; This test tries to look up certificates from
|
||||
;; the compiled-in default path in OpenSSL, which
|
||||
;; does not exist in the build environment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue