Compare commits

4 Commits

2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 20 15:56:31 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Remove lmdb test requirement: the tests have been disabled anyway
-------------------------------------------------------------------
Wed Aug 14 14:55:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to modern python for sle15
-------------------------------------------------------------------
Sun Sep 10 15:26:46 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zict
#
# 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,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-zict
Version: 3.0.0
Release: 0
@@ -32,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module lmdb}
#BuildRequires: %%{python_module lmdb}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-timeout}