From 6eec839c0e121956329ee9cb85789354d112708af6718a9899791960ea688ef4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 9 Feb 2021 21:28:22 +0000 Subject: [PATCH] Accepting request 869540 from home:jengelh:branches:devel:languages:python:numeric - Use of "+=" in %check warrants bash as buildshell. OBS-URL: https://build.opensuse.org/request/show/869540 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=28 --- python-fastparquet.changes | 5 +++++ python-fastparquet.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-fastparquet.changes b/python-fastparquet.changes index 3a27d20..630ae16 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 4 17:50:32 UTC 2021 - Jan Engelhardt + +- Use of "+=" in %check warrants bash as buildshell. + ------------------------------------------------------------------- Wed Feb 3 21:43:10 UTC 2021 - Ben Greiner diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 511aa38..575aae7 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -16,6 +16,7 @@ # +%define _buildshell /bin/bash %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fastparquet