[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: python-flask: Update to 1.0.2.
From: |
guix-commits |
Subject: |
06/12: gnu: python-flask: Update to 1.0.2. |
Date: |
Sun, 27 Jan 2019 05:49:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 67eda45bbbadbede356c8ddd49c1aa1bdbccc04f
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 27 11:16:33 2019 +0200
gnu: python-flask: Update to 1.0.2.
* gnu/pacakges/python-web.scm (python-flask): Update to 1.0.2.
[home-page]: Update to new home-page.
---
gnu/packages/python-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9522abb..832ca93 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1583,20 +1583,20 @@ minimum of WSGI.")
(define-public python-flask
(package
(name "python-flask")
- (version "0.11.1")
+ (version "1.0.2")
(source (origin
(method url-fetch)
- (uri (pypi-uri "Flask" version))
+ (uri (pypi-uri "flask" version))
(sha256
(base32
- "03kbfll4sj3v5z7r31c7bhfpi11r1np076d4p1k2kg4yzcmkywdl"))))
+ "0j6f4a9rpfh25k1gp7azqhnni4mb4fgy50jammgjgddw1l3w0w92"))))
(build-system python-build-system)
(propagated-inputs
`(("python-itsdangerous" ,python-itsdangerous)
("python-jinja2" ,python-jinja2)
("python-click" ,python-click)
("python-werkzeug" ,python-werkzeug)))
- (home-page "https://github.com/mitsuhiko/flask/")
+ (home-page "https://www.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
- branch master updated (9f92038 -> 2066975), guix-commits, 2019/01/27
- 06/12: gnu: python-flask: Update to 1.0.2.,
guix-commits <=
- 07/12: gnu: python-flask: Run test suite., guix-commits, 2019/01/27
- 02/12: gnu: python-itsdangerous: Update to 1.1.0., guix-commits, 2019/01/27
- 05/12: gnu: python-werkzeug: Update to 0.14.1., guix-commits, 2019/01/27
- 08/12: gnu: python-tornado: Update to 5.1.1., guix-commits, 2019/01/27
- 10/12: gnu: python-urllib3: Update to 1.24.1., guix-commits, 2019/01/27
- 12/12: gnu: python-cryptography, python-cryptography-vectors: Update to 2.5., guix-commits, 2019/01/27
- 09/12: gnu: python-flaky: Update to 3.5.3., guix-commits, 2019/01/27
- 03/12: gnu: python-click: Update to 7.0., guix-commits, 2019/01/27
- 04/12: gnu: python-click: Enable tests., guix-commits, 2019/01/27
- 01/12: gnu: python-entrypoints: Update to 0.3., guix-commits, 2019/01/27