Hello community,

here is the log from the commit of package python3-h5py for openSUSE:Factory 
checked in at 2015-01-10 23:05:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-h5py (Old)
 and      /work/SRC/openSUSE:Factory/.python3-h5py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-h5py"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-h5py/python3-h5py.changes        
2014-07-24 01:18:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-h5py.new/python3-h5py.changes   
2015-01-10 23:05:27.000000000 +0100
@@ -1,0 +2,25 @@
+Sat Jan 10 00:25:27 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.4.0:
+  * This release incorporates a total re-write of the identifier
+    management system in h5py. As part of this refactoring, the entire
+    API is also now protected by threading locks.
+  * Files are now automatically closed when all objects within them
+    are unreachable. Previously, if File.close() was not explicitly
+    closed, files would remain open and "leaks" were possible if the
+    File object was lost.
+  * The entire API is now believed to be thread-safe (feedback
+    welcome!).
+  * External links now work if the target file is already
+    open. Previously this was not possible because of a mismatch in
+    the file close strengths.
+  * The options to setup.py have changed; a new top-level "configure"
+    command handles options like --hdf5=/path/to/hdf5 and
+    --mpi. Setup.py now works correctly under Python 3 when these
+    options are used.
+  * Cython (0.17+) is now required when building from source.
+  * The minimum NumPy version is now 1.6.1.
+
+-------------------------------------------------------------------

Old:
----
  h5py-2.3.1.tar.gz

New:
----
  h5py-2.4.0.tar.gz

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

Other differences:
------------------
++++++ python3-h5py.spec ++++++
--- /var/tmp/diff_new_pack.mbiLxv/_old  2015-01-10 23:05:28.000000000 +0100
+++ /var/tmp/diff_new_pack.mbiLxv/_new  2015-01-10 23:05:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-h5py
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python3-h5py
-Version:        2.3.1
-Release:        1
-License:        BSD-3-Clause
+Version:        2.4.0
+Release:        0
 Summary:        Python interface to the Hierarchical Data Format library
-Url:            http://www.h5py.org/
+License:        BSD-3-Clause
 Group:          Development/Libraries/Python
+Url:            http://www.h5py.org/
 Source:         
https://pypi.python.org/packages/source/h/h5py/h5py-%{version}.tar.gz
 BuildRequires:  hdf5-devel
 BuildRequires:  python3
 BuildRequires:  python3-2to3
+BuildRequires:  python3-Cython
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel
-BuildRequires: python3-Cython
-Requires:       python(abi) = %{py3_ver}
 Requires:       python3-numpy
+Requires:       python(abi) = %{py3_ver}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 
 H5py provides a simple, robust read/write interface to HDF5 data from Python.

++++++ h5py-2.3.1.tar.gz -> h5py-2.4.0.tar.gz ++++++
++++ 251981 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to