Пакет python-modules-sqlite3: Информация

  • Default inline alert: Версия в репозитории: 2.7.18-alt11

Бинарный пакет: python-modules-sqlite3
Версия: 2.7.18-alt10
Архитектура: e2kv4
Собран:  18 июля 2022 г. 19:25
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: https://www.python.org/

Лицензия: Python-2.0
О пакете: DB-API 2.0 interface for SQLite databases
Описание: 
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.

Сопровождающий: Python Development Team


Последнее изменение


17 июня 2022 г. Vladimir D. Seleznev 2.7.18-alt10
- Secutiry update (fixed: CVE-2015-20107).
- Fixed Url field.
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.
8 октября 2021 г. Vladimir D. Seleznev 2.7.18-alt8
- Security update (fixed: CVE-2021-3733 and CVE-2021-3737).