Hello community,

here is the log from the commit of package python-h5py for openSUSE:Factory 
checked in at 2017-11-14 13:06:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-h5py (Old)
 and      /work/SRC/openSUSE:Factory/.python-h5py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-h5py"

Tue Nov 14 13:06:57 2017 rev:6 rq:541760 version:2.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes  2017-05-16 
14:45:53.980852921 +0200
+++ /work/SRC/openSUSE:Factory/.python-h5py.new/python-h5py.changes     
2017-11-14 13:06:59.793504735 +0100
@@ -1,0 +2,24 @@
+Sun Nov 12 17:01:49 UTC 2017 - [email protected]
+
+- update patch
+
+- update to version 2.7.1:
+  * Bug fixes
+    + :issue:`903` Fixed critical issue with cyclic gc which resulted
+      in segfaults
+    + :issue:`904` Avoid unaligned access fixing h5py on sparc64
+    + :issue:`883` Fixed compilation issues for some library locations
+    + :issue:`868` Fix deadlock between phil and the import lock in
+      py2
+    + :issue:`841` Improve windows handling if filenames
+    + :issue:`874` Allow close to be called on file multiple times
+    + :issue:`867`, :issue:`872` Warn on loaded vs complied hdf5
+      version issues
+    + :issue:`902` Fix overflow computing size of dataset on windows
+    + :issue:`912` Do not mangle capitalization of filenames in error
+      messages
+    + :issue:`842` Fix longdouble on ppc64le
+    + :issue:`862`, :issue:`916` Fix compounds structs with
+      variable-size members
+
+-------------------------------------------------------------------

Old:
----
  h5py-2.7.0.tar.gz

New:
----
  h5py-2.7.1.tar.gz

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

Other differences:
------------------
++++++ python-h5py.spec ++++++
--- /var/tmp/diff_new_pack.AlxgHJ/_old  2017-11-14 13:07:00.481479579 +0100
+++ /var/tmp/diff_new_pack.AlxgHJ/_new  2017-11-14 13:07:00.481479579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-h5py
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,8 +18,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-h5py
-Version:        2.7.0
-Release:        1
+Version:        2.7.1
+Release:        0
 Summary:        Python interface to the Hierarchical Data Format library
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
@@ -27,15 +27,15 @@
 Source:         
https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE no_include_opt.patch -- Don't include /opt/ directory.
 Patch0:         no_include_opt.patch
-BuildRequires:  hdf5-devel
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.6.1}
 BuildRequires:  %{python_module pkgconfig}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
+BuildRequires:  hdf5-devel
+BuildRequires:  python-rpm-macros
 Requires:       hdf5
 Requires:       python-numpy >= 1.6.1
 Requires:       python-six

++++++ h5py-2.7.0.tar.gz -> h5py-2.7.1.tar.gz ++++++
++++ 3342 lines of diff (skipped)

++++++ no_include_opt.patch ++++++
--- /var/tmp/diff_new_pack.AlxgHJ/_old  2017-11-14 13:07:00.637473875 +0100
+++ /var/tmp/diff_new_pack.AlxgHJ/_new  2017-11-14 13:07:00.641473729 +0100
@@ -13,8 +13,8 @@
          ('H5_BUILT_AS_DYNAMIC_LIB', None)
      ])
 -else:
--    
COMPILER_SETTINGS['include_dirs'].extend(['/opt/local/include''/usr/local/include'])
--    
COMPILER_SETTINGS['library_dirs'].extend(['/opt/local/include''/usr/local/include'])
+-    COMPILER_SETTINGS['include_dirs'].extend(['/opt/local/include', 
'/usr/local/include'])
+-    COMPILER_SETTINGS['library_dirs'].extend(['/opt/local/include', 
'/usr/local/include'])
  
  
  class h5py_build_ext(build_ext):


Reply via email to