[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/232: gnu: python-flask: Update to 2.1.1.
From: |
guix-commits |
Subject: |
91/232: gnu: python-flask: Update to 2.1.1. |
Date: |
Sun, 24 Apr 2022 23:58:52 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 4af16fe7eabb24b0b4c9b1422bc62f8e38b8d14d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 10 14:00:06 2022 -0400
gnu: python-flask: Update to 2.1.1.
* gnu/packages/python-web.scm (python-flask): Update to 2.1.1.
[propagated-inputs]: Add python-asgiref and python-importlib-metadata.
[home-page]: Update.
---
gnu/packages/python-web.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7e333916b6..161b50b1b6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2991,13 +2991,13 @@ minimum of WSGI.")
(define-public python-flask
(package
(name "python-flask")
- (version "2.0.2")
+ (version "2.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Flask" version))
(sha256
(base32
- "1qilnrdakhbw5k951kczdy8ia0wczh0dpp1vi4qhgmfx6klvhbvv"))))
+ "1j0rjly2yhbm566lq2s8543fs7fz86f77abps539djcfalzbvjd8"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -3009,8 +3009,13 @@ minimum of WSGI.")
(native-inputs
(list python-pytest))
(propagated-inputs
- (list python-itsdangerous python-jinja2 python-click python-werkzeug))
- (home-page "https://www.palletsprojects.com/p/flask/")
+ (list python-asgiref ;async extra
+ python-click
+ python-importlib-metadata
+ python-itsdangerous
+ python-jinja2
+ python-werkzeug))
+ (home-page "https://palletsprojects.com/p/flask/")
(synopsis "Microframework based on Werkzeug, Jinja2 and good intentions")
(description "Flask is a micro web framework based on the Werkzeug toolkit
and Jinja2 template engine. It is called a micro framework because it does not
- 177/232: gnu: python-can: Update to 4.0.0., (continued)
- 177/232: gnu: python-can: Update to 4.0.0., guix-commits, 2022/04/24
- 191/232: gnu: Add python-crccheck., guix-commits, 2022/04/24
- 198/232: gnu: Add python-pydyf., guix-commits, 2022/04/24
- 206/232: gnu: Remove python2-keyring., guix-commits, 2022/04/24
- 188/232: gnu: python-ghp-import: Update to 2.0.2., guix-commits, 2022/04/24
- 207/232: gnu: python-pingouin: Update to 0.5.1., guix-commits, 2022/04/24
- 212/232: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/04/24
- 215/232: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/04/24
- 68/232: gnu: python-setuptools: Update to 62.0.0., guix-commits, 2022/04/24
- 69/232: gnu: python-pathpy: Deprecate by python-path., guix-commits, 2022/04/24
- 91/232: gnu: python-flask: Update to 2.1.1.,
guix-commits <=
- 96/232: gnu: Add python-pydevd., guix-commits, 2022/04/24
- 138/232: gnu: Add python-cbor2., guix-commits, 2022/04/24
- 139/232: gnu: python-httpcore: Update to 0.14.7 and enable tests., guix-commits, 2022/04/24
- 140/232: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/24
- 155/232: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/24
- 157/232: gnu: python-numba: Update to 0.55.1., guix-commits, 2022/04/24
- 161/232: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/04/24
- 168/232: gnu: python-jupyter-kernel-mgmt: Update to 0.5.1 and disable tests., guix-commits, 2022/04/24
- 174/232: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/04/24
- 179/232: gnu: python-kombu: Update to 5.2.4., guix-commits, 2022/04/24