14
0
forked from pool/python-lmdb
Commit Graph

17 Commits

Author SHA256 Message Date
1ec3ff377e - Update to 1.7.3:
* Fix: CFFI build now uses relative paths
    gh#jnwatson/py-lmdb#386

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=35
2025-07-28 08:46:35 +00:00
c1a5bee0e5 - update to 1.7.2:
* CI-only fix
  * Update bundled LMDB to 0.9.33, plus a patch to fix ITS#10346.
  * Prevent some accidental use of LMDB objects by child
    processes.
- Modernize specfile

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=33
2025-07-14 12:26:52 +00:00
231d089e08 Accepting request 1237708 from home:glaubitz:branches:devel:languages:python
- Update to 1.6.2
  * CI-only fix.
- from version 1.6.1
  * CI-only fix.
- from version 1.6.0
  * Support for Python 3.13.  Contributed by Miro Hrončok and Adam Williamson.
  * CI:  Publish 3.13 binaries and Linux aarch64 wheels for multiple versions.
- Drop py313-support.patch, merged upstream
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1237708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=31
2025-01-14 13:30:24 +00:00
346c27dc19 Accepting request 1225330 from home:bnavigator:branches:devel:languages:python:numeric
- Modernize specfile

OBS-URL: https://build.opensuse.org/request/show/1225330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=29
2024-11-20 22:52:48 +00:00
509a84dbad - add py313-support.patch to fix build with py313
- Update to v1.4.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=27
2024-11-19 10:20:45 +00:00
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
Mia Herkt
b5de217a07 Rename: lmdb.changes → python-lmdb.changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=2
2018-05-21 19:37:45 +00:00