From 48d3697b7df0dccb0b41ba77eee90725604ede9eeaaebebe6f443fed21487f36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 11:41:58 +0000 Subject: [PATCH] - update to 1.11.3: * Added support for Python 3.13. Thanks to David Stansby. * Internal C-Blosc sources updated to 051b9d2cb9437e375dead8574f66d80ebce47bee. * CI fixes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=31 --- blosc-1.11.2.tar.gz | 3 --- blosc-1.11.3.tar.gz | 3 +++ python-blosc.changes | 9 +++++++++ python-blosc.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 blosc-1.11.2.tar.gz create mode 100644 blosc-1.11.3.tar.gz diff --git a/blosc-1.11.2.tar.gz b/blosc-1.11.2.tar.gz deleted file mode 100644 index 55d1473..0000000 --- a/blosc-1.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5e7c1bfc1c7232b900be94cddb5ffcf9ea49f313c8ae98a7ca0dd87b872bf4 -size 1434010 diff --git a/blosc-1.11.3.tar.gz b/blosc-1.11.3.tar.gz new file mode 100644 index 0000000..eb03559 --- /dev/null +++ b/blosc-1.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ed658eba7814a92e89c44d8c524148d55921595bc133bd1a90f8888a9e088e +size 1439627 diff --git a/python-blosc.changes b/python-blosc.changes index 2196881..ce81c22 100644 --- a/python-blosc.changes +++ b/python-blosc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 12 11:41:45 UTC 2025 - Dirk Müller + +- 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 9 17:06:19 UTC 2024 - ecsos diff --git a/python-blosc.spec b/python-blosc.spec index 43cae62..312d51d 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -1,7 +1,7 @@ # # spec file for package python-blosc # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-blosc -Version: 1.11.2 +Version: 1.11.3 Release: 0 Summary: Blosc data compressor for Python License: MIT