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 2024-07-08 19:08:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netCDF4 (Old) and /work/SRC/openSUSE:Factory/.python-netCDF4.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netCDF4" Mon Jul 8 19:08:48 2024 rev:20 rq:1186092 version:1.7.1.post1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netCDF4/python-netCDF4.changes 2024-06-07 15:06:00.721554720 +0200 +++ /work/SRC/openSUSE:Factory/.python-netCDF4.new.2080/python-netCDF4.changes 2024-07-08 19:09:12.372815806 +0200 @@ -1,0 +2,17 @@ +Mon Jul 8 07:19:47 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 1.7.1.post1: + * include nc_complex source code from v0.2.0 tag + * add aarch64 wheels + * add support for complex numbers via `auto_complex` keyword to `Dataset` + * fix for deprecated Cython `DEF` and `IF` statements using compatibility + header with shims for unavailable functionality + * add support for MS-MPI `MPI_Message` detection + * fix surprising result when indexing vlen str with non-contiguous + indices. + * Fix bug in set_collective +- Remove upper bound on Cython. +- Restrict numpy to < 2. +- Drop patch 1322.patch, included upstream. + +------------------------------------------------------------------- Old: ---- 1322.patch netCDF4-1.6.5.tar.gz New: ---- netcdf4-1.7.1.post1.tar.gz BETA DEBUG BEGIN: Old:- Restrict numpy to < 2. - Drop patch 1322.patch, included upstream. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netCDF4.spec ++++++ --- /var/tmp/diff_new_pack.mzgpeX/_old 2024-07-08 19:09:13.272848721 +0200 +++ /var/tmp/diff_new_pack.mzgpeX/_new 2024-07-08 19:09:13.272848721 +0200 @@ -17,20 +17,18 @@ Name: python-netCDF4 -Version: 1.6.5 +Version: 1.7.1.post1 Release: 0 Summary: Python interface to netCDF 3 and 4 License: HPND AND MIT URL: https://github.com/Unidata/netcdf4-python -Source: https://files.pythonhosted.org/packages/source/n/netCDF4/netCDF4-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/n/netcdf4/netcdf4-%{version}.tar.gz Source99: python-netCDF4.rpmlintrc -# PATCH-FIX-UPSTREAM Fix incompatbile pointer argument to nc_put_att_string() -Patch0: https://github.com/Unidata/netcdf4-python/pull/1322.patch -BuildRequires: %{python_module Cython >= 0.29 with %python-Cython < 3} +BuildRequires: %{python_module Cython >= 0.29} BuildRequires: %{python_module certifi} BuildRequires: %{python_module cftime} BuildRequires: %{python_module devel >= 3.7} -BuildRequires: %{python_module numpy-devel >= 1.10.0} +BuildRequires: %{python_module numpy-devel >= 1.10.0 with %python-numpy-devel < 2} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61} BuildRequires: %{python_module wheel} @@ -44,7 +42,7 @@ Requires: netcdf >= 4.2 Requires: python-certifi Requires: python-cftime -Requires: python-numpy >= 1.10.0 +Requires: (python-numpy >= 1.10.0 with python-numpy < 2) Requires(post): update-alternatives Requires(postun): update-alternatives # SECTION tests @@ -69,7 +67,7 @@ containing vlens, and vlens containing compound types) are not supported. %prep -%autosetup -p1 -n netCDF4-%{version} +%autosetup -p1 -n netcdf4-%{version} %build export CFLAGS="%{optflags} -fno-strict-aliasing"