python-apsw 3.43.0.0-1 source package in Ubuntu

Changelog

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

  * Use system SQLite config
  * Remove obsolete treatment of underscore.js and Google Analytics
  * Adjust debian/copyright to match current license
  * Remove obsolete NEWS file
  * New upstream release 3.43.0.0
  * Clean up debian/rules
  * Remove stray -g (debug) option from pybuild arguments (closes: #1043042)
  * Add quilt patch description
  * Add Build-Depends for pybuild

 -- Joel Rosdahl <email address hidden>  Tue, 12 Sep 2023 16:40:22 +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.43.0.0-1.dsc 1.8 KiB 751c42baee9507f7de3388dff14b74bc2a1457ed768be6a4a88c09a2be1f09b3
python-apsw_3.43.0.0.orig.tar.xz 3.3 MiB d27b74fced694865f4a44414d14f3b538187db1db10e6fec72ef2fb4c030ced6
python-apsw_3.43.0.0-1.debian.tar.xz 4.9 KiB aa51feae91d0d86967c2ba3beb38268e8328c7081002404574b51df2c41b4955

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