Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hdf5storage for 
openSUSE:Factory checked in at 2023-04-05 21:27:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hdf5storage (Old)
 and      /work/SRC/openSUSE:Factory/.python-hdf5storage.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hdf5storage"

Wed Apr  5 21:27:45 2023 rev:4 rq:1077427 version:0.1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hdf5storage/python-hdf5storage.changes    
2022-01-29 21:00:31.647301134 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-hdf5storage.new.19717/python-hdf5storage.changes
 2023-04-05 21:35:34.082538663 +0200
@@ -1,0 +2,12 @@
+Wed Apr  5 07:07:55 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 0.1.19 Bugfix release:
+  * Issue #122 and #124. Replaced use of deprecated ``numpy.asscalar``
+    functions with the ``numpy.ndarray.item`` method.
+  * Issue #123. Forced the use of English month and day of the week names
+    in the HDF5 header for MATLAB compatibility.
+  * Issue #125. Fixed accidental collection of
+    ``pkg_resources.parse_version`` from setuptools as a Marshaller now
+    that it is a class. 
+
+-------------------------------------------------------------------

Old:
----
  hdf5storage-0.1.18.zip

New:
----
  hdf5storage-0.1.19.tar.gz

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

Other differences:
------------------
++++++ python-hdf5storage.spec ++++++
--- /var/tmp/diff_new_pack.PL8zqg/_old  2023-04-05 21:35:34.574541471 +0200
+++ /var/tmp/diff_new_pack.PL8zqg/_new  2023-04-05 21:35:34.582541517 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hdf5storage
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,28 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
 Name:           python-hdf5storage
-Version:        0.1.18
+Version:        0.1.19
 Release:        0
 Summary:        Utilities to read/write HDF5 files, including MATLAB v7.3 MAT 
files
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/frejanordsiek/hdf5storage
-Source:         
https://files.pythonhosted.org/packages/source/h/hdf5storage/hdf5storage-%{version}.zip
+Source:         
https://files.pythonhosted.org/packages/source/h/hdf5storage/hdf5storage-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM nose-to-pytest.patch gh#frejanordsiek/hdf5storage#96 
mc...@suse.com
 # uses pytest instead of nose
 Patch0:         nose-to-pytest.patch
-BuildRequires:  %{python_module h5py >= 2.1}
+BuildRequires:  %{python_module h5py >= 3.3}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
 # SECTION test requirements
-# next release will use pytest gh#frejanordsiek/hdf5storage#96
-BuildRequires:  %{python_module pytest >= 5.0}
+BuildRequires:  %{python_module pytest >= 6.0}
 # I don't know how to do @pytest.mark.parametrize on class methods
 BuildRequires:  %{python_module parameterized}
 BuildRequires:  %{python_module scipy}
 # /SECTION
-Requires:       python-h5py >= 2.1
+Requires:       python-h5py >= 3.3
 Requires:       python-numpy
 Recommends:     python-scipy
 # This pure python package uses ctypes only suited for 64-bit. The tests 
segfault on 32-bit in libc memmove

Reply via email to