Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blosc2 for openSUSE:Factory checked in at 2023-12-01 21:26:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blosc2 (Old) and /work/SRC/openSUSE:Factory/.python-blosc2.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blosc2" Fri Dec 1 21:26:49 2023 rev:8 rq:1130254 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blosc2/python-blosc2.changes 2023-10-15 19:29:38.769448900 +0200 +++ /work/SRC/openSUSE:Factory/.python-blosc2.new.25432/python-blosc2.changes 2023-12-01 21:27:16.606084115 +0100 @@ -1,0 +2,35 @@ +Fri Dec 1 13:36:28 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.3.2 + * Support for `pathlib.Path` objects in all the places where + `urlpath` is used (e.g. `blosc2.open()`). Thanks to Marta + Iborra. + * Included docs for `SChunk.fill_special()` and `NDArray.dtype`. + Thanks to Francesc Alted. + +------------------------------------------------------------------- +Sat Nov 25 12:58:13 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.3.1: + * Temporarily disable AVX512 support in C-Blosc2 for wheels + built by CI until run-time detection works properly. + * Require at least Cython 3 for building. Using previous + versions worked but error handling was not correct (wheels + were being built with Cython 3 anyway). + * New `NDArray.to_cframe()` method and + `blosc2.ndarray_from_cframe()` function for serializing and + deserializing NDArrays to/from contiguous in-memory frames. + Thanks to Francesc Alted. + * Add an optional `offset` argument to `blosc2.schunk.open()`, + to access super-chunks stored in containers like HDF5. Thanks + to Ivan Vilata. + * Assorted minor fixes to the blocksize/blockshape computation + algorithm, avoiding some cases where it resulted in values + exceeding maximum limits. Thanks to Ivan Vilata. + * Updated to latest C-Blosc2 2.11.2. It adds AVX512 support for + the bitshuffle filter, fixes ARM and Raspberry Pi + compatibility and assorted issues. + * Add python-blosc2 package definition for Guix. Thanks to Ivan + Vilata. + +------------------------------------------------------------------- Old: ---- blosc2-2.2.9.tar.gz New: ---- blosc2-2.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blosc2.spec ++++++ --- /var/tmp/diff_new_pack.5yOi8q/_old 2023-12-01 21:27:17.518117679 +0100 +++ /var/tmp/diff_new_pack.5yOi8q/_new 2023-12-01 21:27:17.518117679 +0100 @@ -17,7 +17,7 @@ Name: python-blosc2 -Version: 2.2.9 +Version: 2.3.2 Release: 0 Summary: Python wrapper for the C-Blosc2 library License: BSD-3-Clause @@ -35,7 +35,7 @@ BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(blosc2) >= 2.10.4 +BuildRequires: pkgconfig(blosc2) >= 2.11.3 Requires: python-msgpack Requires: python-ndindex >= 1.4 Requires: python-numpy >= 1.20.3 ++++++ blosc2-2.2.9.tar.gz -> blosc2-2.3.2.tar.gz ++++++ ++++ 5805 lines of diff (skipped)