Hello community,

here is the log from the commit of package python-h5py for openSUSE:Factory 
checked in at 2015-04-12 00:10:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-h5py (Old)
 and      /work/SRC/openSUSE:Factory/.python-h5py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-h5py"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes  2014-07-18 
06:41:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-h5py.new/python-h5py.changes     
2015-04-12 00:10:55.000000000 +0200
@@ -1,0 +2,34 @@
+Fri Apr 10 14:15:27 UTC 2015 - [email protected]
+
+- specfile:
+  * changed from 2to3 to six
+  * added build requirement for python3-pkgconfig
+  * added Cython requirement for install
+  * update copyright year
+- update to version 2.5.0:
+  * Experimental SWMR support
+  * Group and AttributeManager classes now inherit from the appropriate ABCs
+  * Fixed an issue with 64-bit float VLENS
+  * Cython warning cleanups related to "const"
+  * Entire code base ported to "six"; 2to3 removed from setup.py
+- 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.5.0.tar.gz

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

Other differences:
------------------
++++++ python-h5py.spec ++++++
--- /var/tmp/diff_new_pack.iER1cI/_old  2015-04-12 00:10:57.000000000 +0200
+++ /var/tmp/diff_new_pack.iER1cI/_new  2015-04-12 00:10:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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,17 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-h5py
-Version:        2.3.1
+Version:        2.5.0
 Release:        1
-License:        BSD-3-Clause
 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:  python-devel
-BuildRequires:  python-numpy-devel
+BuildRequires:  python-Cython
+BuildRequires:  python-numpy-devel >= 1.6.1
+BuildRequires:  python-pkgconfig
+BuildRequires:  python-six
+Requires:       python-Cython
+Requires:       python-numpy >= 1.6.1
+Requires:       python-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,9 +51,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
-%doc ANN.rst README.rst lzf/LICENSE.txt lzf/README.txt examples
+%doc ANN.rst README.rst lzf/LICENSE.txt lzf/README.txt examples licenses/*
 %{python_sitearch}/h5py/
 %{python_sitearch}/h5py-%{version}-py*.egg-info
 

++++++ h5py-2.3.1.tar.gz -> h5py-2.5.0.tar.gz ++++++
++++ 274854 lines of diff (skipped)


Reply via email to