Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blosc for openSUSE:Factory checked in at 2026-04-12 17:52:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blosc (Old) and /work/SRC/openSUSE:Factory/.python-blosc.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blosc" Sun Apr 12 17:52:37 2026 rev:27 rq:1346169 version:1.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blosc/python-blosc.changes 2025-09-02 18:00:42.740525195 +0200 +++ /work/SRC/openSUSE:Factory/.python-blosc.new.21863/python-blosc.changes 2026-04-12 17:52:46.692304723 +0200 @@ -1,0 +2,8 @@ +Sun Apr 12 11:39:31 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.11.4: + * Added support for Python 3.14 (with GIL). + * Fix deprecated Numpy usage (see #347) +- Remove use-frombuffer.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- blosc-1.11.3.tar.gz use-frombuffer.patch New: ---- blosc-1.11.4.tar.gz ----------(Old B)---------- Old: * Fix deprecated Numpy usage (see #347) - Remove use-frombuffer.patch: fixed upstream. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blosc.spec ++++++ --- /var/tmp/diff_new_pack.HHI6Lc/_old 2026-04-12 17:52:47.492337299 +0200 +++ /var/tmp/diff_new_pack.HHI6Lc/_new 2026-04-12 17:52:47.492337299 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-blosc # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,16 @@ %{?sle15_python_module_pythons} Name: python-blosc -Version: 1.11.3 +Version: 1.11.4 Release: 0 Summary: Blosc data compressor for Python License: MIT Group: Development/Languages/Python URL: https://github.com/Blosc/python-blosc Source: https://files.pythonhosted.org/packages/source/b/blosc/blosc-%{version}.tar.gz -# PATCH-FIX-UPSTREAM use-frombuffer.patch gh#Blosc/python-blosc#342 -Patch0: use-frombuffer.patch BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pip} +BuildRequires: %{python_module py-cpuinfo} BuildRequires: %{python_module scikit-build >= 0.11.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} ++++++ blosc-1.11.3.tar.gz -> blosc-1.11.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/ANNOUNCE.rst new/blosc-1.11.4/ANNOUNCE.rst --- old/blosc-1.11.3/ANNOUNCE.rst 2025-05-17 11:51:42.000000000 +0200 +++ new/blosc-1.11.4/ANNOUNCE.rst 2026-01-17 21:20:14.000000000 +0100 @@ -1,12 +1,12 @@ ============================== -Announcing python-blosc 1.11.3 +Announcing python-blosc 1.11.4 ============================== What is new? ============ -This is a maintenance release. Besides coming with the latest C-Blosc -sources, there are new wheels for Python 3.13, as well as some CI fixes. +This is a maintenance release. Besides a Numpy fix, new wheels for +Python 3.14 were added and the CI tools were upgraded. In addition to extensions, we are distributing library binaries in the wheels too. This way, people willing to use the C-Blosc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/PKG-INFO new/blosc-1.11.4/PKG-INFO --- old/blosc-1.11.3/PKG-INFO 2025-05-17 11:51:52.693532500 +0200 +++ new/blosc-1.11.4/PKG-INFO 2026-01-17 21:20:24.621219600 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 2.1 +Metadata-Version: 2.4 Name: blosc -Version: 1.11.3 +Version: 1.11.4 Summary: Blosc data compressor Home-page: https://github.com/blosc/python-blosc Author: The Blosc development team @@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: System :: Archiving :: Compression @@ -27,6 +28,18 @@ Classifier: Operating System :: Unix Requires-Python: >=3.9 License-File: LICENSE.txt +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: maintainer +Dynamic: maintainer-email +Dynamic: platform +Dynamic: requires-python +Dynamic: summary ============ Python-Blosc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/RELEASE_NOTES.rst new/blosc-1.11.4/RELEASE_NOTES.rst --- old/blosc-1.11.3/RELEASE_NOTES.rst 2025-05-17 11:51:42.000000000 +0200 +++ new/blosc-1.11.4/RELEASE_NOTES.rst 2026-01-17 21:20:14.000000000 +0100 @@ -8,6 +8,15 @@ :URL: https://github.com/Blosc/python-blosc +Changes from 1.11.3 to 1.11.4 +============================= + +* Added support for Python 3.14 (with GIL). + +* Fix deprecated Numpy usage (see #347). Thanks to Finn Womack and Marius Grossu. + +* CI upgrades. + Changes from 1.11.2 to 1.11.3 ============================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/VERSION new/blosc-1.11.4/VERSION --- old/blosc-1.11.3/VERSION 2025-05-17 11:51:42.000000000 +0200 +++ new/blosc-1.11.4/VERSION 2026-01-17 21:20:14.000000000 +0100 @@ -1 +1 @@ -1.11.3 +1.11.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/blosc/toplevel.py new/blosc-1.11.4/blosc/toplevel.py --- old/blosc-1.11.3/blosc/toplevel.py 2025-05-17 11:51:42.000000000 +0200 +++ new/blosc-1.11.4/blosc/toplevel.py 2026-01-17 21:20:14.000000000 +0100 @@ -513,7 +513,7 @@ >>> c = blosc.compress_ptr(np_array.__array_interface__['data'][0], \ items, np_array.dtype.itemsize) >>> d = blosc.decompress(c) - >>> np_ans = numpy.fromstring(d, dtype=np_array.dtype) + >>> np_ans = numpy.frombuffer(d, dtype=np_array.dtype) >>> bool((np_array == np_ans).all()) True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/blosc/version.py new/blosc-1.11.4/blosc/version.py --- old/blosc-1.11.3/blosc/version.py 2025-05-17 11:51:52.000000000 +0200 +++ new/blosc-1.11.4/blosc/version.py 2026-01-17 21:20:24.000000000 +0100 @@ -1 +1 @@ -__version__ = "1.11.3" +__version__ = "1.11.4" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/blosc.egg-info/PKG-INFO new/blosc-1.11.4/blosc.egg-info/PKG-INFO --- old/blosc-1.11.3/blosc.egg-info/PKG-INFO 2025-05-17 11:51:52.000000000 +0200 +++ new/blosc-1.11.4/blosc.egg-info/PKG-INFO 2026-01-17 21:20:24.000000000 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 2.1 +Metadata-Version: 2.4 Name: blosc -Version: 1.11.3 +Version: 1.11.4 Summary: Blosc data compressor Home-page: https://github.com/blosc/python-blosc Author: The Blosc development team @@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: System :: Archiving :: Compression @@ -27,6 +28,18 @@ Classifier: Operating System :: Unix Requires-Python: >=3.9 License-File: LICENSE.txt +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: maintainer +Dynamic: maintainer-email +Dynamic: platform +Dynamic: requires-python +Dynamic: summary ============ Python-Blosc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blosc-1.11.3/setup.py new/blosc-1.11.4/setup.py --- old/blosc-1.11.3/setup.py 2025-05-17 11:51:42.000000000 +0200 +++ new/blosc-1.11.4/setup.py 2026-01-17 21:20:14.000000000 +0100 @@ -58,6 +58,7 @@ Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Programming Language :: Python :: 3 :: Only Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Compression
