Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lmdb for openSUSE:Factory checked in at 2026-06-15 19:42:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lmdb (Old) and /work/SRC/openSUSE:Factory/.python-lmdb.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lmdb" Mon Jun 15 19:42:56 2026 rev:22 rq:1359259 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lmdb/python-lmdb.changes 2026-04-02 17:41:53.465152928 +0200 +++ /work/SRC/openSUSE:Factory/.python-lmdb.new.1981/python-lmdb.changes 2026-06-15 19:45:55.641658541 +0200 @@ -1,0 +2,22 @@ +Sun Jun 14 15:11:52 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.2.1: + * ``lmdb.aio`` async wrapper methods (on ``AsyncEnvironment``, + ``AsyncTransaction``, and ``AsyncCursor``) are now real class + attributes rather than synthesized by ``__getattr__``, making + them visible to ``dir()``, ``inspect.signature()``, ``help()``, + IPython, and stubtest. Non-callable attributes still proxy through. + * Added type stubs for the ``lmdb.aio`` module. + * Fix a segmentation fault on Linux/aarch64 when an + ``Environment`` is closed from a different thread than the one + holding an active write transaction. ``Environment.close()`` + now waits for the owning thread to release the write + transaction before unmapping the lock file. + * Reject adversarial on-disk values that could overflow size + arithmetic or cause implementation-defined narrowing of + ``mv_size`` when reading crafted databases. (#462, #463) + * Fix crashes on out-of-memory conditions in the CPython + extension's error paths. (#453) + * Remove remaining Python 2 compatibility code. + +------------------------------------------------------------------- Old: ---- lmdb-2.2.0.tar.gz New: ---- lmdb-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lmdb.spec ++++++ --- /var/tmp/diff_new_pack.uMTfN7/_old 2026-06-15 19:45:56.281685363 +0200 +++ /var/tmp/diff_new_pack.uMTfN7/_new 2026-06-15 19:45:56.285685530 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-lmdb -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Universal Python binding for the LMDB 'Lightning' Database License: OLDAP-2.8 ++++++ lmdb-2.2.0.tar.gz -> lmdb-2.2.1.tar.gz ++++++ ++++ 2944 lines of diff (skipped)
