From 1d75f6f2abacec4faa46b62b83f0634a8f5f9a50a43e5f696d49889a38ac6b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Jul 2020 10:12:17 +0000 Subject: [PATCH] Accepting request 819441 from home:mcalabkova:branches:devel:languages:python:numeric - Update to 1.9.1 * Disable the attempt to include support for SSE2 and AVX2 on non-Intel platforms, allowing the build on such platforms (see #244). * Dropped support for Python 2.7 and 3.5. * Fixed the copy of the leftovers of a chunk when its size is not a multiple of the typesize. OBS-URL: https://build.opensuse.org/request/show/819441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=11 --- blosc-1.8.3.tar.gz | 3 --- blosc-1.9.1.tar.gz | 3 +++ python-blosc.changes | 10 ++++++++++ python-blosc.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 blosc-1.8.3.tar.gz create mode 100644 blosc-1.9.1.tar.gz diff --git a/blosc-1.8.3.tar.gz b/blosc-1.8.3.tar.gz deleted file mode 100644 index d81e6e8..0000000 --- a/blosc-1.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e978a58e39a7b4bb4c1a5fb6757c97d3646634adf1cbde6789c7a508912d4dad -size 809793 diff --git a/blosc-1.9.1.tar.gz b/blosc-1.9.1.tar.gz new file mode 100644 index 0000000..601b116 --- /dev/null +++ b/blosc-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47414c24230f1f91da6d5cdc51cd6d6b575000c7d0e7534a9da10da8d2978fe5 +size 809621 diff --git a/python-blosc.changes b/python-blosc.changes index e063dc3..5e1a83b 100644 --- a/python-blosc.changes +++ b/python-blosc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 8 09:37:15 UTC 2020 - Marketa Calabkova + +- Update to 1.9.1 + * Disable the attempt to include support for SSE2 and AVX2 on non-Intel + platforms, allowing the build on such platforms (see #244). + * Dropped support for Python 2.7 and 3.5. + * Fixed the copy of the leftovers of a chunk when its size is not + a multiple of the typesize. + ------------------------------------------------------------------- Thu Mar 26 14:20:07 UTC 2020 - Paolo Stivanin diff --git a/python-blosc.spec b/python-blosc.spec index bc6fb26..c9f9037 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-blosc -Version: 1.8.3 +Version: 1.9.1 Release: 0 Summary: Blosc data compressor for Python License: MIT @@ -26,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/Blosc/python-blosc Source: https://files.pythonhosted.org/packages/source/b/blosc/blosc-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module scikit-build} BuildRequires: %{python_module setuptools} BuildRequires: blosc-devel >= 1.9.0