python-apsw 3.36.0-r1-2build1 source package in Ubuntu

Changelog

python-apsw (3.36.0-r1-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:44:45 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Downloads

File Size SHA-256 Checksum
python-apsw_3.36.0-r1.orig.tar.xz 411.1 KiB b8c43f05eae030eb20f063801cfb08cf17b899ca732d7a64e6b9bef2bd84b1d3
python-apsw_3.36.0-r1-2build1.debian.tar.xz 4.8 KiB 8e294399f366b8d116feb2d651bc5c90db12d4fbbfd40d446d3de040e95eea41
python-apsw_3.36.0-r1-2build1.dsc 1.8 KiB 55f2851661cfd819ce7fda7598c913ce242f48ead240b082db6b525cb2180f41

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