[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/455: gnu: python-cryptography-vectors: Update to 44.0.0.
From: |
guix-commits |
Subject: |
84/455: gnu: python-cryptography-vectors: Update to 44.0.0. |
Date: |
Mon, 20 Jan 2025 15:46:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 10c6ef58ab5ee91ffbb84e7809edfbd3d7a6e4f4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 29 17:07:39 2024 +0100
gnu: python-cryptography-vectors: Update to 44.0.0.
* gnu/packages/python-crypto.scm (python-cryptography-vectors): Update to
44.0.0.
[native-inputs]: Remove python-setuptools and python-wheel.
Change-Id: I9d73e0ee5ef9af14c5a7ce5900d0814fea707f87
---
gnu/packages/python-crypto.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 8eb8fd6a6d..2f683ea25b 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -519,20 +519,18 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "43.0.3")
+ (version "44.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
- "1d46wj4831g2vmixffk2b0bb0x67x5rlnqbpfa8fi17lcm98hspz"))))
+ "1aw06msy65rs27yxfp4xlwfq432ny1af5cx8s7zsbfa5div2hqhh"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ; No tests included.
(native-inputs
- (list python-flit-core
- python-setuptools
- python-wheel))
+ (list python-flit-core))
(home-page "https://github.com/pyca/cryptography")
(synopsis "Test vectors for the cryptography package")
(description
- 397/455: gnu: python-internetarchive: Update to 5.1.0., (continued)
- 397/455: gnu: python-internetarchive: Update to 5.1.0., guix-commits, 2025/01/20
- 420/455: gnu: Add python-bed-reader., guix-commits, 2025/01/20
- 426/455: gnu: python-contexttimer: Add missing inputs., guix-commits, 2025/01/20
- 432/455: gnu: python-django-haystack: Enable tests., guix-commits, 2025/01/20
- 13/455: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/20
- 06/455: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/20
- 38/455: gnu: python-httpx: Update to 0.28.1., guix-commits, 2025/01/20
- 05/455: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2025/01/20
- 52/455: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2025/01/20
- 42/455: gnu: python-pydantic: Fix build., guix-commits, 2025/01/20
- 84/455: gnu: python-cryptography-vectors: Update to 44.0.0.,
guix-commits <=
- 79/455: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/20
- 116/455: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/20
- 128/455: gnu: Remove python-dataclasses., guix-commits, 2025/01/20
- 76/455: gnu: python-cwl-upgrader: Add missing inputs., guix-commits, 2025/01/20
- 134/455: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/20
- 138/455: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/20
- 195/455: gnu: python-scikit-allel: Update to 1.3.13., guix-commits, 2025/01/20
- 174/455: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/20
- 160/455: gnu: Remove python-fastapi-for-pytorch-lightning., guix-commits, 2025/01/20
- 188/455: gnu: python-liana-py: Update to 1.4.0., guix-commits, 2025/01/20