commit python-audiolazy for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package python-audiolazy for 
openSUSE:Factory checked in at 2018-12-12 17:25:27

Comparing /work/SRC/openSUSE:Factory/python-audiolazy (Old)
 and  /work/SRC/openSUSE:Factory/.python-audiolazy.new.28833 (New)


Package is "python-audiolazy"

Wed Dec 12 17:25:27 2018 rev:3 rq:653925 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-audiolazy/python-audiolazy.changes
2018-06-13 15:38:17.210996985 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-audiolazy.new.28833/python-audiolazy.changes 
2018-12-12 17:25:31.083102988 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:45:48 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-audiolazy.spec ++
--- /var/tmp/diff_new_pack.R5PLfh/_old  2018-12-12 17:25:33.063100467 +0100
+++ /var/tmp/diff_new_pack.R5PLfh/_new  2018-12-12 17:25:33.063100467 +0100
@@ -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/
 #
 
 
@@ -28,7 +28,6 @@
 Url:http://github.com/danilobellini/audiolazy
 Source: 
https://files.pythonhosted.org/packages/source/a/audiolazy/audiolazy-%{version}.tar.gz
 BuildRequires:  %{python_module PyAudio}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}




commit python-audiolazy for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package python-audiolazy for 
openSUSE:Factory checked in at 2018-06-13 15:37:25

Comparing /work/SRC/openSUSE:Factory/python-audiolazy (Old)
 and  /work/SRC/openSUSE:Factory/.python-audiolazy.new (New)


Package is "python-audiolazy"

Wed Jun 13 15:37:25 2018 rev:2 rq:615168 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-audiolazy/python-audiolazy.changes
2018-05-15 10:31:55.951426449 +0200
+++ /work/SRC/openSUSE:Factory/.python-audiolazy.new/python-audiolazy.changes   
2018-06-13 15:38:17.210996985 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 21:02:03 UTC 2018 - jeng...@inai.de
+
+- Start the description with a main clause, not
+  some lengthy subclause.
+
+---



Other differences:
--
++ python-audiolazy.spec ++
--- /var/tmp/diff_new_pack.VHWnfl/_old  2018-06-13 15:38:17.854973286 +0200
+++ /var/tmp/diff_new_pack.VHWnfl/_new  2018-06-13 15:38:17.858973139 +0200
@@ -23,7 +23,7 @@
 Version:0.6
 Release:0
 Summary:Real-Time Expressive Digital Signal Processing (DSP) Package 
for Python!
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Development/Languages/Python
 Url:http://github.com/danilobellini/audiolazy
 Source: 
https://files.pythonhosted.org/packages/source/a/audiolazy/audiolazy-%{version}.tar.gz
@@ -49,11 +49,14 @@
 %python_subpackages
 
 %description
-Prioritizing code expressiveness, clarity and simplicity, without precluding
-the lazy evaluation, and aiming to be used together with Numpy, Scipy and
-Matplotlib as well as default Python structures like lists and generators,
 AudioLazy is a package written in pure Python proposing digital audio signal
-processing (DSP), featuring:
+processing (DSP).
+
+It prioritizes code expressiveness, clarity and simplicity, without precluding
+the lazy evaluation, and can be used together with Numpy, Scipy and
+Matplotlib as well as default Python structures like lists and generators.
+
+It also features:
 
 - A ``Stream`` class for finite and endless signals representation with
   elementwise operators (auto-broadcast with non-iterables) in a common