mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flask-session: Update to 0.8.0.
* gnu/packages/python-web.scm (python-flask-session): Update to 0.8.0. [source]: Update URI. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-flit-core. [propagated-inputs]: Add python-msgspec. [home-page]: Follow redirect. Change-Id: Ie5efb5f690e33339a5e8fb6dac035f5b88d1a212
This commit is contained in:
parent
568f7329bc
commit
1b726d78b8
1 changed files with 7 additions and 6 deletions
|
@ -3130,20 +3130,21 @@ the Misaka Markdown parser.")
|
||||||
(define-public python-flask-session
|
(define-public python-flask-session
|
||||||
(package
|
(package
|
||||||
(name "python-flask-session")
|
(name "python-flask-session")
|
||||||
(version "0.4.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Flask-Session" version))
|
(uri (pypi-uri "flask_session" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ihzlhdhss8f93p3njzva9rdm7kmhaakdlzz680wmi583wr59vf9"))))
|
"1zs20zpq6gxz9gsccbd2jrrbbcfvh0x9z9741gkr8dhh07mlbq10"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; Tests require the various storage backends to be present
|
'(#:tests? #f)) ; Tests require the various storage backends to be present
|
||||||
|
(native-inputs (list python-flit-core))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cachelib python-flask))
|
(list python-cachelib python-flask python-msgspec))
|
||||||
(home-page "https://github.com/fengsp/flask-session")
|
(home-page "https://github.com/pallets-eco/flask-session")
|
||||||
(synopsis "Adds server-side session support to your Flask application")
|
(synopsis "Adds server-side session support to your Flask application")
|
||||||
(description
|
(description
|
||||||
"Flask-Session is an extension for Flask that adds support for
|
"Flask-Session is an extension for Flask that adds support for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue