Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-netCDF4 for openSUSE:Factory checked in at 2021-02-22 14:40:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netCDF4 (Old) and /work/SRC/openSUSE:Factory/.python-netCDF4.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netCDF4" Mon Feb 22 14:40:06 2021 rev:11 rq:874190 version:1.5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netCDF4/python-netCDF4.changes 2020-12-09 22:21:43.511693868 +0100 +++ /work/SRC/openSUSE:Factory/.python-netCDF4.new.2378/python-netCDF4.changes 2021-02-22 14:40:14.280609518 +0100 @@ -1,0 +2,23 @@ +Sun Feb 21 21:06:58 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.5.6 + * change numpy.bool to numpy.bool_ and numpy.float to + numpy.float_ (float and bool are deprecated in numpy 1.20, + issue #1065) + * clean up docstrings so that they work with latest pdoc. + * update cython numpy API to remove deprecation warnings. + * Add "fromcdl" and "tocdl" Dataset methods for import/export of + CDLvia ncdump/ncgen called externally via the subprocess module + (issue #1078). + * remove python 2.7 support. + * broadcast data (if possible) to conform to variable shape when + writing to a slice (issue #1083). +- Release 1.5.5 + * have setup.py always try use nc-config first to find paths to + netcdf and hdf5 libraries and headers. Don't use pkg-config to + find HDF5 if HDF5 env vars are set (or read from setup.cfg). + * Change MIT license text to standard OSI wording (PR #1046). +- Skip python36 build: With NumPy 1.20, python36-numpy is no + longer available in Tumbleweed (NEP 29) + +------------------------------------------------------------------- Old: ---- netCDF4-1.5.4.tar.gz New: ---- netCDF4-1.5.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netCDF4.spec ++++++ --- /var/tmp/diff_new_pack.XYOy8t/_old 2021-02-22 14:40:15.208610547 +0100 +++ /var/tmp/diff_new_pack.XYOy8t/_new 2021-02-22 14:40:15.212610552 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-netCDF4 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 +%define skip_python36 1 Name: python-netCDF4 -Version: 1.5.4 +Version: 1.5.6 Release: 0 Summary: Python interface to netCDF 3 and 4 License: HPND AND MIT @@ -96,7 +98,7 @@ %files %{python_files} %doc Changelog README.md -%license COPYING +%license LICENSE %python_alternative %{_bindir}/nc3tonc4 %python_alternative %{_bindir}/nc4tonc3 %python_alternative %{_bindir}/ncinfo ++++++ netCDF4-1.5.4.tar.gz -> netCDF4-1.5.6.tar.gz ++++++ ++++ 30272 lines of diff (skipped)