python-apsw 3.39.2.0-1build1 source package in Ubuntu

Changelog

python-apsw (3.39.2.0-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:44:49 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Joel Rosdahl
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-apsw_3.39.2.0.orig.tar.xz 436.3 KiB 7463e12f28b5fba6097fa04dffeccc208078deb0a8517de599a960ac15b74865
python-apsw_3.39.2.0-1build1.debian.tar.xz 4.9 KiB 5f66fbea5ea310968a4d620356960d0ac7447c7f6ad91977b0a83566c2793562
python-apsw_3.39.2.0-1build1.dsc 1.8 KiB 3fa7da94a29308bd6cd282708f7c533a437337a022af5504596c76586173b1fd

View changes file

Binary packages built by this source

python-apsw-doc: documentation for python-apsw

 APSW (Another Python SQLite Wrapper) is an SQLite 3 wrapper that
 provides the thinnest layer over SQLite 3 possible. Everything you
 can do from the C API to SQLite 3, you can do from Python. Although
 APSW's API looks vaguely similar to Python's DB-API, it is not
 compliant with that API and instead works the way SQLite 3 does.
 .
 This package contains the documentation.

python3-apsw: another Python SQLite 3 wrapper (Python 3 version)

 APSW (Another Python SQLite Wrapper) is an SQLite 3 wrapper that
 provides the thinnest layer over SQLite 3 possible. Everything you
 can do from the C API to SQLite 3, you can do from Python. Although
 APSW's API looks vaguely similar to Python's DB-API, it is not
 compliant with that API and instead works the way SQLite 3 does.
 .
 This package contains the extension built for Python 3.

python3-apsw-dbgsym: debug symbols for python3-apsw