python-apsw 3.40.0.0-2 source package in Ubuntu

Changelog

python-apsw (3.40.0.0-2) unstable; urgency=medium

  * Update Standards-Version to 4.6.2 with no changes
  * Add build dependency on python3-setuptools (closes: #1026582)

 -- Joel Rosdahl <email address hidden>  Fri, 23 Dec 2022 19:19:32 +0100

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.40.0.0-2.dsc 1.8 KiB 59458c6ced34fcb48c8ce6bd3a9a6af46b48ef33e3d96f6ec2d406e60ffc0776
python-apsw_3.40.0.0.orig.tar.gz 854.6 KiB f7f5c545b505ca9bbd3e08f85169c18cc891e557a4192b381c6ffa4baa588ee7
python-apsw_3.40.0.0-2.debian.tar.xz 4.9 KiB f88c9b626189d68171690e0bcccef7041060845aa048951cc4789a1e435de0d4

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