Changelog for
python311-lmdb-debuginfo-1.6.2-1.1.i586.rpm :
* Tue Jan 14 2025 John Paul Adrian Glaubitz
- 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
* Wed Nov 20 2024 Ben Greiner - Modernize specfile
* Tue Nov 19 2024 Dirk Müller - add py313-support.patch to fix build with py313
* Mon Jul 01 2024 Mia Herkt - Update to 1.5.1 (no changes for openSUSE)
* Thu Apr 06 2023 Mia Herkt - Update to v1.4.1
* Fix a documentation typo
* Tue Dec 13 2022 Yogalakshmi Arunachalam - Update to v1.4.0
* Update manifest and a copyright
* Mon Jan 31 2022 Mia Herkt - 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 - Update to v1.2.1 (no changes)
* Sun Apr 18 2021 Mia Herkt - 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 - Update to v1.1.0
* Prevent invalid flag combinations when creating a database.
* Add a Cursor.getmulti method with optional buffer support.