14
0
forked from pool/python-lmdb

Accepting request 1184348 from devel:languages:python

- Update to 1.5.1 (no changes for openSUSE)

OBS-URL: https://build.opensuse.org/request/show/1184348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lmdb?expand=0&rev=12
This commit is contained in:
2024-07-02 16:17:35 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f4c76af24e907593487c904ef5eba1993beb38ed385af82adb25a858f2d658d
size 881549

3
lmdb-1.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:717c255827d331e02f7242b44051aa06466c90f6d732ecb07b31edfb1e06c67a
size 881246

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 1 16:53:38 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 1.5.1 (no changes for openSUSE)
-------------------------------------------------------------------
Thu Apr 6 16:05:15 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lmdb
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-lmdb
Version: 1.4.1
Version: 1.5.1
Release: 0
Summary: Universal Python binding for the LMDB 'Lightning' Database
License: OLDAP-2.8
Group: Development/Languages/Python
URL: http://github.com/dw/py-lmdb/
URL: https://github.com/dw/py-lmdb/
Source: https://files.pythonhosted.org/packages/source/l/lmdb/lmdb-%{version}.tar.gz
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
@@ -62,7 +61,7 @@ export LMDB_FORCE_SYSTEM=1
%check
%python_exec setup.py develop --user
%python_exec -c 'import lmdb.cpython'
%python_exec -m pytest -v tests
%pytest tests
%install
%python_install
@@ -71,6 +70,7 @@ export LMDB_FORCE_SYSTEM=1
%files %{python_files}
%license LICENSE
%doc README.md ChangeLog
%{python_sitearch}/*
%{python_sitearch}/lmdb
%{python_sitearch}/lmdb-%{version}*-info
%changelog