From c4cb4f26b4b6981e2220ba39ae145fd155238f953c1573d65dbca6b15162706c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:47:28 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=9 --- python-SoundFile.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-SoundFile.spec b/python-SoundFile.spec index 5086ce6..27e23b3 100644 --- a/python-SoundFile.spec +++ b/python-SoundFile.spec @@ -1,7 +1,7 @@ # # spec file for package python-SoundFile # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # From 4c15fd2acade2196fd125b58be30502b94c920a0d72a67674df2c192dee9d4d3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:50:10 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=10 --- python-SoundFile.changes | 5 +++++ python-SoundFile.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-SoundFile.changes b/python-SoundFile.changes index 762de05..ce92558 100644 --- a/python-SoundFile.changes +++ b/python-SoundFile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:49:40 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Fri Aug 9 16:10:14 UTC 2019 - Todd R diff --git a/python-SoundFile.spec b/python-SoundFile.spec index 27e23b3..c33d582 100644 --- a/python-SoundFile.spec +++ b/python-SoundFile.spec @@ -23,7 +23,6 @@ Version: 0.10.2 Release: 0 Summary: An audio library based on libsndfile, CFFI and NumPy License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/bastibe/PySoundFile Source: https://files.pythonhosted.org/packages/source/S/SoundFile/SoundFile-%{version}.tar.gz BuildRequires: %{python_module cffi >= 0.6}