diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-22 09:48:11 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-01-22 10:23:01 +0100 |
| commit | 515854b31f22d26da6de1aefa3602cab10491a45 (patch) | |
| tree | f0b065e94a335697deb3050fa8317c79516021db /gnu/packages/python-web.scm | |
| parent | ed9ca9740986a3738398dbb132aca18a6b0245d2 (diff) | |
gnu: python-flask-oidc: Update to 1.4.0.
* gnu/packages/python-web.scm (python-flask-oidc): Update to 1.4.0.
[arguments]: Override check phase.
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 232d6f01378..c6e760ce358 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3609,15 +3609,22 @@ library for Python") | |||
| 3609 | (define-public python-flask-oidc | 3609 | (define-public python-flask-oidc |
| 3610 | (package | 3610 | (package |
| 3611 | (name "python-flask-oidc") | 3611 | (name "python-flask-oidc") |
| 3612 | (version "1.1.1") | 3612 | (version "1.4.0") |
| 3613 | (source | 3613 | (source |
| 3614 | (origin | 3614 | (origin |
| 3615 | (method url-fetch) | 3615 | (method url-fetch) |
| 3616 | (uri (pypi-uri "flask-oidc" version)) | 3616 | (uri (pypi-uri "flask-oidc" version)) |
| 3617 | (sha256 | 3617 | (sha256 |
| 3618 | (base32 | 3618 | (base32 |
| 3619 | "1ay5j0mf174bix7i67hclr95gv16z81fpx0dijvi0gydvdj3ddy2")))) | 3619 | "0klgwpn2iy5y7011xh2c8zkryxdwkpxh7qjs3hp5cynl748ia4hc")))) |
| 3620 | (build-system python-build-system) | 3620 | (build-system python-build-system) |
| 3621 | (arguments | ||
| 3622 | (list #:phases | ||
| 3623 | #~(modify-phases %standard-phases | ||
| 3624 | (replace 'check | ||
| 3625 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 3626 | (when tests? | ||
| 3627 | (invoke "nosetests"))))))) | ||
| 3621 | (propagated-inputs | 3628 | (propagated-inputs |
| 3622 | (list python-flask python-itsdangerous python-oauth2client | 3629 | (list python-flask python-itsdangerous python-oauth2client |
| 3623 | python-six)) | 3630 | python-six)) |
