SHA256
1
0
forked from pool/python-blosc

Accepting request 819449 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/819449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-07-08 17:18:36 +00:00 committed by Git OBS Bridge
commit 7b5f81e708
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e978a58e39a7b4bb4c1a5fb6757c97d3646634adf1cbde6789c7a508912d4dad
size 809793

3
blosc-1.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47414c24230f1f91da6d5cdc51cd6d6b575000c7d0e7534a9da10da8d2978fe5
size 809621

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 8 09:37:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <info@paolostivanin.com> Thu Mar 26 14:20:07 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-blosc Name: python-blosc
Version: 1.8.3 Version: 1.9.1
Release: 0 Release: 0
Summary: Blosc data compressor for Python Summary: Blosc data compressor for Python
License: MIT License: MIT
@ -26,7 +27,6 @@ Group: Development/Languages/Python
URL: https://github.com/Blosc/python-blosc URL: https://github.com/Blosc/python-blosc
Source: https://files.pythonhosted.org/packages/source/b/blosc/blosc-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/b/blosc/blosc-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module scikit-build} BuildRequires: %{python_module scikit-build}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: blosc-devel >= 1.9.0 BuildRequires: blosc-devel >= 1.9.0