py-lmdb 1.3.0-1build1 source package in Ubuntu

Changelog

py-lmdb (1.3.0-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:32:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.3.0.orig.tar.gz 865.2 KiB d7eb6c3045f86ed426bfc5237530ea4acefbcbfaa833a19f1731662ab1f49cdc
py-lmdb_1.3.0-1build1.debian.tar.xz 5.1 KiB 7e6695083ee9fbc6419a9dc5ebcc3dfe5ef60c4af1db663452a75860b807f10b
py-lmdb_1.3.0-1build1.dsc 2.0 KiB 15626af5b135a9577314b691fdf4561658331fba6198cc6bcb8f3c39a26b7bc6

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