python-bottle-sqlite 0.2.0-4build1 source package in Ubuntu

Changelog

python-bottle-sqlite (0.2.0-4build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Thu, 08 Jan 2026 21:09:51 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bottle-sqlite_0.2.0.orig.tar.gz 4.7 KiB e61b9c4b2240d5abb635ce79fb5d5f4e6e6216f68c0d1670add2df0d5d5db618
python-bottle-sqlite_0.2.0-4build1.debian.tar.xz 2.9 KiB 02a149bdeff8972ba79371040a6d4027a2918c3bc5753f320104cc87feb1255b
python-bottle-sqlite_0.2.0-4build1.dsc 2.1 KiB 2c2ea428dd6b261870eda85384b1c544d8f8243f034468a083ba6100f600ebc3

View changes file

Binary packages built by this source

python3-bottle-sqlite: SQLite3 integration for Bottle - Python 3.x

 Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle
 application. It automatically connects to a database at the beginning of a
 request, passes the database handle to the route callback and closes the
 connection afterwards.
 .
 To automatically detect routes that need a database connection, the plugin
 searches for route callbacks that require a `db` keyword argument
 (configurable) and skips routes that do not. This removes any overhead for
 routes that don't need a database connection.
 .
 This package provides the Python 3.x module.