Accepting request 308022 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/308022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2015-05-19 21:50:52 +00:00 committed by Git OBS Bridge
parent 47043532a1
commit e8052de2b4
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 19 12:15:06 UTC 2015 - toddrme2178@gmail.com
- Update to version 1.2.7
* Updated to c-blosc v1.6.1.
-------------------------------------------------------------------
Sun Apr 26 14:22:04 UTC 2015 - benoit.monin@gmx.fr

View File

@ -18,7 +18,7 @@
%define modname blosc
Name: python-blosc
Version: 1.2.5
Version: 1.2.7
Release: 0
Summary: Blosc data compressor for Python
License: MIT
@ -45,7 +45,7 @@ Python.
CFLAGS="%{optflags}" python setup.py build_ext --inplace --blosc=%{_prefix}
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
python setup.py install --blosc=%{_prefix} --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)