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}