SHA256
1
0
forked from pool/python-blosc

Accepting request 369762 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/369762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2016-03-16 09:35:20 +00:00 committed by Git OBS Bridge
parent e8052de2b4
commit 14f270c7eb
4 changed files with 22 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 10 19:48:59 UTC 2016 - toddrme2178@gmail.com
- Update to version 1.2.8
* Updated to c-blosc v1.7.0. However, the new bitshuffle filter
has not been made public because recent reports indicate that
it seems too green for production.
* Support bytes-like objects that support the buffer interface
as input to compress and decompress. On Python 2.x this
includes unicode, on Python 3.x it doesn't. (#80 #94 @esc)
* Fix a memory leak in decompress. Added tests to catch memory
leaks. (#102 #103 #104 @sdvillal)
* Various miscellaneous fixes and improvements.
-------------------------------------------------------------------
Tue May 19 12:15:06 UTC 2015 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-blosc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,9 +16,8 @@
#
%define modname blosc
Name: python-blosc
Version: 1.2.7
Version: 1.2.8
Release: 0
Summary: Blosc data compressor for Python
License: MIT
@ -28,7 +27,10 @@ Source: http://pypi.python.org/packages/source/b/blosc/blosc-%{version}.
BuildRequires: blosc-devel
BuildRequires: gcc-c++
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-numpy-devel
Requires: blosc-devel
Requires: python-numpy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}