[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/37: gnu: python-flask: Update to 1.1.1.
From: |
guix-commits |
Subject: |
03/37: gnu: python-flask: Update to 1.1.1. |
Date: |
Mon, 16 Mar 2020 10:46:20 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 15af040cc35895e779397ab42f53561666d9301a
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 03:27:50 2020 +0100
gnu: python-flask: Update to 1.1.1.
* gnu/packages/python-web.scm (python-flask): Update to 1.1.1.
---
gnu/packages/python-web.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d1e09fc..985d03f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1728,20 +1728,22 @@ minimum of WSGI.")
(define-public python-flask
(package
(name "python-flask")
- (version "1.0.3")
+ (version "1.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Flask" version))
(sha256
(base32
- "1wxnhjlxwwjhjxmghykjhllpahv5pkdc5hln4ab6nab43s26sz5d"))))
+ "0ljdjgyjn7vh8ic1n1dc2l1cl421i6pr3kx5sz2w5irhyfbg3y8k"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
- (invoke "python" "-m" "pytest"))))))
+ (setenv "PYTHONPATH" (string-append "./build/lib:"
+ (getenv "PYTHONPATH")))
+ (invoke "pytest" "-vv" "tests"))))))
(native-inputs
`(("python-pytest" ,python-pytest)))
(propagated-inputs
- branch master updated (76d2b9a -> 8317c89), guix-commits, 2020/03/16
- 01/37: gnu: python-stem: Update to 1.8.0., guix-commits, 2020/03/16
- 02/37: gnu: python-werkzeug: Update to 1.0.0., guix-commits, 2020/03/16
- 05/37: gnu: python-flask-babel: Update to 1.0.0., guix-commits, 2020/03/16
- 06/37: gnu: python-flask-wtf: Update to 0.14.3., guix-commits, 2020/03/16
- 09/37: gnu: python-flask-restful-swagger: Update to 0.20.1., guix-commits, 2020/03/16
- 15/37: gnu: Remove python2-keystoneclient., guix-commits, 2020/03/16
- 12/37: gnu: Remove python2-flask-migrate., guix-commits, 2020/03/16
- 20/37: gnu: Remove python2-oslo.utils., guix-commits, 2020/03/16
- 23/37: gnu: Remove python2-gitpython., guix-commits, 2020/03/16
- 03/37: gnu: python-flask: Update to 1.1.1.,
guix-commits <=
- 04/37: gnu: python-flask-login: Update to 0.5.0., guix-commits, 2020/03/16
- 18/37: gnu: Remove python2-oslo.log., guix-commits, 2020/03/16
- 14/37: gnu: Remove git-annex-remote-hubic., guix-commits, 2020/03/16
- 13/37: gnu: beets: Fix build with newer Werkzeug., guix-commits, 2020/03/16
- 22/37: gnu: Remove python2-bandit., guix-commits, 2020/03/16
- 07/37: gnu: python-flask-restful: Update to 0.3.8., guix-commits, 2020/03/16
- 10/37: gnu: python-flask-migrate: Update to 2.5.3., guix-commits, 2020/03/16
- 17/37: gnu: Remove python2-tempest-lib., guix-commits, 2020/03/16
- 08/37: gnu: python-stdnum: Update to 1.13., guix-commits, 2020/03/16
- 16/37: gnu: Remove python2-swiftclient., guix-commits, 2020/03/16