[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/187: gnu: python-flask-wtf: Update to 1.2.2.
From: |
guix-commits |
Subject: |
138/187: gnu: python-flask-wtf: Update to 1.2.2. |
Date: |
Wed, 8 Jan 2025 10:16:00 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit d1441000407627159e100b04c2bdc54b6a31f262
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 14:48:04 2025 +0100
gnu: python-flask-wtf: Update to 1.2.2.
* gnu/packages/python-web.scm (python-flask-wtf): Update to 1.2.2.
[arguments]: Remove.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-flask.
[native-inputs]: Add python-hatchling.
Change-Id: I850217cc3c2bda3c4c48688a3cf924303ce0251a
---
gnu/packages/python-web.scm | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cc3029913e..8d19f63890 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4915,25 +4915,19 @@ Django middleware.")
(define-public python-flask-wtf
(package
(name "python-flask-wtf")
- (version "1.0.1")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Flask-WTF" version))
(sha256
(base32
- "1jd614662r6ifh4svs8zfwm4k8bal5z3n6pq607bas8gxrpmrzil"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv"))))))
+ "0sv6hjva1fdizb7sr46230pplx8qz8rnb4bxrfy71xbc8cgfxlkr"))))
+ (build-system pyproject-build-system)
(propagated-inputs
- (list python-flask python-itsdangerous python-wtforms))
+ (list python-flask python-flask python-itsdangerous python-wtforms))
(native-inputs
- (list python-pytest))
+ (list python-hatchling python-pytest))
(home-page "https://github.com/lepture/flask-wtf")
(synopsis "Simple integration of Flask and WTForms")
(description "Flask-WTF integrates Flask and WTForms, including CSRF, file
- 116/187: gnu: python-apprise: Update to 1.9.1., (continued)
- 116/187: gnu: python-apprise: Update to 1.9.1., guix-commits, 2025/01/08
- 102/187: gnu: Add python-expandvars., guix-commits, 2025/01/08
- 107/187: gnu: Add python-tiny-proxy., guix-commits, 2025/01/08
- 103/187: gnu: Add python-propcache., guix-commits, 2025/01/08
- 115/187: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/08
- 106/187: gnu: python-aiohttp: Update to 3.11.11., guix-commits, 2025/01/08
- 100/187: gnu: python-scikit-opt: Add missing input., guix-commits, 2025/01/08
- 118/187: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/08
- 123/187: gnu: python-jose: Fix build., guix-commits, 2025/01/08
- 127/187: gnu: python-moto: Update to 5.0.25., guix-commits, 2025/01/08
- 138/187: gnu: python-flask-wtf: Update to 1.2.2.,
guix-commits <=
- 139/187: gnu: awscli-2: Run tests., guix-commits, 2025/01/08
- 144/187: gnu: python-pillow: Update to 11.1.0., guix-commits, 2025/01/08
- 150/187: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., guix-commits, 2025/01/08
- 153/187: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/08
- 160/187: gnu: python-path-bootstrap: Update to 17.1.0., guix-commits, 2025/01/08
- 171/187: guix: toml: Fix evaluation of empty inline tables., guix-commits, 2025/01/08
- 172/187: gnu: python-anndata: Update to 0.11.1., guix-commits, 2025/01/08
- 163/187: gnu: Rename python-starsessions-for-pytorch-lightning., guix-commits, 2025/01/08
- 176/187: gnu: python-omnipath: Update to 1.0.8-0.3d16134., guix-commits, 2025/01/08
- 180/187: gnu: python-flask-login: Update to 0.6.3., guix-commits, 2025/01/08