14
0
forked from pool/python-lmdb
Commit Graph

12 Commits

Author SHA256 Message Date
a3b93357b5 - Update to 1.5.1 (no changes for openSUSE)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=25
2024-07-01 16:56:36 +00:00
5f8cb764f4 - Update to v1.4.1
* Fix a documentation typo

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=23
2023-04-06 18:56:21 +00:00
bc7dd2c106 Accepting request 1042717 from home:yarunachalam:branches:devel:languages:python
- Update to v1.4.0 
  * Update manifest and a copyright

OBS-URL: https://build.opensuse.org/request/show/1042717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=21
2022-12-14 22:09:00 +00:00
4e7dca24f4 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=20
2022-01-31 06:54:04 +00:00
13861e4ed3 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=18
2021-04-20 02:12:28 +00:00
0e1b505393 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=16
2021-02-05 03:11:37 +00:00
Tomáš Chvátal
daab436c73 Accepting request 827386 from home:stroeder:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/827386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=14
2020-08-17 16:53:33 +00:00
Mia Herkt
eecad21fb6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=12
2019-11-26 00:44:21 +00:00
Mia Herkt
bd243f8475 - Update to v0.97
* Fix a missed GIL unlock sequence.
  * Fix argv check in JEP (cpython under Java) environment.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=10
2019-08-12 05:25:21 +00:00
Mia Herkt
12b15ca481 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=8
2019-07-24 13:55:24 +00:00
Mia Herkt
d2c350a934 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=6
2019-06-09 01:43:24 +00:00
Tomáš Chvátal
462fbc63fa Accepting request 611047 from home:lachs0r:branches:devel:languages:python:misc
OBS-URL: https://build.opensuse.org/request/show/611047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=1
2018-05-21 19:13:46 +00:00