[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/242: gnu: python-flask: Update to 2.1.1.
From: |
guix-commits |
Subject: |
91/242: gnu: python-flask: Update to 2.1.1. |
Date: |
Wed, 11 May 2022 18:02:56 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 2f093efbc2c6df3e0fa5698b57814e8457cd2e38
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 0f9f1e8786..340f84c78f 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
- 50/242: gnu: Add python-types-docutils., (continued)
- 50/242: gnu: Add python-types-docutils., guix-commits, 2022/05/11
- 59/242: gnu: Add python-pytest-perf., guix-commits, 2022/05/11
- 62/242: gnu: Add python-pytest-randomly., guix-commits, 2022/05/11
- 65/242: gnu: Add python-ordered-set., guix-commits, 2022/05/11
- 68/242: gnu: python-setuptools: Update to 62.0.0., guix-commits, 2022/05/11
- 86/242: gnu: Add font-amiri., guix-commits, 2022/05/11
- 73/242: gnu: python-jupyter-packaging: Update to 0.12.0, run test suite., guix-commits, 2022/05/11
- 77/242: gnu: Add python-fonttools-next., guix-commits, 2022/05/11
- 81/242: gnu: Add python-skia-pathops., guix-commits, 2022/05/11
- 84/242: gnu: Add python-ufo2ft., guix-commits, 2022/05/11
- 91/242: gnu: python-flask: Update to 2.1.1.,
guix-commits <=
- 94/242: gnu: pylint: Run tests in parallel., guix-commits, 2022/05/11
- 90/242: gnu: python-click: Update to 8.1.2 and honor TESTS?., guix-commits, 2022/05/11
- 76/242: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/05/11
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/11
- 97/242: gnu: Add python-debugpy., guix-commits, 2022/05/11
- 100/242: gnu: python-pytest-xdist-next: Update to 2.5.0., guix-commits, 2022/05/11
- 102/242: gnu: python-nest-asyncio: Update to 1.5.5., guix-commits, 2022/05/11
- 103/242: gnu: python-jupyter-core: Update to 4.10.0., guix-commits, 2022/05/11
- 104/242: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/05/11
- 105/242: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/05/11