Package python-modules-sqlite3: Information

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

Binary package: python-modules-sqlite3
Version: 2.7.18-alt6
Architecture: ppc64le
Build time:  Aug 10, 2021, 04:55 PM in the task #282117
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


Aug. 2, 2021 Vladimir D. Seleznev 2.7.18-alt6
- Adopted patches from Fedora project (fixed CVE-2020-27619, CVE-2021-3177 and
  CVE-2021-23336).
April 28, 2021 Dmitry V. Levin 2.7.18-alt5
- python-dev: added rpm-build-python to requirements.
Feb. 25, 2021 Vladimir D. Seleznev 2.7.18-alt4
- python-dev: Removed dependency to libnsl2-devel (closes #39727).
- Built without libnsl LDFLAGS.