Mon, 13 May 2024 04:18:27 UTC | login

Information for build python-lmdb-0.92-4.fc29

ID38852
Package Namepython-lmdb
Version0.92
Release4.fc29
Epoch
SummaryPython binding for the LMDB 'Lightning' Database (CPython & CFFI included)
DescriptionPython binding for the LMDB 'Lightning' Database (CPython & CFFI included)
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 22:19:54 UTC
CompletedFri, 08 Jun 2018 00:41:46 UTC
Taskbuild (f29-candidate, python-lmdb-0.92-4.fc29.src.rpm)
Tags
f29
RPMs
src
python-lmdb-0.92-4.fc29.src.rpm (info) (download)
riscv64
python2-lmdb-0.92-4.fc29.riscv64.rpm (info) (download)
python3-lmdb-0.92-4.fc29.riscv64.rpm (info) (download)
python-lmdb-debuginfo-0.92-4.fc29.riscv64.rpm (info) (download)
python-lmdb-debugsource-0.92-4.fc29.riscv64.rpm (info) (download)
python2-lmdb-debuginfo-0.92-4.fc29.riscv64.rpm (info) (download)
python3-lmdb-debuginfo-0.92-4.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * 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