Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package blosc2 for openSUSE:Factory checked 
in at 2023-05-12 20:37:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blosc2 (Old)
 and      /work/SRC/openSUSE:Factory/.blosc2.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blosc2"

Fri May 12 20:37:20 2023 rev:5 rq:1086567 version:2.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/blosc2/blosc2.changes    2023-03-31 
21:16:42.474720882 +0200
+++ /work/SRC/openSUSE:Factory/.blosc2.new.1533/blosc2.changes  2023-05-12 
20:40:09.466813891 +0200
@@ -1,0 +2,16 @@
+Thu May 11 14:20:14 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 2.9.1
+  * Allow the use of BTUNE by detecting the ``BTUNE_BALANCE``
+    environment variable.
+- Release 2.9.0
+  * Dynamic plugins as Python wheels are supported now! This new
+    feature allows for creating plugins in C, distribute them as
+    wheels, and load them dynamically in runtime. Small example at
+    https://github.com/Blosc/blosc2_plugin_example
+  * BloscLZ can achieve more speed in clevel 1 now.
+  * Internal Zstd sources updated to latest 1.5.5 version.
+  * Copyright notice updated.  Thanks to @DimitriPapadopoulos.
+- Skip failing test_contexts gh#Blosc/c-blosc2#464
+
+-------------------------------------------------------------------

Old:
----
  c-blosc2-2.8.0.tar.gz

New:
----
  c-blosc2-2.9.1.tar.gz

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

Other differences:
------------------
++++++ blosc2.spec ++++++
--- /var/tmp/diff_new_pack.WPZNuK/_old  2023-05-12 20:40:10.054817123 +0200
+++ /var/tmp/diff_new_pack.WPZNuK/_new  2023-05-12 20:40:10.062817167 +0200
@@ -20,7 +20,7 @@
 %define major 2
 %define libname lib%{name}-%{major}
 Name:           blosc2
-Version:        2.8.0
+Version:        2.9.1
 Release:        0
 Summary:        A fast, compressed, persistent binary data store library for C
 License:        BSD-2-Clause AND BSD-3-Clause AND MIT
@@ -92,9 +92,12 @@
 %check
 export LD_PRELOAD="$LD_PRELOAD  %{buildroot}%{_libdir}/libblosc2.so  
%{buildroot}%{_libdir}/libblosc2.so.%{major}"
 # https://github.com/Blosc/c-blosc2/issues/432
-%ctest --exclude-regex 'test_sframe|test_schunk_frame|test_fill_special'
+single_thread_tests='test_sframe|test_schunk_frame|test_fill_special'
+# https://github.com/Blosc/c-blosc2/issues/464
+failing_tests='test_contexts'
+%ctest --exclude-regex "${single_thread_tests}|${failing_tests}"
 pushd build
-ctest --tests-regex 'test_sframe|test_schunk_frame|test_fill_special'
+ctest --tests-regex "${single_thread_tests}"
 popd
 
 %post -n %{libname} -p /sbin/ldconfig

++++++ c-blosc2-2.8.0.tar.gz -> c-blosc2-2.9.1.tar.gz ++++++
++++ 160412 lines of diff (skipped)

Reply via email to