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 2026-05-20 15:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zarr (Old)
 and      /work/SRC/openSUSE:Factory/.python-zarr.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zarr"

Wed May 20 15:24:38 2026 rev:21 rq:1354104 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zarr/python-zarr.changes  2026-04-01 
19:53:06.991330898 +0200
+++ /work/SRC/openSUSE:Factory/.python-zarr.new.1966/python-zarr.changes        
2026-05-20 15:25:32.908678988 +0200
@@ -1,0 +2,73 @@
+Tue May 19 20:50:24 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.2.1:
+  * feat:metadata package
+  * fix: CastValue wrap validation bug
+  * fix: use contextual arrayspec when validating / evolving
+    codecs
+  * fix: defer to fsspec for memory url scheme
+  * release : 3.2.1 release notes
+  * **Full Changelog**: https://github.com/zarr-developers/zarr-
+    python/compare/v3.2.0...v3.2.1
+- update to 3.2.0:
+  * Rename the `DimensionNames` type to `DimensionNamesLike`.
+  * docs: remove incorrect redirect
+  * fix: handle special uint32 arrays on Windows correctly
+  * add release trigger that takes a tag as input
+  * Removes testpypi as a target for the workflow-dispatch-
+    triggered release workflow.
+  * perf: full shard write fast path
+  * Revert the changes applied in #3821 + #3822
+  * Fix needs_release_notes.yml workflow
+  * feat: return a useful value from `CodecPipeline.read()`
+  * docs: fix the docstring for `CodecPipeline.write`
+  * Improve layout of work in progress page
+  * perf: oindex optimization
+  * chore: spec0 compat (python 3.14 compat, python 3.12 min)
+  * fix: remove numcodecs off-spec warning
+  * DOC: remove result="ansi" causing empty code blocks in user
+    guide
+  * chore: use `coverage run` instead of `pytest --cov`
+  * DOC: document init_group removal in v3 migration guide
+  * perf/chunktransform
+  * Fill missing chunks
+  * fix: numpy default NaT handling
+  * DOC: document threading.max_workers config option
+  * chore: add zizmor to repo checks
+  * fix: convert zarr Array to numpy before __setitem__ async
+    dispatch
+  * fix: auto-open ZipStore in list(), list_dir() and exists()
+  * chore: update pre-commit hooks
+  * chore: fix release workflow triggers
+  * Revert "chore: update pre-commit hooks"
+  * chore: fix typos
+  * Update TEAM.md
+  * chore: separate benchmarks into a distinct CI job
+  * feat: add experimental support for rectilinear (variable-
+    sized) chunks
+  * chore: pin mkdocs<2
+  * chore: add a CI workflow that identifies unlinked types
+  * chore: prefix registry variable names with a single
+    underscore
+  * chore: update failure conditions for docs workflow
+  * fix: simplify and fix codspeed workflow
+  * chore: remove deprecated convenience and creation modules
+  * chore: remove .create methods from arrays
+  * chore: clean up metadata tests
+  * chore: expunge deprecated `zarr_version` parameter
+  * TESTS: don't force rectilinear config true in the test
+  * chore: remove deprecated group methods
+  * feat/memory store registry
+  * Implement support for `structured` and `struct` zarr-
+    extension defined dtypes
+  * fix: make upstream tests pass
+  * docs: add experimental API policy to contributing guide
+  * fix: apply path normalization to fsspec store
+  * Use f-strings
+  * fix(storage): preserve leading slashes in FsspecStore.path
+  * feat: add cast_value and scale_offset codecs
+  * chore: automate more of the release process
+  * chore/3.2.0 release notes
+  * docs: build 3.2.0 release notes
+
+-------------------------------------------------------------------

Old:
----
  zarr-3.1.6.tar.gz

New:
----
  zarr-3.2.1.tar.gz

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

Other differences:
------------------
++++++ python-zarr.spec ++++++
--- /var/tmp/diff_new_pack.NR95mU/_old  2026-05-20 15:25:33.664710141 +0200
+++ /var/tmp/diff_new_pack.NR95mU/_new  2026-05-20 15:25:33.668710306 +0200
@@ -22,8 +22,9 @@
 %bcond_with libalternatives
 %endif
 %{?sle15_python_module_pythons}
+%global skip_python311 1
 Name:           python-zarr
-Version:        3.1.6
+Version:        3.2.1
 Release:        0
 Summary:        An implementation of chunked, compressed, N-dimensional arrays 
for Python
 License:        MIT
@@ -31,19 +32,19 @@
 Source:         
https://files.pythonhosted.org/packages/source/z/zarr/zarr-%{version}.tar.gz
 # Needs full python stdlib, base is not enough
 BuildRequires:  %{pythons}
-BuildRequires:  %{python_module base >= 3.11}
+BuildRequires:  %{python_module base >= 3.12}
 BuildRequires:  %{python_module hatch-vcs}
 BuildRequires:  %{python_module hatchling >= 1.29.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python >= 3.11
+Requires:       python >= 3.12
 Requires:       python-donfig >= 0.8
 Requires:       python-google-crc32c >= 1.5
 Requires:       python-numcodecs >= 0.14
 Requires:       python-numpy >= 2.0
 Requires:       python-packaging >= 22
-Requires:       python-typing_extensions >= 4.12
+Requires:       python-typing_extensions >= 4.13
 Suggests:       python-dbm
 Suggests:       python-ipytree
 BuildArch:      noarch
@@ -67,7 +68,7 @@
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module tomlkit}
-BuildRequires:  %{python_module typing_extensions >= 4.12}
+BuildRequires:  %{python_module typing_extensions >= 4.13}
 # /SECTION
 %python_subpackages
 

++++++ zarr-3.1.6.tar.gz -> zarr-3.2.1.tar.gz ++++++
++++ 26687 lines of diff (skipped)

Reply via email to