Hello community,

here is the log from the commit of package python-tables for openSUSE:Factory 
checked in at 2016-09-14 23:34:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tables (Old)
 and      /work/SRC/openSUSE:Factory/.python-tables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tables"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes      
2016-02-03 10:19:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-tables.new/python-tables.changes 
2016-09-14 23:34:53.000000000 +0200
@@ -1,0 +2,46 @@
+Thu Aug 25 17:49:47 UTC 2016 - [email protected]
+
+- hdf5_18 has been renamed to hdf5-1_8.
+
+-------------------------------------------------------------------
+Tue Aug 16 15:37:55 UTC 2016 - [email protected]
+
+- update to version 3.2.3.1:
+  * Fixed issues with pip install.
+- 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
+- specfile:
+  * add python-py-cpuinfo to build requirements
+  * depend on hdf5_18-devel, since pytables is not compatible with
+    hdf5 >= 1.10
+
+-------------------------------------------------------------------
+Mon Aug 15 14:51:56 UTC 2016 - [email protected]
+
+- Fix update-alternatives implementation.
+
+-------------------------------------------------------------------

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

New:
----
  tables-3.2.3.1.tar.gz

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

Other differences:
------------------
++++++ python-tables.spec ++++++
--- /var/tmp/diff_new_pack.Vh10vA/_old  2016-09-14 23:34:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Vh10vA/_new  2016-09-14 23:34:54.000000000 +0200
@@ -17,16 +17,16 @@
 
 
 Name:           python-tables
-Version:        3.2.2
+Version:        3.2.3.1
 Release:        0
 Summary:        Hierarchical datasets for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://www.pytables.org/
-Source0:        
https://pypi.python.org/packages/source/t/tables/tables-%{version}.tar.gz
+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:  python-Cython >= 0.13
@@ -34,15 +34,15 @@
 BuildRequires:  python-devel >= 2.6
 BuildRequires:  python-numexpr >= 2.4
 BuildRequires:  python-numpy-devel >= 1.7.1
+BuildRequires:  python-py-cpuinfo
 BuildRequires:  python-setuptools
-Requires:       hdf5 >= 1.8.10
 Requires:       python-blosc
 Requires:       python-numexpr >= 2.4
 Requires:       python-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
 %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)")}
@@ -79,20 +79,18 @@
 for p in pt2to3 ptdump ptrepack pttree ; do
     mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py_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-%{py_ver} 30 \
    --slave %{_bindir}/ptdump ptdump %{_bindir}/ptdump-%{py_ver} \
    --slave %{_bindir}/ptrepack ptrepack %{_bindir}/ptrepack-%{py_ver} \
    --slave %{_bindir}/pttree pttree %{_bindir}/pttree-%{py_ver}
 
-%postun
+%preun
 if [ $1 -eq 0 ] ; then
-    "%_sbindir/update-alternatives" --remove pt2to3 
%{_bindir}/pt2to3-%{py3_ver}
+   %_sbindir/update-alternatives --remove pt2to3 %{_bindir}/pt2to3-%{py_ver}
 fi
 
 %files

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


Reply via email to