[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50213] [PATCH 16/19] gnu: python-flask: Update to 2.0.1.
From: |
jgart |
Subject: |
[bug#50213] [PATCH 16/19] gnu: python-flask: Update to 2.0.1. |
Date: |
Thu, 26 Aug 2021 11:15:50 -0400 |
* gnu/packages/python-web.scm (python-flask): Update to 2.0.1.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 07db685e2a..6784b5038f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2975,13 +2975,13 @@ minimum of WSGI.")
(define-public python-flask
(package
(name "python-flask")
- (version "1.1.2")
+ (version "2.0.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Flask" version))
(sha256
(base32
- "0q3h295izcil7lswkzfnyg3k5gq4hpmqmpl6i7s5m1n9szi1myjf"))))
+ "0mcgwq7b4qd99mf5bsvs3wphchxarf8kgil4hwww3blj31xjak0w"))))
(build-system python-build-system)
(arguments
'(#:phases
--
2.33.0
- [bug#50213] [PATCH 02/19] gnu: python-pytest-timeout: Update to 1.4.2., (continued)
- [bug#50213] [PATCH 02/19] gnu: python-pytest-timeout: Update to 1.4.2., jgart, 2021/08/26
- [bug#50213] [PATCH 04/19] gnu: python-pytest-xprocess: Update to 0.18.1., jgart, 2021/08/26
- [bug#50213] [PATCH 09/19] gnu: python-werkzeug: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 08/19] gnu: python-werkzeug: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 03/19] gnu: python-pytest-timeout: Add python-pytest-cov to propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 05/19] gnu: python-pytest-xprocess: Add python-setuptools-scm to native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 07/19] gnu: python-greenlet: Update to 1.1.1., jgart, 2021/08/26
- [bug#50213] [PATCH 06/19] gnu: python-pytest-xprocess: Fix linter warning to follow redirect., jgart, 2021/08/26
- [bug#50213] [PATCH 11/19] gnu: python-jinja2: Update to 3.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 13/19] gnu: python-markupsafe: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 16/19] gnu: python-flask: Update to 2.0.1.,
jgart <=
- [bug#50213] [PATCH 19/19] gnu: python-flask: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 18/19] gnu: python-flask: Add missing native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 12/19] gnu: python-itsdangerous: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 10/19] gnu: python-werkzeug: Disable tests that require networking., jgart, 2021/08/26
- [bug#50213] [PATCH 14/19] gnu: python-markupsafe: Fix linter warning to follow redirect., jgart, 2021/08/26
- [bug#50213] [PATCH 17/19] gnu: python-flask: Use add-installed-pythonpath in the check phase., jgart, 2021/08/26
- [bug#50213] [PATCH 15/19] gnu: Add python-dotenv., jgart, 2021/08/26