py-lmdb 1.4.1-2 source package in Ubuntu

Changelog

py-lmdb (1.4.1-2) unstable; urgency=medium

  * Ignore .egg-info diff (Closes: #1047891)
  * Remove myself from Uploaders

 -- Bastian Germann <email address hidden>  Tue, 15 Aug 2023 20:07:16 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
py-lmdb_1.4.1-2.dsc 1.8 KiB d7351182c80c660d0fef255fc088c8f6d40626a6fdf2f10d6a94e88565c21376
py-lmdb_1.4.1.orig.tar.gz 865.1 KiB c574035dd85ef7f5b1d6d9c9f639fcaff51fcf85a397c5b6d721e161e6077f51
py-lmdb_1.4.1-2.debian.tar.xz 5.1 KiB 17a31d903e019e99b59f616eecf338184aafef60ec0ce0f5ccdc5140a791653e

Available diffs

No changes file available.

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