Mon, 13 May 2024 16:05:35 UTC | login

Information for build python-lmdb-0.92-3.fc28

ID17434
Package Namepython-lmdb
Version0.92
Release3.fc28
Epoch
SummaryPython binding for the LMDB 'Lightning' Database (CPython & CFFI included)
DescriptionPython binding for the LMDB 'Lightning' Database (CPython & CFFI included)
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:26:54 UTC
CompletedSat, 14 Apr 2018 20:26:54 UTC
Tags
f28
f29
RPMs
src
python-lmdb-0.92-3.fc28.src.rpm (info) (download)
riscv64
python2-lmdb-0.92-3.fc28.riscv64.rpm (info) (download)
python3-lmdb-0.92-3.fc28.riscv64.rpm (info) (download)
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 13 2017 Petr Špaček <petr.spacek@nic.cz> - 0.92-1 Initial build using CPython extension and system LMDB library by default. The code was imported from PyPI package v0.92 MD5 00520384f53f0c9f6347e681d4bb8140 + test from Git repo 4651bb3a865c77008ac261443899fe25f88173f2. Known problems: - crash on put if Environment(writemap=True) and data is too big for FS https://github.com/dw/py-lmdb/issues/161 - crash on Environment(readonly=True).db_open(create=True) https://github.com/dw/py-lmdb/issues/160