diff --git a/python-Gloo.changes b/python-Gloo.changes index fbcc5f8..ef35aad 100644 --- a/python-Gloo.changes +++ b/python-Gloo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 25 04:46:56 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Sep 10 07:42:13 UTC 2019 - Jan Engelhardt diff --git a/python-Gloo.spec b/python-Gloo.spec index faddfab..314b59e 100644 --- a/python-Gloo.spec +++ b/python-Gloo.spec @@ -1,7 +1,7 @@ # # spec file for package python-Gloo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-Gloo Version: 0.1.2 Release: 0 Summary: Project management for data analysis projects License: BSD-3-Clause -Group: Development/Languages/Python URL: https://pypi.python.org/pypi/Gloo/ Source: https://files.pythonhosted.org/packages/source/G/Gloo/Gloo-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -52,7 +52,7 @@ runs scripts, makes utitlity functions available and more. %files %{python_files} %doc CHANGES.txt README.rst -%license LICENSE.txt +%license LICENSE.txt %{python_sitelib}/* %changelog