Hello community,

here is the log from the commit of package python-tables for openSUSE:Factory 
checked in at 2018-06-29 22:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tables (Old)
 and      /work/SRC/openSUSE:Factory/.python-tables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tables"

Fri Jun 29 22:26:09 2018 rev:9 rq:616600 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes      
2018-05-08 13:37:38.984882290 +0200
+++ /work/SRC/openSUSE:Factory/.python-tables.new/python-tables.changes 
2018-06-29 22:26:13.398491623 +0200
@@ -1,0 +2,14 @@
+Wed Jun 13 17:39:10 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 3.4.4
+  + Improvements
+    * Environment variable to control the use of embedded libraries.
+    * Include citation in repository.
+  + Bugs fixed
+    * Fixed import error with numexpr 2.6.5.dev0
+    * Fixed linter warnings.
+    * Fixed for re.split() is version detection.
+    * Fixed test failures with Python 2.7 and NumPy 1.14.3
+- Remove upstream-included initRecArray_tuples.patch
+
+-------------------------------------------------------------------

Old:
----
  initRecArray_tuples.patch
  tables-3.4.3.tar.gz

New:
----
  tables-3.4.4.tar.gz

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

Other differences:
------------------
++++++ python-tables.spec ++++++
--- /var/tmp/diff_new_pack.r8hkT2/_old  2018-06-29 22:26:14.174491037 +0200
+++ /var/tmp/diff_new_pack.r8hkT2/_new  2018-06-29 22:26:14.178491034 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tables
-Version:        3.4.3
+Version:        3.4.4
 Release:        0
 Summary:        Hierarchical datasets for Python
 License:        BSD-3-Clause
@@ -26,8 +26,6 @@
 URL:            https://github.com/PyTables/PyTables
 Source0:        
https://files.pythonhosted.org/packages/source/t/tables/tables-%{version}.tar.gz
 Patch0:         Never-use-the-msse2-flag-explicitly.patch
-# PATCH-FIX-UPSTREAM initRecArray_tuples.patch -- 
https://github.com/PyTables/PyTables/pull/689
-Patch1:         initRecArray_tuples.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numexpr >= 2.5.2}
 BuildRequires:  %{python_module numpy-devel >= 1.8.1}
@@ -74,7 +72,6 @@
 %prep
 %setup -q -n tables-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -94,13 +91,13 @@
 %check
 pushd LICENSES
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-$python -m tables.tests.test_all
+$python -B -m tables.tests.test_all
 }
 popd
 
 %files %{python_files}
-%license LICENSE.txt
 %doc README.rst RELEASE_NOTES.txt THANKS
+%license LICENSE.txt
 %license LICENSES/*
 %python3_only %{_bindir}/pt2to3
 %python3_only %{_bindir}/ptdump
@@ -110,6 +107,8 @@
 %{python_sitearch}/tables-%{version}-py*.egg-info
 
 %files -n %{name}-doc
+%license LICENSE.txt
+%license LICENSES/*
 %doc doc/build/html/
 %doc examples/
 

++++++ tables-3.4.3.tar.gz -> tables-3.4.4.tar.gz ++++++
++++ 12625 lines of diff (skipped)


Reply via email to