python-sqlite 1.0.1-12ubuntu1 source package in Ubuntu

Changelog

python-sqlite (1.0.1-12ubuntu1) focal; urgency=medium

  * Build-depend on dh-python.
  * s/python-dbg/python2-dbg/.

 -- Matthias Klose <email address hidden>  Fri, 10 Jan 2020 16:17:20 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Joel Rosdahl
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-sqlite_1.0.1.orig.tar.gz 40.1 KiB 9ceed0af9e94b2f8701d4f36d7e86715d8ca64283e0b311e1816c031c3658f08
python-sqlite_1.0.1-12ubuntu1.debian.tar.xz 5.2 KiB 802bd457d02ead28789b0d45fdc07b03faf2a76af8d3299aeb2147d43f1265fd
python-sqlite_1.0.1-12ubuntu1.dsc 1.9 KiB b50fff64029885ba07fd708b8025f1201c6aabe6e0447d7e39ac65c01c14524b

View changes file

Binary packages built by this source

python-sqlite: Python interface to SQLite 2

 pysqlite is an interface to the SQLite database server for
 Python. It aims to be fully compliant with Python database
 API version 2.0 while also exploiting the unique features of
 SQLite.
 .
 pysqlite 1.0.x is built against SQLite 2. For an interface to SQLite
 3, see the package python-pysqlite1.1, python-pysqlite2 or
 python-apsw.

python-sqlite-dbg: Python interface to SQLite 2 (debug extension)

 pysqlite is an interface to the SQLite database server for
 Python. It aims to be fully compliant with Python database
 API version 2.0 while also exploiting the unique features of
 SQLite.
 .
 This package contains the extensions built for the Python debug interpreter.