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,7 +1,7 @@
#
# spec file for package python-lmdb
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
#
%{?sle15_python_module_pythons}
Name: python-lmdb
Version: 1.5.1
Version: 1.6.2
Release: 0
Summary: Universal Python binding for the LMDB 'Lightning' Database
License: OLDAP-2.8
Group: Development/Languages/Python
URL: https://github.com/dw/py-lmdb/
Source: https://files.pythonhosted.org/packages/source/l/lmdb/lmdb-%{version}.tar.gz
Patch1: https://github.com/jnwatson/py-lmdb/pull/368/commits/206a3754466397baeb418e70be9d35b12cc4079f.patch#/py313-support.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}