Hello community, here is the log from the commit of package python-netCDF4 for openSUSE:Factory checked in at 2019-06-13 23:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netCDF4 (Old) and /work/SRC/openSUSE:Factory/.python-netCDF4.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netCDF4" Thu Jun 13 23:01:13 2019 rev:4 rq:707519 version:1.5.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netCDF4/python-netCDF4.changes 2019-03-21 09:53:25.962786711 +0100 +++ /work/SRC/openSUSE:Factory/.python-netCDF4.new.4811/python-netCDF4.changes 2019-06-13 23:01:31.927511272 +0200 @@ -1,0 +2,19 @@ +Tue Jun 4 11:44:56 UTC 2019 - Marketa Calabkova <[email protected]> + +- Update to 1.5.1.2 + * fix for issue #919 (assigning 2d array to 3d variable with singleton + first dimension with v[:] = a). + * minimum numpy changed from 1.9.0 to 1.10.0. + * fix issue #908 by adding workaround for incorrect value returned + by nc_inq_var_fill for netcdf-c < 4.5.1. + * fix bug writing slice to unlimited dimension that is not the first + (leftmost). Issue #906. + * make sure data gets converted to type of scale_factor when add_offset=0 + and scale_factor=1 (issue #913). + * fix for reading empty (NIL) string attributes (issue #915). + * add read-shared mode (mode='rs'). Significantly speeds up reads of NETCDF3 + files (pull request #902). + * added support for parallel IO in the classic netcdf-3 formats through the + pnetcdf library (pull request #897). + +------------------------------------------------------------------- Old: ---- netCDF4-1.4.3.2.tar.gz New: ---- netCDF4-1.5.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netCDF4.spec ++++++ --- /var/tmp/diff_new_pack.DV72eU/_old 2019-06-13 23:01:32.519510382 +0200 +++ /var/tmp/diff_new_pack.DV72eU/_new 2019-06-13 23:01:32.523510375 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-netCDF4 -Version: 1.4.3.2 +Version: 1.5.1.2 Release: 0 Summary: Python interface to netCDF 3 and 4 License: HPND AND MIT @@ -29,20 +29,20 @@ BuildRequires: %{python_module Cython >= 0.21} BuildRequires: %{python_module cftime} BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.9.0} +BuildRequires: %{python_module numpy-devel >= 1.10.0} BuildRequires: %{python_module setuptools >= 18.0} BuildRequires: fdupes BuildRequires: hdf-devel -BuildRequires: hdf5-devel +BuildRequires: hdf5-devel >= 1.8.4 BuildRequires: libcurl-devel BuildRequires: libjpeg-devel -BuildRequires: netcdf-devel +BuildRequires: netcdf-devel >= 4.2 BuildRequires: python-rpm-macros Requires: hdf -Requires: hdf5 -Requires: netcdf +Requires: hdf5 >= 1.8.4 +Requires: netcdf >= 4.2 Requires: python-cftime -Requires: python-numpy >= 1.9.0 +Requires: python-numpy >= 1.10.0 # SECTION tests BuildRequires: %{python_module pytest} BuildRequires: netcdf ++++++ netCDF4-1.4.3.2.tar.gz -> netCDF4-1.5.1.2.tar.gz ++++++ ++++ 3180 lines of diff (skipped)
