diff --git a/aubio.spec b/aubio.spec index fce0e0d..0e4b15e 100644 --- a/aubio.spec +++ b/aubio.spec @@ -1,7 +1,7 @@ # # spec file for package aubio # -# 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 diff --git a/python-aubio.changes b/python-aubio.changes index 78e10df..bdd416b 100644 --- a/python-aubio.changes +++ b/python-aubio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 21 03:03:19 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Sep 1 09:05:38 UTC 2020 - Antonio Larrosa diff --git a/python-aubio.spec b/python-aubio.spec index 4c88e9b..04b1d5f 100644 --- a/python-aubio.spec +++ b/python-aubio.spec @@ -1,7 +1,7 @@ # # spec file for package python-aubio # -# 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 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-aubio Version: 0.4.9 Release: 0 Summary: A collection of tools for music analysis License: GPL-3.0-or-later -Group: Development/Languages/Python URL: http://aubio.org/ Source: http://aubio.org/pub/aubio-%{version}.tar.bz2 Source1: http://aubio.org/pub/aubio-%{version}.tar.bz2.asc @@ -34,7 +34,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-numpy Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description