From e9ce7f17a26fbd1cbd741b5f3a19d902c5ad23084c0e5bc26bfab2badeabc0f4 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 23 Apr 2021 14:31:50 +0000 Subject: [PATCH] Accepting request 887117 from home:StevenK:branches:multimedia:libs - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/request/show/887117 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=36 --- aubio.spec | 2 +- python-aubio.changes | 5 +++++ python-aubio.spec | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) 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