Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyWavelets for openSUSE:Factory checked in at 2022-02-07 23:38:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyWavelets (Old) and /work/SRC/openSUSE:Factory/.python-PyWavelets.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyWavelets" Mon Feb 7 23:38:10 2022 rev:9 rq:952058 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyWavelets/python-PyWavelets.changes 2021-02-16 22:34:59.373537929 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyWavelets.new.1898/python-PyWavelets.changes 2022-02-07 23:39:36.265822873 +0100 @@ -1,0 +2,36 @@ +Mon Feb 7 03:26:25 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + +- update to version 1.2.0: + * New features + + There is a new series of multilevel stationary wavelet + transforms (mra, mra2 and mran) suited for multiresolution + analysis of 1D, 2D or nD signals, respectively. This MRA + analysis is also known as the additive wavelet decomposition + because the corresponding inverse functions (imra, imra2 or + imran) reconstruct the original signal by simple addition of the + components. These are a good alternative to the use of the + existing SWT functions when it is important to have features + aligned across wavelet scales (see the new demo in + demo/mra_vs_swt.py). + + There is now an n-dimensional implementation available for the + wavelet packet transforms (see class WaveletPacketND). + * Backwards incompatible changes + + The image returned by pywt.data.camera has been replaced by a + similar, CC0-licensed image because the original image was + determined to only be licensed for non-commercial use. Any users + who still need the prior camera image for non-commercial use can + find it many places online by performing a web search for + "cameraman test image". + * Bugs Fixed + + Add input length check in dwt_single for reflect modes. + + Demos were updated for compatibility with recent Matplotlib + versions. + + Removed deprecated import from imp. + * Other changes + + PyWavelets has dropped support for Python 3.5 and 3.6 in this + release. + +------------------------------------------------------------------- Old: ---- PyWavelets-1.1.1.tar.gz New: ---- PyWavelets-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyWavelets.spec ++++++ --- /var/tmp/diff_new_pack.UsQBFM/_old 2022-02-07 23:39:36.753819534 +0100 +++ /var/tmp/diff_new_pack.UsQBFM/_new 2022-02-07 23:39:36.757819508 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-PyWavelets # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # no python36-numpy in Tumbleweed (NEP 29) %define skip_python36 1 Name: python-PyWavelets -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: PyWavelets is a Python wavelet transforms module License: MIT @@ -35,12 +35,12 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -# SECTION test requirements -BuildRequires: %{python_module pytest} -# /SECTION Requires: python-numpy >= 1.13.3 Provides: python-PyWavelets-doc = %{version} Obsoletes: python-PyWavelets-doc < %{version} +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -77,7 +77,7 @@ %python_install # Fix wrong-script-interpreter %python_expand sed -i "s|#!%{_bindir}/env python.*$|#!%{_bindir}$python|" %{buildroot}%{$python_sitearch}/pywt/tests/*.py -%python_compileall +%{python_compileall} %python_expand %fdupes %{buildroot}%{$python_sitearch} %check ++++++ PyWavelets-1.1.1.tar.gz -> PyWavelets-1.2.0.tar.gz ++++++ ++++ 68792 lines of diff (skipped)