From 1b726d78b81ad8287cb9ae50c06a93ab30e31ab3 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 28 Jun 2025 10:40:27 -0300 Subject: 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 --- gnu/packages/python-web.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5e65030fecf..c4129b8b927 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3130,20 +3130,21 @@ the Misaka Markdown parser.") (define-public python-flask-session (package (name "python-flask-session") - (version "0.4.0") + (version "0.8.0") (source (origin (method url-fetch) - (uri (pypi-uri "Flask-Session" version)) + (uri (pypi-uri "flask_session" version)) (sha256 (base32 - "0ihzlhdhss8f93p3njzva9rdm7kmhaakdlzz680wmi583wr59vf9")))) - (build-system python-build-system) + "1zs20zpq6gxz9gsccbd2jrrbbcfvh0x9z9741gkr8dhh07mlbq10")))) + (build-system pyproject-build-system) (arguments '(#:tests? #f)) ; Tests require the various storage backends to be present + (native-inputs (list python-flit-core)) (propagated-inputs - (list python-cachelib python-flask)) - (home-page "https://github.com/fengsp/flask-session") + (list python-cachelib python-flask python-msgspec)) + (home-page "https://github.com/pallets-eco/flask-session") (synopsis "Adds server-side session support to your Flask application") (description "Flask-Session is an extension for Flask that adds support for -- cgit v1.3