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

Changelog

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

  * Remove python3-apsw-dbg package (closes: #994346)

 -- Joel Rosdahl <email address hidden>  Sun, 03 Oct 2021 16:53:45 +0200

Upload details

Uploaded by:
Joel Rosdahl
Uploaded to:
Sid
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.36.0-r1-2.dsc 1.8 KiB 8b4c58163fa59ab5b8c1f39dc5e42789c6babe0dc99661932b7696c7b13355ff
python-apsw_3.36.0-r1.orig.tar.xz 411.1 KiB b8c43f05eae030eb20f063801cfb08cf17b899ca732d7a64e6b9bef2bd84b1d3
python-apsw_3.36.0-r1-2.debian.tar.xz 4.7 KiB c2997f3573e39cc04468cdb9fc1d85351701878fd0dc200ebd28c7bbba44dc9d

No changes file available.

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