summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-06 13:14:58 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:37 +0100
commit5f1895ea06e76691229255d961a706a5b8ba1f29 (patch)
tree892b7d10f4e392b7f0084f2c15410ea25794da6a /gnu/packages/python-web.scm
parentd731ec09837fb500fcbe073ec4e8796c8f7725c8 (diff)
gnu: python-flask-htpasswd: Update to 0.5.0.
* gnu/packages/python-web.scm (python-flask-htpasswd): Update to 0.5.0. [build-system]: Use pyproject-build-system. [arguments]: Disable tests. Change-Id: I24ec759fcfbfef3b64f5ca730ed43bf48690288b
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 bb7eccd2a6f..b17057c9115 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5412,17 +5412,21 @@ Betamax that may possibly end up in the main package.")
5412(define-public python-flask-htpasswd 5412(define-public python-flask-htpasswd
5413 (package 5413 (package
5414 (name "python-flask-htpasswd") 5414 (name "python-flask-htpasswd")
5415 (version "0.3.1") 5415 (version "0.5.0")
5416 (source 5416 (source
5417 (origin 5417 (origin
5418 (method url-fetch) 5418 (method url-fetch)
5419 (uri (pypi-uri "flask-htpasswd" version)) 5419 (uri (pypi-uri "flask-htpasswd" version))
5420 (sha256 5420 (sha256
5421 (base32 5421 (base32
5422 "14q1y1y9i9bhabdnwd25jqzc4ljli23smxfyyh8abxz1vq93pxra")))) 5422 "19arq4rn5nll0bbnsff1j10blm0ydp8nvs09c56s29kmlgj3r42x"))))
5423 (build-system python-build-system) 5423 (build-system pyproject-build-system)
5424 (arguments (list #:tests? #false)) ;none included
5424 (propagated-inputs 5425 (propagated-inputs
5425 (list python-flask python-itsdangerous python-passlib python-tox)) 5426 (list python-flask python-passlib python-pyjwt python-tox))
5427 (native-inputs (list python-pytest
5428 python-setuptools
5429 python-wheel))
5426 (home-page "https://github.com/carsongee/flask-htpasswd") 5430 (home-page "https://github.com/carsongee/flask-htpasswd")
5427 (synopsis "Basic authentication via htpasswd files in Flask applications") 5431 (synopsis "Basic authentication via htpasswd files in Flask applications")
5428 (description "This package provides Basic authentication via 5432 (description "This package provides Basic authentication via