python-pysqlite2 2.7.0-1ubuntu2 source package in Ubuntu

Changelog

python-pysqlite2 (2.7.0-1ubuntu2) focal; urgency=medium

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Mon, 10 Feb 2020 08:23:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
python-pysqlite2_2.7.0.orig.tar.gz 86.4 KiB b860566c09c6e11e59423efbf152b890e4e12882012538209720e9b7e9e22ca1
python-pysqlite2_2.7.0-1ubuntu2.debian.tar.xz 5.5 KiB fea4084908d7a75a71824c1d7627d21322cc2582dc67ad808eb35650883e0537
python-pysqlite2_2.7.0-1ubuntu2.dsc 2.0 KiB 224aa6bc6508abb89adbb660895015d2eeeea307b757506ec1ed3cc60021f0c8

Available diffs

View changes file

Binary packages built by this source

python-pysqlite2: Python interface to SQLite 3

 pysqlite is a DB-API 2.0-compliant database interface for SQLite.
 .
 This package is built against SQLite 3. For an interface to SQLite 2,
 see the package python-sqlite. An alternative Python SQLite 3 module
 is packaged as python-apsw.
 .
 SQLite is a relational database management system contained in a
 relatively small C library. It is a public domain project created
 by D. Richard Hipp. Unlike the usual client-server paradigm, the
 SQLite engine is not a standalone process with which the program
 communicates, but is linked in and thus becomes an integral part
 of the program. The library implements most of SQL-92 standard,
 including transactions, triggers and most of complex queries.
 .
 pysqlite makes this powerful embedded SQL engine available to
 Python programmers. It stays compatible with the Python database
 API specification 2.0 as much as possible, but also exposes most
 of SQLite's native API, so that it is for example possible to
 create user-defined SQL functions and aggregates in Python.
 .
 If you need a relational database for your applications, or even
 small tools or helper scripts, pysqlite is often a good fit. It's
 easy to use, easy to deploy, and does not depend on any other
 Python libraries or platform libraries, except SQLite. SQLite
 itself is ported to most platforms you'd ever care about.
 .
 It's often a good alternative to MySQL, the Microsoft JET engine
 or the MSDE, without having any of their license and deployment
 issues.

python-pysqlite2-dbg: Python interface to SQLite 3 (debug extension)

 pysqlite is a DB-API 2.0-compliant database interface for SQLite.
 .
 This package is built against SQLite 3. For an interface to SQLite 2,
 see the package python-sqlite. An alternative Python SQLite 3 module
 is packaged as python-apsw.
 .
 This package contains the extension built for the Python debug interpreter.

python-pysqlite2-doc: No summary available for python-pysqlite2-doc in ubuntu groovy.

No description available for python-pysqlite2-doc in ubuntu groovy.