| Name: | python2-lmdb |
|---|---|
| Version: | 0.92 |
| Release: | 2.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 292768 |
| License: | OpenLDAP |
| RPM: | python2-lmdb-0.92-2.el7.x86_64.rpm |
| Source RPM: | python-lmdb-0.92-2.el7.src.rpm |
| Build Date: | Sun Oct 29 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/dw/py-lmdb |
| Summary: | Python binding for the LMDB 'Lightning' Database (CPython & CFFI included) |
| Description: | Python binding for the LMDB 'Lightning' Database (CPython & CFFI included) |
Allow build on EPEL.
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