Hello community,

here is the log from the commit of package python-zignal for openSUSE:Leap:15.2 
checked in at 2020-02-09 15:02:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-zignal (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-zignal.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zignal"

Sun Feb  9 15:02:36 2020 rev:1 rq:770922 version:0.5.0

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-zignal.new.26092/python-zignal.changes 
2020-02-09 15:02:36.570749378 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Nov 18 17:09:52 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Initial version

New:
----
  python-zignal.changes
  python-zignal.spec
  zignal-0.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zignal.spec ++++++
#
# spec file for package python-zignal
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define         skip_python2 1
Name:           python-zignal
Version:        0.5.0
Release:        0
Summary:        Audio signal processing library
License:        MIT
URL:            https://github.com/ronnyandersson/zignal
Source:         
https://github.com/ronnyandersson/zignal/archive/%{version}.tar.gz#/zignal-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-matplotlib
Requires:       python-numpy
Requires:       python-samplerate
Requires:       python-scipy
Recommends:     python-PyAudio
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  %{python_module matplotlib}
BuildRequires:  %{python_module nose}
BuildRequires:  %{python_module numpy}
BuildRequires:  %{python_module samplerate}
BuildRequires:  %{python_module scipy}
# /SECTION
%python_subpackages

%description
This is a python audio signal processing library.

%prep
%setup -q -n zignal-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_expand nosetests-%{$python_bin_suffix} zignal/tests

%files %{python_files}
%license LICENSE.txt
%doc README.md
%python3_only %{_bindir}/zignal-listsndcards
%{python_sitelib}/*

%changelog

Reply via email to