[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/194: gnu: python-cryptography-vectors: Update to 41.0.4.
From: |
guix-commits |
Subject: |
116/194: gnu: python-cryptography-vectors: Update to 41.0.4. |
Date: |
Tue, 3 Oct 2023 14:57:42 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit de1de431040217ca49d2063fa5fe0fdfb8d947bd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 2 10:36:02 2023 +0300
gnu: python-cryptography-vectors: Update to 41.0.4.
* gnu/packages/python-crypto.scm (python-cryptography-vectors): Update
to 41.0.4.
[build-system]: Switch to pyproject-build-system.
[arguments]: Disable tests.
---
gnu/packages/python-crypto.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 0dbbb15448..895e12db26 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -486,15 +486,16 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "40.0.2")
+ (version "41.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
- "16hcprw919f2rl3jipsy2996bnsz170inway3lishqi30xwqf6x8"))))
- (build-system python-build-system)
+ "17m1azxfc3w0390jp9mkx1v0k3xfv4v1lrgch4hvbbm77s0z42j4"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ; No tests included.
(home-page "https://github.com/pyca/cryptography";)
(synopsis "Test vectors for the cryptography package")
(description
- 181/194: gnu: Add rust-memmap2-0.7., (continued)
- 181/194: gnu: Add rust-memmap2-0.7., guix-commits, 2023/10/03
- 178/194: gnu: rust-arrayvec-0.7: Update to 0.7.4., guix-commits, 2023/10/03
- 188/194: gnu: Add rust-count-instructions-0.1., guix-commits, 2023/10/03
- 174/194: gnu: du-dust: Update to 0.8.6., guix-commits, 2023/10/03
- 168/194: gnu: rav1e: Update to 0.6.6., guix-commits, 2023/10/03
- 165/194: gnu: rust-predicates-core-1: Update to 1.0.6., guix-commits, 2023/10/03
- 184/194: gnu: rust-spin-0.9: Update to 0.9.8., guix-commits, 2023/10/03
- 185/194: gnu: rust-tempfile-3: Update to 3.8.0., guix-commits, 2023/10/03
- 194/194: gnu: rust-simdutf8-0.1: Update to 0.1.4., guix-commits, 2023/10/03
- 118/194: gnu: python-cryptography-rust: Use cargo-test-flags., guix-commits, 2023/10/03
- 116/194: gnu: python-cryptography-vectors: Update to 41.0.4.,
guix-commits <=
- 125/194: gnu: Add rust-core-extensions-1., guix-commits, 2023/10/03
- 126/194: gnu: rust-is-macro-0.1: Update to 0.1.9., guix-commits, 2023/10/03
- 146/194: gnu: Add rust-serde-regex-1., guix-commits, 2023/10/03
- 142/194: gnu: Add rust-vlq-0.5., guix-commits, 2023/10/03
- 140/194: gnu: rust-swc: Update to 1.2.124., guix-commits, 2023/10/03
- 134/194: gnu: rust-unicode-segmentation-1: Update to 1.10.1., guix-commits, 2023/10/03
- 149/194: gnu: Add rust-ntest-test-cases-0.7., guix-commits, 2023/10/03
- 121/194: gnu: rust-ahash-0.7: Update to 0.7.6., guix-commits, 2023/10/03
- 115/194: gnu: rust-openssl-sys-0.9: Update to 0.9.93., guix-commits, 2023/10/03
- 133/194: gnu: Add rust-tstr-0.2., guix-commits, 2023/10/03