Hello community,

here is the log from the commit of package python-blosc for openSUSE:Factory 
checked in at 2016-03-16 10:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blosc (Old)
 and      /work/SRC/openSUSE:Factory/.python-blosc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blosc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blosc/python-blosc.changes        
2015-05-19 23:50:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-blosc.new/python-blosc.changes   
2016-03-16 10:35:24.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Mar 10 19:48:59 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  blosc-1.2.7.tar.gz

New:
----
  blosc-1.2.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-blosc.spec ++++++
--- /var/tmp/diff_new_pack.M59pxD/_old  2016-03-16 10:35:25.000000000 +0100
+++ /var/tmp/diff_new_pack.M59pxD/_new  2016-03-16 10:35:25.000000000 +0100
@@ -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 @@
 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)")}

++++++ blosc-1.2.7.tar.gz -> blosc-1.2.8.tar.gz ++++++
++++ 11726 lines of diff (skipped)


Reply via email to