From efd33cc2601f8855e0eb082ec877474ad7004da4e02c52fc9ae912f6799d0c55 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 7 Feb 2019 22:07:02 +0000 Subject: [PATCH] Accepting request 672626 from home:TheBlackCat:branches:devel:languages:python - Use Cython to rebuild sources properly. OBS-URL: https://build.opensuse.org/request/show/672626 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=6 --- python-pysndfile.changes | 5 +++++ python-pysndfile.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pysndfile.changes b/python-pysndfile.changes index 0c21866..a4fe3ed 100644 --- a/python-pysndfile.changes +++ b/python-pysndfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 7 22:06:30 UTC 2019 - Todd R + +- Use Cython to rebuild sources properly. + ------------------------------------------------------------------- Sat Aug 11 06:32:26 UTC 2018 - tchvatal@suse.com diff --git a/python-pysndfile.spec b/python-pysndfile.spec index ba5c3b7..e62b27a 100644 --- a/python-pysndfile.spec +++ b/python-pysndfile.spec @@ -27,6 +27,7 @@ URL: http://forge.ircam.fr/p/pysndfile Source: https://files.pythonhosted.org/packages/source/p/pysndfile/pysndfile-%{version}.tar.gz Source10: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.txt Source11: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.LESSER.txt +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pytest}