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
This commit is contained in:
Dirk Mueller 2022-12-11 11:10:46 +00:00 committed by Git OBS Bridge
parent fbc03e747c
commit 77dda751ea
2 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,16 @@
-------------------------------------------------------------------
Fri Dec 9 16:05:29 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <code@bnavigator.de>
- 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

View File

@ -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}