Accepting request 660736 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/660736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=11
This commit is contained in:
parent
648a55c89a
commit
021e5f8931
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c16d39ea7baa5b4f726e1bb06869356c5f8564988e85585a23e0c920d0ba9b2
|
||||
size 641172
|
3
blosc-1.6.2.tar.gz
Normal file
3
blosc-1.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8113aaf6b3a2c16147d392231e3e10a8193d5ddd6efc44d8df2466d1dc53fbb8
|
||||
size 711237
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 02:14:28 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 1.6.2
|
||||
* Fixed `numpy` import in `toplevel.py`, this makes python-blosc usable without
|
||||
numpy once again.
|
||||
- Update to 1.6.1
|
||||
* Updated C-Blosc to 1.14.3
|
||||
* Adding support for aarch64
|
||||
* `unpack_array` can now accepts keyword arguments. This allows decompressing
|
||||
pickled arrays that were compressed with Python 2.x using Python 3.x. Thanks
|
||||
to Simba Nyatsanga and Juan Maree.
|
||||
* Implemented `get_blocksize()`, thanks to Alberto Sabater
|
||||
* Seperate compilation of codecs, thanks to Robert McLeod
|
||||
* Removal of Numpy dependencies, thanks to Robert McLeod
|
||||
* Allow codecs to be included by using environment variables, thanks to
|
||||
Robert McLeod
|
||||
* Don't compile snappy by default, thanks to Robert McLeod
|
||||
* Update cpuinfo.py to use dmesg.boot, thanks to Prakhar Goel
|
||||
* Allow SSE2 and AVX2 detection to be disabled via environment variables,
|
||||
thanks to Lorenzo Bolla
|
||||
* Varios minor fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 11:54:58 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-blosc
|
||||
Version: 1.5.1
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: Blosc data compressor for Python
|
||||
License: MIT
|
||||
@ -39,7 +39,7 @@ BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module psutil}
|
||||
# /SECTION
|
||||
Requires: blosc-devel
|
||||
Requires: python-numpy
|
||||
Recommends: python-numpy
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user