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

python312-lmdb-1.4.1-1.5 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python312-lmdb Distribution: openSUSE:Factory:zSystems
Version: 1.4.1 Vendor: openSUSE
Release: 1.5 Build date: Thu Apr 6 18:05:15 2023
Group: Development/Languages/Python Build host: reproducible
Size: 350055 Source RPM: python-lmdb-1.4.1-1.5.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

* Thu Apr 06 2023 Mia Herkt <mia@0x0.st>
  - Update to v1.4.1
    * Fix a documentation typo
* Tue Dec 13 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to v1.4.0
    * Update manifest and a copyright
* Mon Jan 31 2022 Mia Herkt <mia@0x0.st>
  - Update to v1.3.0
    * Add Python 3.10 support.
    * Fix crash relating to caching of transactions.
    The 'max_spare_txns' parameter to Environment/open is currently
    ignored.
* Tue Apr 20 2021 Mia Herkt <mia@0x0.st>
  - Update to v1.2.1 (no changes)
* Sun Apr 18 2021 Mia Herkt <mia@0x0.st>
  - Update to v1.2.0
    * Remove wheel generation for 2.7 because the manylinux images
      no longer support it.
    * Allow passing None as a value to transaction.del in CFFI
      implementation for parity with cpython implementation.
    * Fix Cursor.put behavior on a dupsort DB with append=True.
    * Add warning to docs about use of Environment.set_mapsize.
      This is currently an unresolved issue with upstream LMDB.
    * CFFI implementation:
      fix a seg fault when open_db returns map full.
    * CFFI implementation:
      fix a bug in open_db in a read-only environment.
* Fri Feb 05 2021 Mia Herkt <mia@0x0.st>
  - Update to v1.1.0
    * Prevent invalid flag combinations when creating a database.
    * Add a Cursor.getmulti method with optional buffer support.
* Sun Oct 11 2020 Mia Herkt <mia@0x0.st>
  - Update to v1.0.0
    * Start of new semantic versioning scheme.  This would be a minor
      version bump from the 0.99 release if it were semantically
      versioned.
    * Allow environment copy to take a passed-in transaction.
      This is the first released feature that requires a (very small)
      patch to the underlying C library.  By default, the patch will
      be applied unless this module is built with LMDB_PURE
      environment variable set.
* Mon Aug 17 2020 Michael Ströder <michael@stroeder.com>
  - Update to v0.99
    * Fix lmdb.tool encoding issues.
    * Fix -l lmdb invocation issue.
    * Minor documentation improvements.
    * Update LMDB to version 0.9.24.
    * Update for Python 3.9 (current release candidate) support.
    * Resolve a bug when using cursor.putmulti and append=True on dupsort DBs.
    * Allow _Database.flags method to take no arguments since the one argument
      wasn't being used.
* 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.

Files

/usr/lib64/python3.12/site-packages/lmdb
/usr/lib64/python3.12/site-packages/lmdb-1.4.1-py3.12.egg-info
/usr/lib64/python3.12/site-packages/lmdb-1.4.1-py3.12.egg-info/PKG-INFO
/usr/lib64/python3.12/site-packages/lmdb-1.4.1-py3.12.egg-info/SOURCES.txt
/usr/lib64/python3.12/site-packages/lmdb-1.4.1-py3.12.egg-info/dependency_links.txt
/usr/lib64/python3.12/site-packages/lmdb-1.4.1-py3.12.egg-info/top_level.txt
/usr/lib64/python3.12/site-packages/lmdb/__init__.py
/usr/lib64/python3.12/site-packages/lmdb/__main__.py
/usr/lib64/python3.12/site-packages/lmdb/__pycache__
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/__init__.cpython-312.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/__main__.cpython-312.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/_config.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/_config.cpython-312.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/cffi.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/cffi.cpython-312.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/tool.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/lmdb/__pycache__/tool.cpython-312.pyc
/usr/lib64/python3.12/site-packages/lmdb/_config.py
/usr/lib64/python3.12/site-packages/lmdb/cffi.py
/usr/lib64/python3.12/site-packages/lmdb/cpython.cpython-312-s390x-linux-gnu.so
/usr/lib64/python3.12/site-packages/lmdb/tool.py
/usr/share/doc/packages/python312-lmdb
/usr/share/doc/packages/python312-lmdb/ChangeLog
/usr/share/doc/packages/python312-lmdb/README.md
/usr/share/licenses/python312-lmdb
/usr/share/licenses/python312-lmdb/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:50:01 2024