python-apsw 3.45.3.0-1 source package in Ubuntu

Changelog

python-apsw (3.45.3.0-1) unstable; urgency=medium

  * New upstream release 3.45.3.0
  * Update Standards-Version to 4.7.0 with no changes

 -- Joel Rosdahl <email address hidden>  Sat, 27 Apr 2024 14:33:43 +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
Oracular release universe python

Downloads

File Size SHA-256 Checksum
python-apsw_3.45.3.0-1.dsc 1.8 KiB ff84ba626ff8a949eeb85395474199644ab89cabd142fdd48298fcb43c03de01
python-apsw_3.45.3.0.orig.tar.xz 3.4 MiB d16aae22343017f97533c8405232ca8354d3f77dc4ec9ee1c61a6adabd27d668
python-apsw_3.45.3.0-1.debian.tar.xz 5.0 KiB 58216e66701bc8a96c5f63f3c7d96451add4cc8298fcb2adc7d500a90e5fcbc8

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