py-lmdb 1.4.1-2build2 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:15:45 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
py-lmdb_1.4.1.orig.tar.gz 865.1 KiB c574035dd85ef7f5b1d6d9c9f639fcaff51fcf85a397c5b6d721e161e6077f51
py-lmdb_1.4.1-2build2.debian.tar.xz 5.2 KiB 5b2613e766327394d83b814aad0761b2ea81c8e916792aa1238d863aa9e78fc2
py-lmdb_1.4.1-2build2.dsc 2.0 KiB b69533ee1c5d56b8ee25e6ed11f2760390d7b6e5f3e206bb130ccc1c3d218f01

Available diffs

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