py-lmdb 1.0.0-1build2 source package in Ubuntu

Changelog

py-lmdb (1.0.0-1build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:57:27 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Berkeley DB 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.0.0.orig.tar.gz 859.7 KiB e01bc4d62679b6e8c8962f1110f910cdfbdb2d750b145f02fae8b8a9d787f2f9
py-lmdb_1.0.0-1build2.debian.tar.xz 5.2 KiB 77934b5ea8bac3280811eb0831a603004ad3c2c132c5377cae2b9114ff73d996
py-lmdb_1.0.0-1build2.dsc 2.0 KiB 80e2941ef6d7bc2e808d40a32062d266b010a5c1e8c9df5bfec734cdfea4f4c4

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