| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-lmdb | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 0.98 | Vendor: openSUSE |
| Release: bp156.3.3 | Build date: Thu Dec 7 16:41:40 2023 |
| Group: Development/Languages/Python | Build host: obs-power8-03 |
| Size: 401627 | Source RPM: python-lmdb-0.98-bp156.3.3.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://github.com/dw/py-lmdb/ | |
| Summary: Universal Python binding for the LMDB 'Lightning' Database | |
This is a universal Python binding for the LMDB 'Lightning' Database.
LMDB is a tiny database with the following properties:
* Ordered map interface (keys are always lexicographically sorted).
* Reader/writer transactions: readers don’t block writers,
writers don’t block readers.
Each environment supports one concurrent write transaction.
* Cheap read transactions.
* Environments may be opened by multiple processes on the same host.
* Multiple named databases may be created with transactions covering
all named databases.
* Memory mapped, allowing for zero copy lookup and iteration.
This is optionally exposed to Python using the buffer() interface.
* Maintenance requires no external process or background threads.
* No application-level caching is required:
LMDB uses the operating system’s buffer cache.
OLDAP-2.8
* Tue Nov 26 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.98
* Fix that a duplicate argument to a lmdb method would cause
an assert.
* Fix crash under debug cpython when mdb_cursor_open failed
* Mon Aug 12 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.97
* Fix a missed GIL unlock sequence.
* Fix argv check in JEP (cpython under Java) environment.
* Wed Jul 24 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.96
* Doc updates.
* More removal of code for now-unsupported Python versions.
* Only preload the value with the GIL unlocked when the value is
actually requested. This significantly improves read
performance to retrieve keys with large values when the value
isn't retrieved.
* Sun Jun 09 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.95
* Handling of the Environment(create=True) flag was improved.
* Database names may be reused after they are dropped on CFFI,
without reopening the environment.
* Mon May 21 2018 9+suse@cirno.systems
- Update to v0.94
* CPython argument parsing now matches the behaviour of CFFI,
and most sane Python APIs: a bool parameter is considered
to be true if it is any truthy value, not just if it is
exactly True.
* Fixed several 2.7/3 bugs in command line tool.
* Mon May 21 2018 9+suse@cirno.systems
- Use system liblmdb
* Fri Aug 11 2017 9@cirno.systems
- Add doc files
* Fri Aug 04 2017 9@cirno.systems
- Init package, v0.93
/usr/lib64/python3.6/site-packages/lmdb /usr/lib64/python3.6/site-packages/lmdb-0.98-py3.6.egg-info /usr/lib64/python3.6/site-packages/lmdb-0.98-py3.6.egg-info/PKG-INFO /usr/lib64/python3.6/site-packages/lmdb-0.98-py3.6.egg-info/SOURCES.txt /usr/lib64/python3.6/site-packages/lmdb-0.98-py3.6.egg-info/dependency_links.txt /usr/lib64/python3.6/site-packages/lmdb-0.98-py3.6.egg-info/not-zip-safe /usr/lib64/python3.6/site-packages/lmdb-0.98-py3.6.egg-info/top_level.txt /usr/lib64/python3.6/site-packages/lmdb/__init__.py /usr/lib64/python3.6/site-packages/lmdb/__main__.py /usr/lib64/python3.6/site-packages/lmdb/__pycache__ /usr/lib64/python3.6/site-packages/lmdb/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/__main__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/__main__.cpython-36.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/_config.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/_config.cpython-36.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/cffi.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/cffi.cpython-36.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/tool.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/lmdb/__pycache__/tool.cpython-36.pyc /usr/lib64/python3.6/site-packages/lmdb/_config.py /usr/lib64/python3.6/site-packages/lmdb/cffi.py /usr/lib64/python3.6/site-packages/lmdb/cpython.cpython-36m-powerpc64le-linux-gnu.so /usr/lib64/python3.6/site-packages/lmdb/tool.py /usr/share/doc/packages/python3-lmdb /usr/share/doc/packages/python3-lmdb/ChangeLog /usr/share/doc/packages/python3-lmdb/README.md /usr/share/licenses/python3-lmdb /usr/share/licenses/python3-lmdb/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:18:57 2026