Revisions of python-lmdb

buildservice-autocommit accepted request 1077781 from Mia Herkt's avatar Mia Herkt (mia) (revision 24)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 23)
- Update to v1.4.1
  * Fix a documentation typo
buildservice-autocommit accepted request 1042997 from Mia Herkt's avatar Mia Herkt (mia) (revision 22)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) accepted request 1042717 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 21)
- Update to v1.4.0 
  * Update manifest and a copyright
Mia Herkt's avatar Mia Herkt (mia) committed (revision 20)
- 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.
buildservice-autocommit accepted request 886821 from Mia Herkt's avatar Mia Herkt (mia) (revision 19)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 18)
- Update to v1.2.1 (no changes)

- 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.
buildservice-autocommit accepted request 869612 from Mia Herkt's avatar Mia Herkt (mia) (revision 17)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 16)
- Update to v1.1.0
  * Prevent invalid flag combinations when creating a database.
  * Add a Cursor.getmulti method with optional buffer support.

- 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.
buildservice-autocommit accepted request 827393 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 827386 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 14)
- 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.
buildservice-autocommit accepted request 750894 from Mia Herkt's avatar Mia Herkt (lachs0r) (revision 13)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (lachs0r) committed (revision 12)
- 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
buildservice-autocommit accepted request 722569 from Mia Herkt's avatar Mia Herkt (lachs0r) (revision 11)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (lachs0r) committed (revision 10)
- Update to v0.97
  * Fix a missed GIL unlock sequence.
  * Fix argv check in JEP (cpython under Java) environment.
buildservice-autocommit accepted request 718281 from Mia Herkt's avatar Mia Herkt (lachs0r) (revision 9)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (lachs0r) committed (revision 8)
- 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.
buildservice-autocommit accepted request 708784 from Mia Herkt's avatar Mia Herkt (lachs0r) (revision 7)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (lachs0r) committed (revision 6)
- 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.
Todd R's avatar Todd R (TheBlackCat) committed (revision 5)
converted link to branch
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by