py-lmdb 0.86-1.2 source package in Ubuntu

Changelog

py-lmdb (0.86-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937471
  * Fix typo in description; Closes: #791533

 -- Sandro Tosi <email address hidden>  Fri, 20 Dec 2019 15:56:26 -0500

Upload details

Uploaded by:
Debian Berkeley DB Team
Uploaded to:
Sid
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_0.86-1.2.dsc 1.9 KiB 19ce8e18dc09c24a6ae90a028a2f694010cbc176fd2e08a88a0941432df1e1d3
py-lmdb_0.86.orig.tar.gz 830.3 KiB 985057d86dd5f790eb42cb9cd946566bfdbb333973a35d8adddfbf4906db155a
py-lmdb_0.86-1.2.debian.tar.gz 4.9 KiB 78c9a608d24c0665562a5f15f86e225b457512415c86cabc4cd84623ba828f1e

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