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-09-19 16:03:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyWavelets (Old)
and /work/SRC/openSUSE:Factory/.python-PyWavelets.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyWavelets"
Mon Sep 19 16:03:41 2022 rev:11 rq:1004587 version:1.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyWavelets/python-PyWavelets.changes
2022-03-12 17:16:11.950355727 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyWavelets.new.2083/python-PyWavelets.changes
2022-09-19 16:03:50.066230131 +0200
@@ -1,0 +2,17 @@
+Sat Sep 17 15:22:43 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update required numpy version
+
+- update to version 1.4.1:
+ * This patch release updates setup.py to use python_requires>=3.8
+ and adds 3.11 to the trove classifiers.
+
+- changes from version 1.4.0:
+ * adds wheels for Python 3.11 and drops support for Python 3.7.
+ * There is one new utility function, pywt.frequency2scale, that can
+ be used to determine CWT scale factors corresponding to a given
+ (normalized) frequency. It is the inverse of the existing
+ pywt.scale2frequency.
+
+-------------------------------------------------------------------
Old:
----
PyWavelets-1.3.0.tar.gz
New:
----
PyWavelets-1.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyWavelets.spec ++++++
--- /var/tmp/diff_new_pack.Aggjk5/_old 2022-09-19 16:03:50.674231756 +0200
+++ /var/tmp/diff_new_pack.Aggjk5/_new 2022-09-19 16:03:50.678231767 +0200
@@ -20,8 +20,9 @@
%define skip_python2 1
# no python36-numpy in Tumbleweed (NEP 29)
%define skip_python36 1
+%define skip_python37 1
Name: python-PyWavelets
-Version: 1.3.0
+Version: 1.4.1
Release: 0
Summary: PyWavelets is a Python wavelet transforms module
License: MIT
@@ -30,12 +31,12 @@
Source0:
https://files.pythonhosted.org/packages/source/P/PyWavelets/PyWavelets-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module numpy-devel >= 1.13.3}
+BuildRequires: %{python_module numpy-devel >= 1.17.3}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-numpy >= 1.13.3
+Requires: python-numpy >= 1.17.3
Provides: python-PyWavelets-doc = %{version}
Obsoletes: python-PyWavelets-doc < %{version}
# SECTION test requirements
++++++ PyWavelets-1.3.0.tar.gz -> PyWavelets-1.4.1.tar.gz ++++++
++++ 50015 lines of diff (skipped)