Mon, 13 May 2024 00:42:13 UTC | login

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

ID65525
Package Namepython-lmdb
Version0.92
Release6.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
StartedFri, 27 Jul 2018 18:59:21 UTC
CompletedFri, 27 Jul 2018 19:51:30 UTC
Taskbuild (f29-candidate, python-lmdb-0.92-6.fc29.src.rpm)
Tags
f29
f30
RPMs
src
python-lmdb-0.92-6.fc29.src.rpm (info) (download)
riscv64
python2-lmdb-0.92-6.fc29.riscv64.rpm (info) (download)
python3-lmdb-0.92-6.fc29.riscv64.rpm (info) (download)
python-lmdb-debuginfo-0.92-6.fc29.riscv64.rpm (info) (download)
python-lmdb-debugsource-0.92-6.fc29.riscv64.rpm (info) (download)
python2-lmdb-debuginfo-0.92-6.fc29.riscv64.rpm (info) (download)
python3-lmdb-debuginfo-0.92-6.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.92-5 - Rebuilt for Python 3.7 * 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