[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/213: gnu: python-flask-wtf: Update to 1.2.2.
From: |
guix-commits |
Subject: |
137/213: gnu: python-flask-wtf: Update to 1.2.2. |
Date: |
Fri, 10 Jan 2025 10:43:07 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 1689229af29a5def9d6cd01550cca61ab9c0922f
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
- 74/213: gnu: fava: Update to 1.27., (continued)
- 74/213: gnu: fava: Update to 1.27., guix-commits, 2025/01/10
- 77/213: gnu: python-isodate: Update to 0.7.2., guix-commits, 2025/01/10
- 88/213: gnu: python-cryptography: Update to 44.0.0., guix-commits, 2025/01/10
- 87/213: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/10
- 98/213: gnu: python-openapi-spec-validator: Restore sanity check., guix-commits, 2025/01/10
- 99/213: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/10
- 103/213: gnu: Add python-propcache., guix-commits, 2025/01/10
- 127/213: gnu: python-moto: Update to 5.0.25., guix-commits, 2025/01/10
- 131/213: gnu: Remove python-dataclasses., guix-commits, 2025/01/10
- 134/213: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/10
- 137/213: gnu: python-flask-wtf: Update to 1.2.2.,
guix-commits <=
- 144/213: gnu: python-pillow-simd: Update to 10.0.1.post0., guix-commits, 2025/01/10
- 150/213: gnu: Add rust-jiter-0.7., guix-commits, 2025/01/10
- 157/213: gnu: python-pydantic-settings: Update to 2.7.1., guix-commits, 2025/01/10
- 159/213: gnu: python-path-bootstrap: Update to 17.1.0., guix-commits, 2025/01/10
- 186/213: gnu: python-cattrs: Disable failing test., guix-commits, 2025/01/10
- 138/213: gnu: awscli-2: Run tests., guix-commits, 2025/01/10
- 181/213: gnu: python-webassets: Fix build., guix-commits, 2025/01/10
- 183/213: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/10
- 196/213: gnu: python-resampy: Update to 0.4.3., guix-commits, 2025/01/10
- 211/213: gnu: python-episcanpy: Add missing input., guix-commits, 2025/01/10