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-08-23 14:58:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blosc2 (Old) and /work/SRC/openSUSE:Factory/.python-blosc2.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blosc2" Wed Aug 23 14:58:25 2023 rev:5 rq:1105323 version:2.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blosc2/python-blosc2.changes 2023-05-13 17:17:46.706428468 +0200 +++ /work/SRC/openSUSE:Factory/.python-blosc2.new.1766/python-blosc2.changes 2023-08-23 14:59:33.470198629 +0200 @@ -1,0 +2,35 @@ +Tue Aug 22 18:41:09 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.2.6 + * Multithreading checks only apply to Python defined codecs and + filters. Now it is possible to use multithreading with C codecs + and filters plugins. See PR #127. + * New support for dynamic filters registry for Python. + * Now params for codec and filter plugins are correctly + initialized when using register_codec and register_filter + functions. + * Some fixes for Cython 3.0.0. However,compatibility with Cython + 3.0.0 is not here yet, so build and install scripts are still + requiring Cython<3. + * Updated to latest C-Blosc2 2.10.1. +- Release 2.2.5 + * Updated to latest C-Blosc2 2.10.0. + * Use the new, fixed bytedelta filter introduced in C-Blosc2 + 2.10.0. + * Some small fixes in tutorials. +- Release 2.2.3 and 2.2.4 + * Added a new section of tutorials for a quick get start. + * Added a new section on how to cite Blosc. + * New method interchunks_info for SChunk and NDArray classes. + This iterates through chunks for getting meta info, like + decompression ratio, whether the chunk is special or not, among + others. For more information on how this works see this + example. + * Now it is possible to register a dynamic plugin by passing None + as the encoder and decoder arguments in the register_codec + function. + * Make shape of scalar slices NDArray objects to follow NumPy + conventions. See #117. + * Updated to latest C-Blosc2 2.9.3. + +------------------------------------------------------------------- Old: ---- blosc2-2.2.2.tar.gz New: ---- blosc2-2.2.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blosc2.spec ++++++ --- /var/tmp/diff_new_pack.YttWDO/_old 2023-08-23 14:59:34.242200009 +0200 +++ /var/tmp/diff_new_pack.YttWDO/_new 2023-08-23 14:59:34.246200016 +0200 @@ -17,13 +17,13 @@ Name: python-blosc2 -Version: 2.2.2 +Version: 2.2.6 Release: 0 Summary: Python wrapper for the C-Blosc2 library License: BSD-3-Clause URL: https://github.com/Blosc/python-blosc2 Source: https://files.pythonhosted.org/packages/source/b/blosc2/blosc2-%{version}.tar.gz -BuildRequires: %{python_module Cython} +BuildRequires: %{python_module Cython < 3} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy-devel >= 1.20.3} BuildRequires: %{python_module pip} @@ -35,19 +35,17 @@ BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(blosc2) >= 2.9.1 +BuildRequires: pkgconfig(blosc2) >= 2.10.1 Requires: python-msgpack Requires: python-ndindex >= 1.4 Requires: python-numpy >= 1.20.3 Requires: python-py-cpuinfo -Requires: python-rich # SECTION test requirements BuildRequires: %{python_module msgpack} BuildRequires: %{python_module ndindex >= 1.4} BuildRequires: %{python_module psutil} BuildRequires: %{python_module py-cpuinfo} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module rich} # /SECTION %python_subpackages ++++++ blosc2-2.2.2.tar.gz -> blosc2-2.2.6.tar.gz ++++++ ++++ 29833 lines of diff (skipped)