diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-02 23:39:35 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:15:01 +0100 |
| commit | fce0f1ed558fa1db111332c02af4195c3ae12d43 (patch) | |
| tree | 3015aed66bbfa3ff57aa04cbd5f9602eced47373 /gnu/packages/python-web.scm | |
| parent | 23bcb26db1131274ccaff4a211eb94468655076f (diff) | |
gnu: python-flask-login: Update to 0.6.3-0.c8bba84.
* gnu/packages/python-web.scm (python-flask-login): Update to 0.6.3-0.c8bba84.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 59 |
1 files changed, 30 insertions, 29 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 463eb567a12..fbfce53b460 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -8457,37 +8457,38 @@ on the command line.") | |||
| 8457 | (license license:expat))) | 8457 | (license license:expat))) |
| 8458 | 8458 | ||
| 8459 | (define-public python-flask-login | 8459 | (define-public python-flask-login |
| 8460 | (package | 8460 | (let ((commit "c8bba84b9ba6768e878317fc46c54bd13fa1ac07") |
| 8461 | (name "python-flask-login") | 8461 | (revision "0")) |
| 8462 | (version "0.6.3") | 8462 | (package |
| 8463 | (source | 8463 | (name "python-flask-login") |
| 8464 | (origin | 8464 | (version (git-version "0.6.3" revision commit)) |
| 8465 | (method git-fetch) | 8465 | (source |
| 8466 | (uri (git-reference | 8466 | (origin |
| 8467 | (url "https://github.com/maxcountryman/flask-login") | 8467 | (method git-fetch) |
| 8468 | (commit version))) | 8468 | (uri (git-reference |
| 8469 | (file-name (git-file-name name version)) | 8469 | (url "https://github.com/maxcountryman/flask-login") |
| 8470 | (sha256 | 8470 | (commit commit))) |
| 8471 | (base32 "0wk3dni5qssmbn8ii3hsh89qa3kwr97i92k27bzgsgxvvsfwwzja")))) | 8471 | (file-name (git-file-name name version)) |
| 8472 | (build-system pyproject-build-system) | 8472 | (sha256 |
| 8473 | (propagated-inputs | 8473 | (base32 "0q0ga1zwm06kvpnsf50ckmsc77959i1spx7z2y3jkbwaa4klsyli")))) |
| 8474 | (list python-flask)) | 8474 | (build-system pyproject-build-system) |
| 8475 | (native-inputs | 8475 | (propagated-inputs |
| 8476 | ;; For tests. | 8476 | (list python-flask)) |
| 8477 | (list python-blinker | 8477 | (native-inputs |
| 8478 | python-mock | 8478 | ;; For tests. |
| 8479 | python-pytest | 8479 | (list python-blinker |
| 8480 | python-semantic-version | 8480 | python-flit-core |
| 8481 | python-setuptools | 8481 | python-mock |
| 8482 | python-werkzeug | 8482 | python-pytest |
| 8483 | python-wheel)) | 8483 | python-semantic-version |
| 8484 | (home-page "https://github.com/maxcountryman/flask-login") | 8484 | python-werkzeug)) |
| 8485 | (synopsis "User session management for Flask") | 8485 | (home-page "https://github.com/maxcountryman/flask-login") |
| 8486 | (description | 8486 | (synopsis "User session management for Flask") |
| 8487 | "@code{Flask-Login} provides user session management for Flask. It | 8487 | (description |
| 8488 | "@code{Flask-Login} provides user session management for Flask. It | ||
| 8488 | handles the common tasks of logging in, logging out, and remembering your | 8489 | handles the common tasks of logging in, logging out, and remembering your |
| 8489 | users' sessions over extended periods of time.") | 8490 | users' sessions over extended periods of time.") |
| 8490 | (license license:expat))) | 8491 | (license license:expat)))) |
| 8491 | 8492 | ||
| 8492 | (define-public python-oauth2client | 8493 | (define-public python-oauth2client |
| 8493 | (package | 8494 | (package |
