Hello community,

here is the log from the commit of package python3-blosc for openSUSE:Factory 
checked in at 2016-04-03 23:07:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-blosc (Old)
 and      /work/SRC/openSUSE:Factory/.python3-blosc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-blosc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-blosc/python3-blosc.changes      
2015-11-10 10:01:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-blosc.new/python3-blosc.changes 
2016-04-03 23:07:31.000000000 +0200
@@ -1,0 +2,29 @@
+Sat Apr  2 03:34:46 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.3.0:
+  * Internal C-Blosc version bumped to 1.8.0. As consequence, support
+    for BITSHUFFLE is here. For activating it, just pass
+    blosc.BITSHUFFLE to the shuffle parameter of compression
+    functions.
+  * Added a new as_bytearray=False parameter to the decompress()
+    function so that a mutable bytearray will be returned instead of a
+    bytes one (inmutable). PR #107. Thanks to Joe Jevnik.
+  * The '__all__' variable has been removed from the module. I
+    consider this good practice to avoid things like "from blosc
+    import *".
+  * For consistency, the next symbols have been renamed:
+    + BLOSC_VERSION_STRING -> VERSION_STRING, BLOSC_VERSION_DATE ->
+      VERSION_DATE, BLOSC_MAX_BUFFERSIZE -> MAX_BUFFERSIZE,
+      BLOSC_MAX_THREADS -> MAX_THREADS, BLOSC_MAX_TYPESIZE ->
+      MAX_TYPESIZE,
+  * The typesize parameter is set by default to 8 in compression
+    functions. This usually behaves well for 4-bytes typesizes
+    too. Nevertheless, it is advised to use the actual typesize.
+  * The maximum number of threads to use by default is set to 4 (less
+    if less cores are detected). Feel free to use more or less threads
+    depending on the resources you want to use for compression.
+
+-------------------------------------------------------------------

Old:
----
  blosc-1.2.8.tar.gz

New:
----
  blosc-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python3-blosc.spec ++++++
--- /var/tmp/diff_new_pack.kHt8FW/_old  2016-04-03 23:07:32.000000000 +0200
+++ /var/tmp/diff_new_pack.kHt8FW/_new  2016-04-03 23:07:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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
@@ -17,7 +17,7 @@
 
 
 Name:           python3-blosc
-Version:        1.2.8
+Version:        1.3.0
 Release:        0
 Summary:        Blosc data compressor for Python
 License:        MIT
@@ -27,8 +27,8 @@
 BuildRequires:  blosc-devel
 BuildRequires:  gcc-c++
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-numpy-devel
+BuildRequires:  python3-setuptools
 Requires:       blosc-devel
 Requires:       python3-numpy
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ blosc-1.2.8.tar.gz -> blosc-1.3.0.tar.gz ++++++
++++ 9366 lines of diff (skipped)


Reply via email to