python-apsw 3.43.0.0-1build2 source package in Ubuntu

Changelog

python-apsw (3.43.0.0-1build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:21:26 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
python-apsw_3.43.0.0.orig.tar.xz 3.3 MiB d27b74fced694865f4a44414d14f3b538187db1db10e6fec72ef2fb4c030ced6
python-apsw_3.43.0.0-1build2.debian.tar.xz 5.0 KiB d318cc6005b4807ffda705f17b2c02e987101d20dbca2b7ac919034d4dc66776
python-apsw_3.43.0.0-1build2.dsc 1.9 KiB 34491fc1df93e5390fb9d55157f7396856341b7d077c2d33d7cb7eb6190ac037

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