From 77dda751ead32d6a0ce9f01b35ed635f6bc003f30b1d4f6ce8268f1701c1328a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Dec 2022 11:10:46 +0000 Subject: [PATCH] Accepting request 1041907 from home:dimstar:Factory - Sync ExcludeArch with influxdb. By definition, this package is no longer noarch, as it's not usable/installable on all architectures (missing deps). gh#influxdb/influxdb-python#845 OBS-URL: https://build.opensuse.org/request/show/1041907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=29 --- python-influxdb.changes | 9 ++++++++- python-influxdb.spec | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-influxdb.changes b/python-influxdb.changes index ee4114a..5dc9e67 100644 --- a/python-influxdb.changes +++ b/python-influxdb.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 9 16:05:29 UTC 2022 - Dominique Leuenberger + +- Sync ExcludeArch with influxdb. By definition, this package is no + longer noarch, as it's not usable/installable on all + architectures (missing deps). + ------------------------------------------------------------------- Thu Apr 15 14:29:34 UTC 2021 - Ben Greiner - Skip python36: Extensive use of pandas in the test suite - Add influxdb-pr845-pandas-future.patch - gh#influxdb/influxdb-python#845 + gh#influxdb/influxdb-python#845 - Skip tests failing with pandas -- #influxdb/influxdb-python#884 - Don't use extra mock diff --git a/python-influxdb.spec b/python-influxdb.spec index 6f35339..b17dcb8 100644 --- a/python-influxdb.spec +++ b/python-influxdb.spec @@ -1,7 +1,7 @@ # # spec file for package python-influxdb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,7 +43,7 @@ Requires: python-python-dateutil >= 2.6.0 Requires: python-pytz Requires: python-requests >= 2.17.0 Requires: python-six >= 1.10.0 -BuildArch: noarch +ExcludeArch: %ix86 %arm ppc # SECTION test requirements BuildRequires: %{python_module msgpack} BuildRequires: %{python_module pandas}