Hello community,

here is the log from the commit of package python-tables for openSUSE:Factory 
checked in at 2018-02-27 16:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tables (Old)
 and      /work/SRC/openSUSE:Factory/.python-tables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tables"

Tue Feb 27 16:59:32 2018 rev:7 rq:580319 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes      
2017-05-17 17:17:40.042885948 +0200
+++ /work/SRC/openSUSE:Factory/.python-tables.new/python-tables.changes 
2018-02-27 16:59:54.871800172 +0100
@@ -1,0 +2,8 @@
+Mon Feb 26 17:31:44 UTC 2018 - toddrme2...@gmail.com
+
+- Add fix_numpy_recarray.patch
+  Fixes issues with recarrays under numpy 1.14.
+  Patch accepted upstream.  Should be in next release.
+  From: https://github.com/PyTables/PyTables/pull/664
+
+-------------------------------------------------------------------

New:
----
  fix_numpy_recarray.patch

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

Other differences:
------------------
++++++ python-tables.spec ++++++
--- /var/tmp/diff_new_pack.w4TAW4/_old  2018-02-27 16:59:56.451743086 +0100
+++ /var/tmp/diff_new_pack.w4TAW4/_new  2018-02-27 16:59:56.459742797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tables
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -25,8 +25,10 @@
 Summary:        Hierarchical datasets for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://www.pytables.org/
+Url:            https://github.com/PyTables/PyTables
 Source0:        
https://files.pythonhosted.org/packages/source/t/tables/tables-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix_numpy_recarray.patch -- Fix recarray issues with 
numpy 1.14 -- https://github.com/PyTables/PyTables/pull/664
+Patch0:         fix_numpy_recarray.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  blosc-devel >= 1.4.1
@@ -72,6 +74,7 @@
 
 %prep
 %setup -q -n tables-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -80,6 +83,8 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+%fdupes doc/html
+%fdupes examples/
 
 %if %{with tests}
 %check

++++++ fix_numpy_recarray.patch ++++++
++++ 1568 lines (skipped)


Reply via email to