Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hdf5plugin for
openSUSE:Factory checked in at 2026-09-08 16:57:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hdf5plugin (Old)
and /work/SRC/openSUSE:Factory/.python-hdf5plugin.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hdf5plugin"
Tue Sep 8 16:57:18 2026 rev:6 rq:1376207 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hdf5plugin/python-hdf5plugin.changes
2025-10-29 21:07:22.672444641 +0100
+++
/work/SRC/openSUSE:Factory/.python-hdf5plugin.new.1265/python-hdf5plugin.changes
2026-09-08 17:00:42.379461147 +0200
@@ -1,0 +2,5 @@
+Fri Sep 4 12:27:18 UTC 2026 - Bernhard M. Wiedemann <[email protected]>
+
+- Pin the SIMD build options for reproducible builds (boo#1100677)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hdf5plugin.spec ++++++
--- /var/tmp/diff_new_pack.idUfzh/_old 2026-09-08 17:00:44.241539031 +0200
+++ /var/tmp/diff_new_pack.idUfzh/_new 2026-09-08 17:00:44.250539407 +0200
@@ -76,7 +76,8 @@
export HDF5PLUGIN_NATIVE=False
export HDF5PLUGIN_CPP11=True
export HDF5PLUGIN_CPP14=True
-export HDF5PLUGIN_SSE3=False
+export HDF5PLUGIN_SSSE3=False
+export HDF5PLUGIN_AVX2=False
export HDF5PLUGIN_AVX512=False
# Note: it is possible to remove all filters from embedding and make this a
pure API package,
# But registering system provided filters for consumers like python-fabio is
not straight forward