summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-05-28 16:26:04 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:50 +0100
commitc2820e46e66022c4116a8a0b795f4cfacb987a62 (patch)
treec1dd9ee181c75a8d1dfaa8a4699090afa1a9199d /gnu
parent7e876c4144bd6cd3537ac1807d92aa5697f9ebe8 (diff)
gnu: python-trustme: Update to 1.2.1.
* gnu/packages/python-crypto.scm (python-trustme): Update to 1.2.1. [home-page]: Adjust it as seen on project's GitHub page. [native-inputs]: Remove python-pytest-cov, python-service-identity, python-setuptools, python-wheel, python-zipp, and python-more-itertools; add python-hatchling. [propagated-inputs]: Remove python-ipaddress. Change-Id: I0393508129f344832965cdf93baf6aca96e88eb5 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-crypto.scm18
1 files changed, 7 insertions, 11 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index a2733815610..d5f9fa6c0f5 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2023, 2025 Zheng Junjie <z572@z572.online>
;;; Copyright © 2024 jgart <jgart@dismail.de>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1496,28 +1497,23 @@ items and collections, editing items, locking and unlocking collections
(define-public python-trustme
(package
(name "python-trustme")
- (version "0.9.0")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trustme" version))
(sha256
- (base32 "0v2qzszmyazfgc1snicdr4b4qdajpjd4pbinpgrn9vfff0yv41sy"))))
+ (base32 "0zz49agi7hy82fbr03xs6k9vjgiy7v8qsp426cgv8bbzphmvla35"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-more-itertools
+ (list python-hatchling
python-pyopenssl
python-pytest
- python-pytest-cov
- python-service-identity
- python-setuptools
- python-wheel
- python-zipp))
+ python-service-identity))
(propagated-inputs
(list python-cryptography
- python-idna
- python-ipaddress))
- (home-page "https://github.com/python-trio/trustme")
+ python-idna))
+ (home-page "https://trustme.readthedocs.io")
(synopsis "Fake a certificate authority for tests")
(description
"@code{trustme} is a tiny Python package that does one thing: it gives you