From d2e4d6f39cf5b0018cf7818d4265bf0f6ff69eae80ec0fac743e61eba800505f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2024 16:40:12 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.11.2:=20=20=20*=20Add=20sup?= =?UTF-8?q?port=20for=20NumPy=202.0.=20Thanks=20to=20Micha=C5=82=20G=C3=B3?= =?UTF-8?q?rny.=20=20=20*=20Internal=20C-Blosc=20sources=20updated=20to=20?= =?UTF-8?q?1.21.6.=20=20=20*=20Add=20assembly=20source=20in=20MANIFEST.in.?= =?UTF-8?q?=20Thanks=20to=20Ben=20Hekster.=20=20=20*=20Deprecated=20suppor?= =?UTF-8?q?t=20for=20Python=203.8=20and=20added=20support=20for=20=20=20?= =?UTF-8?q?=20=20Python=203.12.=20=20=20*=20Some=20fixes=20in=20the=20buil?= =?UTF-8?q?ding=20process.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=27 --- blosc-1.11.1.tar.gz | 3 --- blosc-1.11.2.tar.gz | 3 +++ python-blosc.changes | 11 +++++++++++ python-blosc.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 blosc-1.11.1.tar.gz create mode 100644 blosc-1.11.2.tar.gz diff --git a/blosc-1.11.1.tar.gz b/blosc-1.11.1.tar.gz deleted file mode 100644 index 69ce652..0000000 --- a/blosc-1.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c22119b27bae1063a697f639028b422d55811b0880c3fc0149cbdea791d0b276 -size 1177460 diff --git a/blosc-1.11.2.tar.gz b/blosc-1.11.2.tar.gz new file mode 100644 index 0000000..55d1473 --- /dev/null +++ b/blosc-1.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5e7c1bfc1c7232b900be94cddb5ffcf9ea49f313c8ae98a7ca0dd87b872bf4 +size 1434010 diff --git a/python-blosc.changes b/python-blosc.changes index 8c39314..0e9a5aa 100644 --- a/python-blosc.changes +++ b/python-blosc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jun 29 16:40:01 UTC 2024 - Dirk Müller + +- 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 16:44:43 UTC 2024 - Ben Greiner diff --git a/python-blosc.spec b/python-blosc.spec index 1774632..f87b1c4 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-blosc -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: Blosc data compressor for Python License: MIT