Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-resampy for openSUSE:Factory 
checked in at 2022-11-15 13:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-resampy (Old)
 and      /work/SRC/openSUSE:Factory/.python-resampy.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-resampy"

Tue Nov 15 13:18:45 2022 rev:6 rq:1035663 version:0.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-resampy/python-resampy.changes    
2021-04-23 17:51:02.430836972 +0200
+++ /work/SRC/openSUSE:Factory/.python-resampy.new.1597/python-resampy.changes  
2022-11-15 13:21:31.520831694 +0100
@@ -1,0 +2,32 @@
+Mon Nov 14 10:54:42 UTC 2022 - [email protected]
+
+- version update to 0.4.2
+  v0.4.2
+  ~~~~~~
+  * Fixed buffer length calculation to avoid
+    numerical overflow issues on some platforms.
+  v0.4.1
+  ~~~~~~
+  * Fixed a rounding error in output buffer length calculations.
+  * Added a special case to disable unsupported parallel mode on 32bit 
architectures.
+  v0.4.0
+  ~~~~~~
+  * Reduced import time and switched to parallel=False by default.
+  * Integer-valued inputs now produce floating point outputs.
+  v0.3.1
+  ~~~~~~
+  * Fixed an efficiency regression introduced in the 0.3.0 release.
+  v0.3.0
+  ~~~~~~
+  * Enable caching of pre-computed filters to improve runtime efficiency.
+  * Automate pre-computed filter generation.  Regenerated and improved 
`kaiser_fast` and `kaiser_best` filters.
+  * Improved documentation
+  * Enable parallel processing for sample rate conversion. *Antonio Valentino*
+  * Improved python packaging workflow.
+  * Fixed a bug in resampling high-dimensional data.
+  * Removed support for python 2.7.
+  * Bypass sample rate conversion if input and output rates are identical.
+  * Added continuous integration tests for linting.
+  * Non-uniform output sample positions. *Antonio Valentio*
+
+-------------------------------------------------------------------

Old:
----
  resampy-0.2.2-gh.tar.gz

New:
----
  resampy-0.4.2-gh.tar.gz

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

Other differences:
------------------
++++++ python-resampy.spec ++++++
--- /var/tmp/diff_new_pack.J8shaE/_old  2022-11-15 13:21:31.964833986 +0100
+++ /var/tmp/diff_new_pack.J8shaE/_new  2022-11-15 13:21:31.976834048 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-resampy
 #
-# 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
@@ -16,11 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 %define         skip_python36 1
 Name:           python-resampy
-Version:        0.2.2
+Version:        0.4.2
 Release:        0
 Summary:        Signal resampling in Python
 License:        ISC
@@ -28,23 +27,23 @@
 URL:            https://github.com/bmcfee/resampy
 # The GitHub archive includes the tests
 Source:         
https://github.com/bmcfee/resampy/archive/refs/tags/%{version}.tar.gz#/resampy-%{version}-gh.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-numba >= 0.32
-Requires:       python-numpy >= 1.10
-Requires:       python-scipy >= 0.13
-Requires:       python-six >= 1.3
+Requires:       python-numba >= 0.53
+Requires:       python-numpy >= 1.17
+Requires:       python-scipy >= 1.0
 Suggests:       python-numpydoc
 Suggests:       python-sphinx
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module numba >= 0.32}
-BuildRequires:  %{python_module numpy >= 1.10}
+BuildRequires:  %{python_module numba >= 0.53}
+BuildRequires:  %{python_module numpy >= 1.17}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module scipy >= 0.13}
-BuildRequires:  %{python_module six >= 1.3}
+BuildRequires:  %{python_module scipy >= 1.0}
 # /SECTION
 %python_subpackages
 
@@ -63,10 +62,10 @@
 sed -i -e '/^#!\//, 1d' */*.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -74,7 +73,7 @@
 
 %files %{python_files}
 %doc README.md
-%license LICENSE
+%license LICENSE.md
 %{python_sitelib}/resampy*
 
 %changelog

++++++ resampy-0.2.2-gh.tar.gz -> resampy-0.4.2-gh.tar.gz ++++++
++++ 1815 lines of diff (skipped)

Reply via email to