py-lmdb 1.3.0-1 source package in Ubuntu

Changelog

py-lmdb (1.3.0-1) unstable; urgency=medium

  * d/watch: Scan GitHub tags
  * New upstream version 1.3.0 (Closes: #1003454)
  * Change git layout to fit Python Team Policy
  * Adopt into the Python Team (Closes: #1014388)
  * d/copyright: Remove wrongly filled field
  * d/copyright: Update with new release's info

 -- Bastian Germann <email address hidden>  Tue, 19 Jul 2022 17:57:29 +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

Downloads

File Size SHA-256 Checksum
py-lmdb_1.3.0-1.dsc 1.9 KiB dae90858d4cf47073e9ea0de44df09d202dee10341a5c08cd6957001a6d1ae86
py-lmdb_1.3.0.orig.tar.gz 865.2 KiB d7eb6c3045f86ed426bfc5237530ea4acefbcbfaa833a19f1731662ab1f49cdc
py-lmdb_1.3.0-1.debian.tar.xz 5.0 KiB 7685402b5d1014cc4697635de589508f6920fff4944744188be4baae271fcf6c

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