summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-12 22:45:37 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:48 +0100
commitb6b7b024674502a13159c92ba98aa689dcdabea7 (patch)
treef288cb1409a2797332c5799f16f05bf7facea5d5 /gnu/packages
parent08be08901288b0ac6e8a62acf3ea11f5aa0d133e (diff)
gnu: python-flask-httpauth: Update to 4.8.0.
* gnu/packages/python-web.scm (python-flask-httpauth): Update to 4.8.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-flask. [native-inputs]: Add nss-certs-for-test, python-pytest, python-setuptools, and python-wheel; remove python-flask. Change-Id: Iae3416cdbc79c2972e2fab6ea2b32fbc02c53499
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm12
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index dd9c5f8dd20..9e9f634be32 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5822,17 +5822,21 @@ thread-local variable.")
5822(define-public python-flask-httpauth 5822(define-public python-flask-httpauth
5823 (package 5823 (package
5824 (name "python-flask-httpauth") 5824 (name "python-flask-httpauth")
5825 (version "3.2.3") 5825 (version "4.8.0")
5826 (source 5826 (source
5827 (origin 5827 (origin
5828 (method url-fetch) 5828 (method url-fetch)
5829 (uri (pypi-uri "Flask-HTTPAuth" version)) 5829 (uri (pypi-uri "Flask-HTTPAuth" version))
5830 (sha256 5830 (sha256
5831 (base32 5831 (base32
5832 "13gff5w1mqpzm5nccyg02v3ifb9ifqh5k866cssjhghhg6msfjsz")))) 5832 "0yh9fn6pak64has89pcy03f1cn198vkil872y5jjr53kph2qlmk6"))))
5833 (build-system python-build-system) 5833 (build-system pyproject-build-system)
5834 (propagated-inputs (list python-flask))
5834 (native-inputs 5835 (native-inputs
5835 (list python-flask)) 5836 (list nss-certs-for-test
5837 python-pytest
5838 python-setuptools
5839 python-wheel))
5836 (home-page "https://github.com/miguelgrinberg/flask-httpauth/") 5840 (home-page "https://github.com/miguelgrinberg/flask-httpauth/")
5837 (synopsis "Basic and Digest HTTP authentication for Flask routes") 5841 (synopsis "Basic and Digest HTTP authentication for Flask routes")
5838 (description "@code{flask_httpauth} provides Basic and Digest HTTP 5842 (description "@code{flask_httpauth} provides Basic and Digest HTTP