14
0
forked from pool/python-lmdb

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
This commit is contained in:
2025-01-14 13:30:24 +00:00
committed by Git OBS Bridge
parent 346c27dc19
commit 231d089e08
5 changed files with 19 additions and 52 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 14 10:22:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 16:01:02 UTC 2024 - Ben Greiner <code@bnavigator.de>