Hello community, here is the log from the commit of package python-h5py for openSUSE:Factory checked in at 2019-03-12 09:54:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-h5py (Old) and /work/SRC/openSUSE:Factory/.python-h5py.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-h5py" Tue Mar 12 09:54:57 2019 rev:12 rq:683882 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes 2018-12-04 20:57:51.884617716 +0100 +++ /work/SRC/openSUSE:Factory/.python-h5py.new.28833/python-h5py.changes 2019-03-12 09:54:59.827519135 +0100 @@ -1,0 +2,9 @@ +Mon Mar 11 12:38:35 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Yodate to 2.9.0: + Changes from 2.8.0 are too numerous to list here, complete changelog + is available online at https://github.com/h5py/h5py/releases +- Drop merged patch adjust_mapping_hdf5_error_codes.patch +- Refresh remove_unittest2.patch + +------------------------------------------------------------------- Old: ---- adjust_mapping_hdf5_error_codes.patch h5py-2.8.0.tar.gz New: ---- h5py-2.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-h5py.spec ++++++ --- /var/tmp/diff_new_pack.DfH0Sk/_old 2019-03-12 09:55:00.275519045 +0100 +++ /var/tmp/diff_new_pack.DfH0Sk/_new 2019-03-12 09:55:00.275519045 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-h5py # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-h5py -Version: 2.8.0 +Version: 2.9.0 Release: 0 Summary: Python interface to the Hierarchical Data Format library License: BSD-3-Clause @@ -29,9 +29,6 @@ Patch0: no_include_opt.patch #PATCH-FIX-OPENSUSE remove_unittest2.patch [email protected] -- remove dependency unittest2 Patch1: remove_unittest2.patch -#PATCH-FIX-UPSTREAM valuerror-typerror-failing-tests.patch [email protected] -# https://github.com/h5py/h5py/issues/1088 -Patch2: adjust_mapping_hdf5_error_codes.patch BuildRequires: %{python_module Cython >= 0.23} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel >= 1.7} ++++++ h5py-2.8.0.tar.gz -> h5py-2.9.0.tar.gz ++++++ ++++ 9543 lines of diff (skipped) ++++++ remove_unittest2.patch ++++++ --- /var/tmp/diff_new_pack.DfH0Sk/_old 2019-03-12 09:55:00.443519012 +0100 +++ /var/tmp/diff_new_pack.DfH0Sk/_new 2019-03-12 09:55:00.443519012 +0100 @@ -1,5 +1,7 @@ ---- a/h5py/tests/common.py -+++ b/h5py/tests/common.py +Index: h5py-2.9.0/h5py/tests/common.py +=================================================================== +--- h5py-2.9.0.orig/h5py/tests/common.py ++++ h5py-2.9.0/h5py/tests/common.py @@ -20,13 +20,7 @@ from six import unichr import numpy as np import h5py @@ -15,19 +17,10 @@ # Check if non-ascii filenames are supported ---- a/tox.ini -+++ b/tox.ini -@@ -6,7 +6,7 @@ envlist = {py26,py27,py33,py34,py35,py36 - - [testenv] - deps = -- py{26,27}-test: unittest2 -+ py26-test: unittest2 - deps: cython>=0.23 - py{27,34,35,36}-deps: numpy>=1.7 - py26-deps: numpy>=1.7,<1.11 ---- a/h5py/tests/old/test_h5t.py -+++ b/h5py/tests/old/test_h5t.py +Index: h5py-2.9.0/h5py/tests/old/test_h5t.py +=================================================================== +--- h5py-2.9.0.orig/h5py/tests/old/test_h5t.py ++++ h5py-2.9.0/h5py/tests/old/test_h5t.py @@ -10,6 +10,7 @@ from __future__ import absolute_import
