commit python-acoular for openSUSE:Factory

2020-11-04 Thread root
Hello community,

here is the log from the commit of package python-acoular for openSUSE:Factory 
checked in at 2020-11-04 18:26:27

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


Package is "python-acoular"

Wed Nov  4 18:26:27 2020 rev:3 rq:845717 version:20.10

Changes:

--- /work/SRC/openSUSE:Factory/python-acoular/python-acoular.changes
2020-04-28 22:31:42.697680013 +0200
+++ /work/SRC/openSUSE:Factory/.python-acoular.new.11331/python-acoular.changes 
2020-11-04 18:31:40.664242761 +0100
@@ -1,0 +2,22 @@
+Mon Nov  2 14:36:10 UTC 2020 - Marketa Calabkova 
+
+- update to version 20.10
+  * Supports Python 3.6, 3.7, 3.8
+  * New base classes for time signal processing: Filter, FilterBank
+* New filter classes: TimeExpAverage, FiltFreqWeight, OctaveFilterBank
+* Demo script is now part of module (see Getting Started for usage)
+  * New class for processing sound card input: SoundDeviceSamplesGenerator
+  * New class for cumulative averaging: TimeCumAverage
+  * New grid classes ImportGrid, LineGrid, MergeGrid
+  * New versatile integration sector classes RectSector, CircSector, 
PolySector, ConvexSector, MultiSector
+  * New class for mixing multiple channels ChannelMixer
+  * New class for using arbitrary sources as signal: GenericSignalGenerator
+  * New time-domain beamforming classes for CLEAN-T method: BeamformerCleant, 
BeamformerCleantSq, BeamformerCleantTraj, BeamformerCleantSqTraj
+  * Adds possibility to store/load metadata to/from HDF files with 
WriteH5/TimeSamples classes
+  * New submodule tools containing several helper functions, e.g. for data 
aggregation
+  * WriteWAV: user can optionally set name of output wav file
+  * Bugfix: PowerSpectra.freq_range / .ind_low / .ind_high are now correctly 
updated depending on changed attributes
+  * Bugfix: SineGenerator amplitude is now set via amplitude attribute
+  * Some minor fixes
+
+---

Old:

  acoular-20.2.tar.gz

New:

  acoular-20.10.tar.gz



Other differences:
--
++ python-acoular.spec ++
--- /var/tmp/diff_new_pack.ZnzsxH/_old  2020-11-04 18:31:41.292241368 +0100
+++ /var/tmp/diff_new_pack.ZnzsxH/_new  2020-11-04 18:31:41.292241368 +0100
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%definegithub_version 20.02
+%definegithub_version 20.10
 Name:   python-acoular
-Version:20.2
+Version:20.10
 Release:0
 Summary:Library for acoustic beamforming
 License:BSD-3-Clause
@@ -39,6 +39,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module numba >= 0.40.0}
 BuildRequires:  %{python_module numpy >= 1.11.3}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module scikit-learn >= 0.19.1}
 BuildRequires:  %{python_module scipy >= 0.1.0}
 BuildRequires:  %{python_module tables >= 3.4.4}
@@ -66,7 +67,6 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-rm %{buildroot}%{_bindir}/acoular_demo.py
 
 %check
 %python_expand $python -c 'import acoular';

++ acoular-20.2.tar.gz -> acoular-20.10.tar.gz ++
/work/SRC/openSUSE:Factory/python-acoular/acoular-20.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-acoular.new.11331/acoular-20.10.tar.gz 
differ: char 12, line 1




commit python-acoular for openSUSE:Factory

2020-04-28 Thread root
Hello community,

here is the log from the commit of package python-acoular for openSUSE:Factory 
checked in at 2020-04-28 22:30:31

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


Package is "python-acoular"

Tue Apr 28 22:30:31 2020 rev:2 rq:798251 version:20.2

Changes:

--- /work/SRC/openSUSE:Factory/python-acoular/python-acoular.changes
2019-12-09 21:38:21.810023955 +0100
+++ /work/SRC/openSUSE:Factory/.python-acoular.new.2738/python-acoular.changes  
2020-04-28 22:31:42.697680013 +0200
@@ -1,0 +2,9 @@
+Mon Apr 27 08:39:59 UTC 2020 - Marketa Calabkova 
+
+- update to version 20.2
+  * Adds gradient-based solver for BeamformerCMF (L_BFGS_B)
+  * Adds possibilty to take into account convective amplification 
+of moving sources in BeamformerTimeTraj
+  * TraitsUI support of the classes has to be activated via config
+
+---

Old:

  LICENSE
  acoular-19.11.tar.gz

New:

  acoular-20.2.tar.gz



Other differences:
--
++ python-acoular.spec ++
--- /var/tmp/diff_new_pack.Y6zzaU/_old  2020-04-28 22:31:44.025682490 +0200
+++ /var/tmp/diff_new_pack.Y6zzaU/_new  2020-04-28 22:31:44.029682498 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-acoular
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%definegithub_version 20.02
 Name:   python-acoular
-Version:19.11
+Version:20.2
 Release:0
 Summary:Library for acoustic beamforming
 License:BSD-3-Clause
 URL:https://github.com/acoular/acoular
-Source0:
https://files.pythonhosted.org/packages/source/a/acoular/acoular-%{version}.tar.gz
-Source10:   
https://raw.githubusercontent.com/acoular/acoular/41c512e0603f16cd437927914c64a45bead06e7d/LICENSE
+Source0:
https://github.com/acoular/acoular/archive/v%{github_version}.tar.gz#/acoular-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-numba >= 0.40.0
 Requires:   python-numpy >= 1.11.3
-Requires:   python-qt5 >= 5.6
 Requires:   python-scikit-learn >= 0.19.1
 Requires:   python-scipy >= 0.1.0
 Requires:   python-tables >= 3.4.4
@@ -40,12 +39,11 @@
 # SECTION test requirements
 BuildRequires:  %{python_module numba >= 0.40.0}
 BuildRequires:  %{python_module numpy >= 1.11.3}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module qt5 >= 5.6}
 BuildRequires:  %{python_module scikit-learn >= 0.19.1}
 BuildRequires:  %{python_module scipy >= 0.1.0}
 BuildRequires:  %{python_module tables >= 3.4.4}
 BuildRequires:  %{python_module traits >= 4.6.0}
+BuildRequires:  %{python_module traitsui}
 # /SECTION
 %python_subpackages
 
@@ -57,9 +55,10 @@
 interest and to characterize them using their spectra.
 
 %prep
-%setup -q -n acoular-%{version}
-cp %{SOURCE10} .
+%setup -q -n acoular-%{github_version}
 sed -i -e '/^#!\//, 1d' acoular/fastFuncs.py
+# UNIX-incompatible test
+rm acoular/nidaqimport.py
 
 %build
 %python_build
@@ -69,11 +68,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 rm %{buildroot}%{_bindir}/acoular_demo.py
 
-# Tests are not in sdists and there are no tags
-# See https://github.com/acoular/acoular/pull/29
-# and https://github.com/acoular/acoular/issues/30
-# %%check
-# %%pyest
+%check
+%python_expand $python -c 'import acoular';
+cd acoular/tests
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest 
discover -v -p "test_*.py"
 
 %files %{python_files}
 %doc README.rst

++ acoular-19.11.tar.gz -> acoular-20.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-acoular/acoular-19.11.tar.gz 
/work/SRC/openSUSE:Factory/.python-acoular.new.2738/acoular-20.2.tar.gz differ: 
char 4, line 1