[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/379: gnu: python-cryptography: Update to 40.0.2.
From: |
guix-commits |
Subject: |
105/379: gnu: python-cryptography: Update to 40.0.2. |
Date: |
Thu, 29 Jun 2023 12:32:58 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b2bc10f1640f723a7ed438528e7084a14d8bea54
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 18:20:16 2023 +0300
gnu: python-cryptography: Update to 40.0.2.
* gnu/packages/python-crypto.scm (python-cryptography): Update to 40.0.2.
(python-cryptography-rust)[cargo-inputs]: Move rust-cc-1 here from
cargo-development-inputs.
[cargo-development-inputs]: Remove field.
---
gnu/packages/python-crypto.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 91ac7c0c31..bcef7c5db6 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -495,14 +495,14 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography
(package
(name "python-cryptography")
- (version "40.0.1")
+ (version "40.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
- "0wilrilfcyl78caxcpna2k3aya6qamppwv4j35262pz9n7wg40r8"))))
+ "16awbsm13vdksm98dybwvmpy2y1l636bq7g0s93scksrp0r0sg63"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -585,6 +585,7 @@ ciphers, message digests and key derivation functions.")
(string-append #$output "/lib")))))
#:cargo-inputs
`(("rust-asn1-0.13" ,rust-asn1-0.13)
+ ("rust-cc" ,rust-cc-1)
("rust-chrono-0.4" ,rust-chrono-0.4)
("rust-foreign-types-shared-0.1" ,rust-foreign-types-shared-0.1)
("rust-once-cell-1" ,rust-once-cell-1)
@@ -592,9 +593,7 @@ ciphers, message digests and key derivation functions.")
("rust-openssl-sys-0.9" ,rust-openssl-sys-0.9)
("rust-ouroboros-0.15" ,rust-ouroboros-0.15)
("rust-pem-1" ,rust-pem-1)
- ("rust-pyo3-0.15" ,rust-pyo3-0.15))
- #:cargo-development-inputs
- `(("rust-cc" ,rust-cc-1))))
+ ("rust-pyo3-0.15" ,rust-pyo3-0.15))))
(native-inputs (list pkg-config python python-cffi))
;; XXX: Adding rust-openssl-sys-0.9 is needed because #:cargo-inputs
;; doesn't honor propagated-inputs.
- 89/379: gnu: Add rust-crossterm-0.23., (continued)
- 89/379: gnu: Add rust-crossterm-0.23., guix-commits, 2023/06/29
- 95/379: gnu: rust-libc-0.2: Update to 0.2.144., guix-commits, 2023/06/29
- 96/379: gnu: rust-libc-print-0.1: Update to 0.1.21., guix-commits, 2023/06/29
- 98/379: gnu: rust-sha2-0.10: Update to 0.10.6., guix-commits, 2023/06/29
- 103/379: gnu: rust-ouroboros-0.15: Update to 0.15.6., guix-commits, 2023/06/29
- 106/379: gnu: python-cryptography-rust: Enable tests., guix-commits, 2023/06/29
- 113/379: gnu: rust-rustix-0.36: Update to 0.36.13., guix-commits, 2023/06/29
- 112/379: gnu: rust-parking-lot-core-0.9: Update to 0.9.7., guix-commits, 2023/06/29
- 107/379: gnu: rust-async-trait-0.1: Update to 0.1.64., guix-commits, 2023/06/29
- 117/379: gnu: rust-os-pipe-1: Update to 1.1.4., guix-commits, 2023/06/29
- 105/379: gnu: python-cryptography: Update to 40.0.2.,
guix-commits <=
- 118/379: gnu: rust-synchronoise-1: Update to 1.0.1., guix-commits, 2023/06/29
- 139/379: gnu: rust-dtparse-1: Update to 1.3.0., guix-commits, 2023/06/29
- 124/379: gnu: rust-arc-swap-0.4: Update to 0.4.8., guix-commits, 2023/06/29
- 127/379: gnu: rust-ahash-0.4: Update to 0.4.7., guix-commits, 2023/06/29
- 126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13., guix-commits, 2023/06/29
- 130/379: gnu: rust-bytecount-0.6: Update to 0.6.3., guix-commits, 2023/06/29
- 134/379: gnu: rust-base-x-0.2: Update to 0.2.11., guix-commits, 2023/06/29
- 136/379: gnu: rust-devise-codegen-0.2: Update to 0.2.1., guix-commits, 2023/06/29
- 142/379: gnu: rust-ndarray-0.15: Update to 0.15.6., guix-commits, 2023/06/29
- 145/379: gnu: rust-rust-decimal-1: Update to 1.17.0., guix-commits, 2023/06/29