gnu: python-ntlm-auth: Update to 1.5.0.

* gnu/packages/python-crypto.scm (python-ntlm-auth): Update to 1.5.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-requests,
python-setuptools, python-wheel.

Change-Id: Ib97d312871975aac472b303930e2073214d73b66
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-08-26 00:55:18 +02:00 committed by Sharlatan Hellseher
parent 6b52644ecc
commit 479de7b3ad
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1446,20 +1446,22 @@ tool to securely sign firmware images for booting by MCUboot.")
(define-public python-ntlm-auth (define-public python-ntlm-auth
(package (package
(name "python-ntlm-auth") (name "python-ntlm-auth")
(version "1.4.0") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (pypi-uri "ntlm-auth" version)) (uri (git-reference
(url "https://github.com/jborean93/ntlm-auth")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "00dpf5bfsy07frsjihv1k10zmwcyq4bvkilbxha7h6nlwpcm2409"))))
"16mavidki4ma5ip8srqalr19gz4f5yn3cnmmgps1fmgfr24j63rm")))) (build-system pyproject-build-system)
(build-system python-build-system) (native-inputs
(propagated-inputs (list python-pytest python-requests python-setuptools python-wheel))
(list python-cryptography)) (propagated-inputs (list python-cryptography))
(home-page "https://github.com/jborean93/ntlm-auth") (home-page "https://github.com/jborean93/ntlm-auth")
(synopsis (synopsis "Calculates NTLM Authentication codes")
"Calculates NTLM Authentication codes")
(description (description
"This library handles the low-level details of NTLM authentication for "This library handles the low-level details of NTLM authentication for
use in authenticating with a service that uses NTLM. It will create and parse use in authenticating with a service that uses NTLM. It will create and parse