[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
203/204: gnu: python-flask-login: Update to 0.6.0.
From: |
guix-commits |
Subject: |
203/204: gnu: python-flask-login: Update to 0.6.0. |
Date: |
Wed, 20 Apr 2022 02:03:47 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit c22b516e7e738c66b7070079193d70dd2b27dbcd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 01:47:20 2022 -0400
gnu: python-flask-login: Update to 0.6.0.
* gnu/packages/python-web.scm (python-flask-login): Update to 0.6.0.
[arguments]: New field.
[native-inputs]: Remove python-coverage, python-pycodestyle and
python-pyflakes.
---
gnu/packages/python-web.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7e58a42015..bf31b9dc74 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3837,7 +3837,7 @@ on the command line.")
(define-public python-flask-login
(package
(name "python-flask-login")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -3846,17 +3846,21 @@ on the command line.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11ac924w0y4m0kf3mxnxdlidy88jfa7njw5yyrq16dvnx4iwd8gg"))))
+ (base32 "12yw01ccgjn9c88cbkrd6k1ykjxd8fxip2b1isvxjirphnlqhn9g"))))
(build-system python-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv" "-c" "/dev/null")))))))
(propagated-inputs
(list python-flask))
(native-inputs
;; For tests.
(list python-blinker
- python-coverage
python-mock
- python-pycodestyle
- python-pyflakes
python-pytest
python-semantic-version
python-werkzeug))
- 93/204: gnu: python-black: Update to 22.3.0., (continued)
- 93/204: gnu: python-black: Update to 22.3.0., guix-commits, 2022/04/20
- 101/204: gnu: Add python-ipyparallel-bootstrap., guix-commits, 2022/04/20
- 111/204: gnu: Add texlive-unicode-math., guix-commits, 2022/04/20
- 114/204: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/20
- 115/204: gnu: python-nbval: Fix build., guix-commits, 2022/04/20
- 126/204: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/04/20
- 150/204: gnu: python-llvmlite: Update to 0.38.0., guix-commits, 2022/04/20
- 175/204: gnu: Add python-argparse-addons., guix-commits, 2022/04/20
- 180/204: gnu: Add python-mergedeep., guix-commits, 2022/04/20
- 198/204: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/20
- 203/204: gnu: python-flask-login: Update to 0.6.0.,
guix-commits <=
- 113/204: gnu: python-nbconvert: Update to 6.5.0., guix-commits, 2022/04/20
- 117/204: gnu: python-notebook: Update to 6.4.10., guix-commits, 2022/04/20
- 118/204: gnu: Add python-nbdime., guix-commits, 2022/04/20
- 119/204: gnu: Add python-docrepr., guix-commits, 2022/04/20
- 128/204: gnu: Add python-strict-rfc3339., guix-commits, 2022/04/20
- 129/204: gnu: Add python-rfc3339-validator., guix-commits, 2022/04/20
- 134/204: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/20
- 135/204: gnu: Add python-httpx-bootstrap., guix-commits, 2022/04/20
- 137/204: gnu: python-uvicorn: Update to 0.17.6., guix-commits, 2022/04/20
- 149/204: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/20