[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/242: gnu: python-flask-wtf: Update to 1.0.1.
From: |
guix-commits |
Subject: |
208/242: gnu: python-flask-wtf: Update to 1.0.1. |
Date: |
Thu, 12 May 2022 14:14:36 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit dff469209e14b867b1f3f6e946526b4654cc4d08
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 01:26:34 2022 -0400
gnu: python-flask-wtf: Update to 1.0.1.
* gnu/packages/python-web.scm (python-flask-wtf): Update to 1.0.1.
[propagated-inputs]: Remove python-flask-babel and python-babel.
Add python-flask and python-itsdangerous.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 89b688da32..f98f824daa 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3249,14 +3249,14 @@ presume or force a developer to use a particular tool
or library.")
(define-public python-flask-wtf
(package
(name "python-flask-wtf")
- (version "0.14.3")
+ (version "1.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Flask-WTF" version))
(sha256
(base32
- "086pvg2x69n0nczcq7frknfjd8am1zdy8qqpva1sanwb02hf65yl"))))
+ "1jd614662r6ifh4svs8zfwm4k8bal5z3n6pq607bas8gxrpmrzil"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -3265,7 +3265,7 @@ presume or force a developer to use a particular tool or
library.")
(lambda _
(invoke "pytest" "-vv"))))))
(propagated-inputs
- (list python-flask-babel python-babel python-wtforms))
+ (list python-flask python-itsdangerous python-wtforms))
(native-inputs
(list python-pytest))
(home-page "https://github.com/lepture/flask-wtf")
- 228/242: gnu: Add python-ipdb., (continued)
- 228/242: gnu: Add python-ipdb., guix-commits, 2022/05/12
- 227/242: gnu: python-numpy-documentation: Overhaul package definition., guix-commits, 2022/05/12
- 231/242: gnu: Add texlive-underscore., guix-commits, 2022/05/12
- 230/242: gnu: Add python-mpl-sphinx-theme., guix-commits, 2022/05/12
- 240/242: gnu: Add python-sanic-bootstrap., guix-commits, 2022/05/12
- 234/242: gnu: python-qtconsole: Update to 5.3.0., guix-commits, 2022/05/12
- 235/242: gnu: python-pygments: Update to 2.12.0., guix-commits, 2022/05/12
- 233/242: gnu: python-qtpy: Update to 2.0.1., guix-commits, 2022/05/12
- 242/242: gnu: python-sanic: Update to 21.12.1., guix-commits, 2022/05/12
- 207/242: gnu: python-pingouin: Update to 0.5.1., guix-commits, 2022/05/12
- 208/242: gnu: python-flask-wtf: Update to 1.0.1.,
guix-commits <=
- 206/242: gnu: Remove python2-keyring., guix-commits, 2022/05/12
- 202/242: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/05/12