py-lmdb 1.4.1-2build1 source package in Ubuntu

Changelog

py-lmdb (1.4.1-2build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:13:05 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
py-lmdb_1.4.1.orig.tar.gz 865.1 KiB c574035dd85ef7f5b1d6d9c9f639fcaff51fcf85a397c5b6d721e161e6077f51
py-lmdb_1.4.1-2build1.debian.tar.xz 5.2 KiB 02680270a722fa96baab9bcaa7c917c6f42ed81ab8539785fc757e934c611910
py-lmdb_1.4.1-2build1.dsc 2.0 KiB 1bce283eabc856226b0d8d8c41022d2a6951ce6b7e5d838a4b506c9dc93a5cd3

View changes file

Binary packages built by this source

python3-lmdb: Python 3 binding for LMDB Lightning Memory-Mapped Database

 Lightning Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
 key-value embedded data store developed for the OpenLDAP Project. It uses
 memory-mapped files, so it has the read performance of a pure in-memory
 database while still offering the persistence of standard disk-based
 databases, and is only limited to the size of the virtual address space (it
 is not limited to the size of physical RAM).
 .
 This package contains the 'lmdb' Python 3 extension module.

python3-lmdb-dbgsym: debug symbols for python3-lmdb