Hello community,

here is the log from the commit of package python3-tables for openSUSE:Factory 
checked in at 2016-10-18 13:28:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-tables (Old)
 and      /work/SRC/openSUSE:Factory/.python3-tables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-tables"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-tables/python3-tables.changes    
2016-05-25 21:26:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tables.new/python3-tables.changes       
2016-10-18 13:28:40.000000000 +0200
@@ -1,0 +2,77 @@
+Fri Sep 16 15:12:02 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 3.3.0
+  + Improvements
+    - Single codebase Python 2 and 3 support (PR #493).
+    - Internal Blosc version updated to 1.11.1 (closes :issue:`541`)
+    - Full BitShuffle support for new Blosc versions (>= 1.8).
+    - It is now possible to remove all rows from a table.
+    - It is now possible to read reference types by dereferencing them as
+      numpy array of objects (closes :issue:`518` and :issue:`519`).
+      Thanks to Ehsan Azar
+    - Get rid of the `-native` compile flag (closes :issue:`503`)
+    - The default number of threads to run numexpr (MAX_NUMEXPR_THREADS)
+      internally has been raised from 2 to 4.  This is because we are in
+      2016 and 4 core configurations are becoming common.
+    - In order to avoid locking issues when using PyTables concurrently in
+      several process, MAX_BLOSC_THREADS has been set to 1 by default.  If
+      you are running PyTables in one single process, you may want to
+      experiment if higher values (like 2 or 4) bring better performance for
+      you.
+  + Bugs fixed
+    - On python 3 try 'latin1' encoding before 'bytes' encoding during 
unpickling
+      of node attributes pickled on python 2. Better fix for :issue:`560`.
+    - Fixed Windows 32 and 64-bit builds.
+
+-------------------------------------------------------------------
+Thu Aug 25 17:50:07 UTC 2016 - toddrme2...@gmail.com
+
+- hdf5_18 has been renamed to hdf5-1_8.
+
+-------------------------------------------------------------------
+Mon Aug 15 14:51:56 UTC 2016 - toddrme2...@gmail.com
+
+- Fix update-alternatives implementation.
+- Depend on hdf5_18-devel, since pytables is not compatible with
+  hdf5 >= 1.10
+  
+-------------------------------------------------------------------
+Wed Jul  6 07:23:05 UTC 2016 - a...@gmx.de
+
+- update to version 3.2.3.1:
+  * Fixed issues with pip install.
+
+-------------------------------------------------------------------
+Tue Jul  5 01:15:09 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * add python3-py-cpuinfo to build requirements
+
+- update to version 3.2.3:
+  * Improvements
+    + It is now possible to use HDF5 with the new shared library
+      naming scheme (>= 1.8.10, hdf5.dll instead of hdf5dll.dll) on
+      Windows (gh-540). Thanks to Tadeu Manoel.
+    + Now :program: ptdump sorts output by node name and does not
+      print a backtrace if file cannot be opened. Thanks to Zbigniew
+      Jędrzejewski-Szmek.
+  * Bugs fixed
+    + Only run tables.tests.test_basics.UnicodeFilename if the
+      filesystem encoding is utf-8. Closes gh-485.
+    + Add lib64 to posix search path. (closes gh-507) Thanks to Mehdi
+      Sadeghi.
+    + Ensure cache entries are removed if fewer than 10 (closes
+      gh-529). Thanks to Graham Jones.
+    + Fix segmentation fault in a number of test cases that use
+      index.Index (closes gh-532 and gh-533). Thanks to Diane Trout.
+    + Fixed the evaluation of transcendental functions when numexpr is
+      compiled with VML support (closes gh-534, PR #536). Thanks to
+      Tom Kooij.
+    + Make sure that index classes use buffersizes that are a multiple
+      of chunkshape[0] (closes gh-538, PR #538). Thanks to Tom Kooij.
+    + Ensure benchmark paths exist before benchmarks are executed (PR
+      #544). Thanks to rohitjamuar.
+  * Other changes
+    + Minimum Cython version is now v0.21
+
+-------------------------------------------------------------------
@@ -6 +82,0 @@
-

Old:
----
  tables-3.2.2.tar.gz

New:
----
  tables-3.3.0.tar.gz

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

Other differences:
------------------
++++++ python3-tables.spec ++++++
--- /var/tmp/diff_new_pack.nJMKoY/_old  2016-10-18 13:28:42.000000000 +0200
+++ /var/tmp/diff_new_pack.nJMKoY/_new  2016-10-18 13:28:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-tables
-Version:        3.2.2
+Version:        3.3.0
 Release:        0
 Summary:        Hierarchical datasets for Python
 License:        BSD-3-Clause
@@ -26,7 +26,7 @@
 Source0:        
https://files.pythonhosted.org/packages/source/t/tables/tables-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  hdf5-devel >= 1.8.10
+BuildRequires:  hdf5-1_8-devel >= 1.8.10
 BuildRequires:  libbz2-devel
 BuildRequires:  lzo-devel
 BuildRequires:  python3-2to3
@@ -35,15 +35,15 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-numexpr >= 2.4
 BuildRequires:  python3-numpy-devel >= 1.7.1
+BuildRequires:  python3-py-cpuinfo
 BuildRequires:  python3-setuptools
-Requires:       hdf5 >= 1.8.10
 Requires:       python3-blosc
 Requires:       python3-numexpr >= 2.4
 Requires:       python3-numpy >= 1.7.1
 Recommends:     bzip2
 Recommends:     lzo
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(preun): update-alternatives
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,20 +77,18 @@
 for p in pt2to3 ptdump ptrepack pttree ; do
     mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py3_ver}
     ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
-    # create a dummy target for /etc/alternatives/$p
-    touch %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
 %post
-"%_sbindir/update-alternatives" \
+%_sbindir/update-alternatives \
    --install %{_bindir}/pt2to3 pt2to3 %{_bindir}/pt2to3-%{py3_ver} 30 \
    --slave %{_bindir}/ptdump ptdump %{_bindir}/ptdump-%{py3_ver} \
    --slave %{_bindir}/ptrepack ptrepack %{_bindir}/ptrepack-%{py3_ver} \
    --slave %{_bindir}/pttree pttree %{_bindir}/pttree-%{py3_ver}
 
-%postun
+%preun
 if [ $1 -eq 0 ] ; then
-    "%_sbindir/update-alternatives" --remove pt2to3 
%{_bindir}/pt2to3-%{py3_ver}
+    %_sbindir/update-alternatives --remove pt2to3 %{_bindir}/pt2to3-%{py3_ver}
 fi
 
 %files

++++++ tables-3.2.2.tar.gz -> tables-3.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python3-tables/tables-3.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.python3-tables.new/tables-3.3.0.tar.gz differ: char 
5, line 1


Reply via email to