python-aiohttp-session 2.11.0-1 source package in Ubuntu

Changelog

python-aiohttp-session (2.11.0-1) unstable; urgency=medium

  * New upstream version

 -- Martin <email address hidden>  Tue, 18 Oct 2022 20:27:49 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aiohttp-session_2.11.0-1.dsc 2.4 KiB c7795183c3bea401e719961f32dbbf22e1173906ead91fae0a5c63056025d1cd
python-aiohttp-session_2.11.0.orig.tar.gz 94.3 KiB 5116ee11fec9163e1b4bd7c70a4e162c55592e81f0bc2f7c23cb1b2d14ad4769
python-aiohttp-session_2.11.0-1.debian.tar.xz 2.6 KiB 9ba606f3b0705e86daa93ed8b795fe4cb66e1addec54edc847b0b5aba373f42d

Available diffs

No changes file available.

Binary packages built by this source

python-aiohttp-session-doc: provides sessions for aiohttp.web (documentation)

 The library allows us to store user-specific data into a session object.
 .
 The session object has a dict-like interface (operations like
 session[key] = value, value = session[key] etc. are present).
 .
 Before processing the session in a web-handler, you have to register the
 session middleware in aiohttp.web.Application.
 .
 This package provides the HTML documentation.

python3-aiohttp-session: provides sessions for aiohttp.web

 The library allows us to store user-specific data into a session object.
 .
 The session object has a dict-like interface (operations like
 session[key] = value, value = session[key] etc. are present).
 .
 Before processing the session in a web-handler, you have to register the
 session middleware in aiohttp.web.Application.