14
0

Accepting request 628682 from home:jsikes:branches:devel:languages:python

Version bump. No changelog. Have much fun.

OBS-URL: https://build.opensuse.org/request/show/628682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-08-11 05:19:10 +00:00
committed by Git OBS Bridge
parent 57ec80b530
commit 13ab84c03d
4 changed files with 15 additions and 13 deletions

View File

@@ -19,17 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pysndfile
Version: 1.1.0
# For license files
%define tag 2669bbf93fb01ae35048e7036ce1b9d6b6e6d205
Version: 1.3.2
Release: 0
Summary: Cython wrapper class for reading/writing soundfiles
License: LGPL-3.0
License: LGPL-3.0-only
Group: Development/Languages/Python
Url: http://forge.ircam.fr/p/pysndfile
URL: http://forge.ircam.fr/p/pysndfile
Source: https://files.pythonhosted.org/packages/source/p/pysndfile/pysndfile-%{version}.tar.gz
Source10: https://forge.ircam.fr/p/pysndfile/source/file/%{tag}/COPYING.txt
Source11: https://forge.ircam.fr/p/pysndfile/source/file/%{tag}/COPYING.LESSER.txt
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 devel}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module setuptools}
@@ -37,11 +35,10 @@ BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: libsndfile-devel
BuildRequires: python-rpm-macros
Requires: python-numpy
%if %{with test}
BuildRequires: %{python_module pytest}
%endif
Requires: python-numpy
%python_subpackages
%description
@@ -83,7 +80,6 @@ $python tests/pysndfile_test.py
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc ChangeLog README.md
%license COPYING.txt COPYING.LESSER.txt
%{python_sitearch}/*