From f454f91a2e9da358df99f60a3501347209f621b86111942d0ac00355ff822821 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 21 Apr 2021 04:31:19 +0000 Subject: [PATCH] - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chest?expand=0&rev=8 --- python-chest.changes | 5 +++++ python-chest.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-chest.changes b/python-chest.changes index 2b1fd0a..8187d9a 100644 --- a/python-chest.changes +++ b/python-chest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 21 04:30:46 UTC 2021 - Steve Kowalik + + - Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Fri Jun 7 12:03:12 UTC 2019 - pgajdos@suse.com diff --git a/python-chest.spec b/python-chest.spec index 3e45795..4014582 100644 --- a/python-chest.spec +++ b/python-chest.spec @@ -1,7 +1,7 @@ # # spec file for package python-chest # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-chest Version: 0.2.3 Release: 0 Summary: Spill-to-disk dictionary for Python License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/ContinuumIO/chest Source: https://files.pythonhosted.org/packages/source/c/chest/chest-%{version}.tar.gz BuildRequires: %{python_module HeapDict}