From aafb1d0b117aa67ff1de07d8c4eeb852d13ddbfd7e2cdf8b61056826e2b3aaa6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 24 May 2021 04:01:28 +0000 Subject: [PATCH] - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=9 --- python-gcsfs.changes | 5 +++++ python-gcsfs.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 8db5061..0fed853 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 24 03:49:24 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Oct 6 19:15:04 UTC 2020 - Matej Cepl diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 634cc3c..41d9eb5 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -1,7 +1,7 @@ # # spec file for package python-gcsfs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-gcsfs Version: 0.7.1 Release: 0