Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zarr for openSUSE:Factory checked in at 2023-08-02 16:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zarr (Old) and /work/SRC/openSUSE:Factory/.python-zarr.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zarr" Wed Aug 2 16:49:39 2023 rev:9 rq:1101762 version:2.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zarr/python-zarr.changes 2023-07-27 16:53:22.274683044 +0200 +++ /work/SRC/openSUSE:Factory/.python-zarr.new.22712/python-zarr.changes 2023-08-02 16:51:16.737802016 +0200 @@ -1,0 +2,19 @@ +Tue Aug 1 13:24:34 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- update to version 2.16 + * Migrate to pyproject.toml and remove redundant infrastructure. + * Require setuptools 64.0.0+ + * Bump to NumPy 1.20+ in environment.yml. + * More maintenance changes, special thanks to Outreachy participants + for contributing to most of the maintenance PRs. + * Improve Zarr V3 support, adding partial store read/write and + storage transformers. + * N5 nows supports Blosc. Remove warnings emitted when using N5Store + or N5FSStore with a blosc-compressed array. + * Implement more extensive fallback of getitem/setitem for + orthogonal indexing. + * Getitems supports meta_array. + * Allow for partial codec specification in V3 array metadata. + * Implemented blockwise (chunk blocks) indexing to zarr.Array. + +------------------------------------------------------------------- Old: ---- zarr-2.13.3.tar.gz New: ---- zarr-2.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zarr.spec ++++++ --- /var/tmp/diff_new_pack.dHOUpb/_old 2023-08-02 16:51:17.481806510 +0200 +++ /var/tmp/diff_new_pack.dHOUpb/_new 2023-08-02 16:51:17.489806559 +0200 @@ -18,23 +18,25 @@ %{?sle15_python_module_pythons} Name: python-zarr -Version: 2.13.3 +Version: 2.16.0 Release: 0 Summary: An implementation of chunked, compressed, N-dimensional arrays for Python License: MIT URL: https://github.com/zarr-developers/zarr-python Source: https://files.pythonhosted.org/packages/source/z/zarr/zarr-%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 38.6.0} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools >= 64.0.0} BuildRequires: %{python_module setuptools_scm > 1.5.4} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # Needs full python stdlib, base is not enough Requires: python >= 3.8 Requires: python-asciitree -Requires: python-dbm Requires: python-fasteners Requires: python-numcodecs >= 0.6.4 -Requires: python-numpy >= 1.7 +Requires: python-numpy >= 1.20 +Suggests: python-dbm Suggests: python-fsspec >= 0.8.4 Suggests: python-ipytree Suggests: python-msgpack @@ -47,7 +49,7 @@ BuildRequires: %{python_module fsspec >= 0.8.4} BuildRequires: %{python_module msgpack} BuildRequires: %{python_module numcodecs >= 0.6.4} -BuildRequires: %{python_module numpy >= 1.7} +BuildRequires: %{python_module numpy >= 1.20} BuildRequires: %{python_module pytest} # Needs full python stdlib, base is not enough BuildRequires: %{pythons} >= 3.8 @@ -62,11 +64,11 @@ %build export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} -%python_build +%pyproject_wheel %install export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -74,7 +76,7 @@ %files %{python_files} %doc README.md -%license LICENSE +%license LICENSE.txt %{python_sitelib}/zarr %{python_sitelib}/zarr-%{version}*-info ++++++ zarr-2.13.3.tar.gz -> zarr-2.16.0.tar.gz ++++++ ++++ 26229 lines of diff (skipped)