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

Changelog

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

  * Team upload.
  * New upstream release.
  * Replace python3-aioredis build-dependency with python3-redis.

 -- Colin Watson <email address hidden>  Tue, 30 Apr 2024 18:24:12 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aiohttp-session_2.12.0-1.dsc 2.5 KiB 9be769a3e624e1f99de740e2a58aaa58a5104a4cb0ff4704055f7535fcfb52bb
python-aiohttp-session_2.12.0.orig.tar.gz 94.4 KiB 9ab51fd39ada02e30c39bd0e7a3f2267aa39b1eaf299f5eb83c11fd2d055f9ce
python-aiohttp-session_2.12.0-1.debian.tar.xz 2.9 KiB 17605c407d10eb49c73107ecdc9bade7a6bf47827c051b17611aae3c421460c3

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.