From 95989b50e23155575463af16b4d1e18e9c0469699d2bc62cad9dd5bbe1c6ba52 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 25 Jan 2024 12:33:55 +0000 Subject: [PATCH] - remove 32bit builds OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=31 --- python-imagecodecs.changes | 5 +++++ python-imagecodecs.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-imagecodecs.changes b/python-imagecodecs.changes index 8ff59db..d2b1a8e 100644 --- a/python-imagecodecs.changes +++ b/python-imagecodecs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 25 12:33:46 UTC 2024 - Dirk Müller + +- remove 32bit builds + ------------------------------------------------------------------- Mon Jan 22 10:05:23 UTC 2024 - Guillaume GARDET diff --git a/python-imagecodecs.spec b/python-imagecodecs.spec index 90aa3f7..071eeaa 100644 --- a/python-imagecodecs.spec +++ b/python-imagecodecs.spec @@ -33,6 +33,7 @@ License: BSD-3-Clause URL: https://github.com/cgohlke/imagecodecs/ Source: https://files.pythonhosted.org/packages/source/i/imagecodecs/imagecodecs-%{version}.tar.gz Source1: imagecodecs_distributor_setup.py +ExcludeArch: %ix86 %arm32 ppc s390 BuildRequires: %{python_module Cython >= 3} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module numpy-devel}