Mon, 13 May 2024 07:39:57 UTC | login

Information for build python-lmdb-0.92-7.fc30

ID79138
Package Namepython-lmdb
Version0.92
Release7.fc30
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
StartedMon, 03 Dec 2018 05:22:03 UTC
CompletedMon, 03 Dec 2018 05:31:39 UTC
Taskbuild (f30-candidate, python-lmdb-0.92-7.fc30.src.rpm)
Tags
f30
f31
RPMs
src
python-lmdb-0.92-7.fc30.src.rpm (info) (download)
riscv64
python3-lmdb-0.92-7.fc30.riscv64.rpm (info) (download)
python-lmdb-debugsource-0.92-7.fc30.riscv64.rpm (info) (download)
python3-lmdb-debuginfo-0.92-7.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.92-7 - Subpackage python2-lmdb has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * 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