* Sat Jul 12 2025 Dirk Müller <dmueller@suse.com>
- update to 1.11.3:
* Added support for Python 3.13. Thanks to David Stansby.
* Internal C-Blosc sources updated to
051b9d2cb9437e375dead8574f66d80ebce47bee.
* CI fixes.
* Tue Jul 09 2024 ecsos <ecsos@opensuse.org>
- Fix build error and remove with clause "with %python-numpy < 2",
because version 2 now supported. See changelog below.
* Sat Jun 29 2024 Dirk Müller <dmueller@suse.com>
- update to 1.11.2:
* Add support for NumPy 2.0. Thanks to Michał Górny.
* Internal C-Blosc sources updated to 1.21.6.
* Add assembly source in MANIFEST.in. Thanks to Ben Hekster.
* Deprecated support for Python 3.8 and added support for
Python 3.12.
* Some fixes in the building process.
* Fri Apr 26 2024 Ben Greiner <code@bnavigator.de>
- Pin to numpy < 2 -- gh#Blosc/python-blosc#327
* Sat Jun 10 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Fri Feb 17 2023 Ben Greiner <code@bnavigator.de>
- Update to version 1.11.1
* Many small code improvements, improved consistency and typo
fixes. Thanks to Dimitri Papadopoulos Orfanos.
* Support for Python 3.11. Support for Python 3.7 has been
dropped. Thanks to Dimitri Papadopoulos Orfanos.
* Several other fixes, mainly related with the building process,
which should be more solid now in different situations.
- Release 1.10.6
* Add a missed cmake folder to distributed files. See #253.
Thanks to Ben Greiner.
- Release 1.10.5
* Re-enable the possibility to use an already installed C-Blosc
library. See #244. Thanks to Ben Greiner.
- Release 1.10.4
* Update blosc.nthreads when blosc.set_nthreads() is called.
Fixes #246
- Drop use-system-blosc.patch
- PEP517 build
* Sat Feb 13 2021 Ben Greiner <code@bnavigator.de>
- Update to version 1.10.2
* (Upstream bumped the version to release their wheels)
* Officially drop support for Python < 3.7. Although we did not
any explicit action that is incompatible with older Python
versions, we only provide wheels for Python >= 3.7 (til 3.9).
- Skip python36 build on TW, because upstream dropped support and
numpy follows NEP 29
- Use the system provided Blosc library
* use-system-blosc.patch gh#Blosc/python-blosc#244
* Sun Dec 20 2020 andy great <andythe_great@pm.me>
- Update to version 1.9.2.
* Internal C-Blosc updated to 1.20.1. This fixes
https://github.com/Blosc/python-blosc/issues/229, and also
brings many new updates in internal codecs, providing
interesting bumps in performance in some cases.
* Due to recent addition of more cores in new CPUs, the number of
internal threads to be used by default has been increased from
4 to 8.
* Allow zero-copy decompression by allowing bytes-like input.
* Fix DeprecationWarning due to invalid escape sequence and use
array.tobytes for Python 3.9.
* Thu Aug 20 2020 Bernhard Wiedemann <bwiedemann@suse.com>
- Disable AVX2 to avoid compile-time CPU-detection (boo#1100677)
* Fri Jul 17 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable build on all archs