Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-lmdb-0.98-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: python2-lmdb Distribution: openSUSE Leap 15.2
Version: 0.98 Vendor: openSUSE
Release: lp152.1.1 Build date: Mon Mar 9 19:31:37 2020
Group: Development/Languages/Python Build host: armbuild22
Size: 314357 Source RPM: python-lmdb-0.98-lp152.1.1.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.

Provides

Requires

License

OLDAP-2.8

Changelog

* 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

Files

/usr/lib64/python2.7/site-packages/lmdb
/usr/lib64/python2.7/site-packages/lmdb-0.98-py2.7.egg-info
/usr/lib64/python2.7/site-packages/lmdb-0.98-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/lmdb-0.98-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/lmdb-0.98-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/lmdb-0.98-py2.7.egg-info/not-zip-safe
/usr/lib64/python2.7/site-packages/lmdb-0.98-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/lmdb/__init__.py
/usr/lib64/python2.7/site-packages/lmdb/__init__.pyc
/usr/lib64/python2.7/site-packages/lmdb/__init__.pyo
/usr/lib64/python2.7/site-packages/lmdb/__main__.py
/usr/lib64/python2.7/site-packages/lmdb/__main__.pyc
/usr/lib64/python2.7/site-packages/lmdb/__main__.pyo
/usr/lib64/python2.7/site-packages/lmdb/_config.py
/usr/lib64/python2.7/site-packages/lmdb/_config.pyc
/usr/lib64/python2.7/site-packages/lmdb/_config.pyo
/usr/lib64/python2.7/site-packages/lmdb/cffi.py
/usr/lib64/python2.7/site-packages/lmdb/cffi.pyc
/usr/lib64/python2.7/site-packages/lmdb/cffi.pyo
/usr/lib64/python2.7/site-packages/lmdb/cpython.so
/usr/lib64/python2.7/site-packages/lmdb/tool.py
/usr/lib64/python2.7/site-packages/lmdb/tool.pyc
/usr/lib64/python2.7/site-packages/lmdb/tool.pyo
/usr/share/doc/packages/python2-lmdb
/usr/share/doc/packages/python2-lmdb/ChangeLog
/usr/share/doc/packages/python2-lmdb/README.md
/usr/share/licenses/python2-lmdb
/usr/share/licenses/python2-lmdb/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024