Package python-modules-sqlite3: Information

  • Default inline alert: Version in the repository: 2.7.18-alt11

Binary package: python-modules-sqlite3
Version: 2.7.18-alt10
Architecture: ppc64le
Build time:  Jun 17, 2022, 04:25 PM in the task #302234
Source package: python
Report package bug
License: Python-2.0
Summary: DB-API 2.0 interface for SQLite databases
Description: 
SQLite is a C library that provides a lightweight disk-based database
that doesn't require a separate server process and allows accessing
the database using a nonstandard variant of the SQL query language.
Some applications can use SQLite for internal data storage.  It's also
possible to prototype an application using SQLite and then port the
code to a larger database such as PostgreSQL or Oracle.

pysqlite was written by Gerhard Ha:ring and provides a SQL interface
compliant with the DB-API 2.0 specification described by PEP 249.



Last changed


June 17, 2022 Vladimir D. Seleznev 2.7.18-alt10
- Secutiry update (fixed: CVE-2015-20107).
- Fixed Url field.
March 12, 2022 Vladimir D. Seleznev 2.7.18-alt9
- Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
- Fixed FTBFS against libexpat >= 2.4.5.
Oct. 8, 2021 Vladimir D. Seleznev 2.7.18-alt8
- Security update (fixed: CVE-2021-3733 and CVE-2021-3737).