Accepting request 1274714 from devel:languages:python:numeric

- update to 1.7.2:
  * add static type hints (PRs #1302, #1349)
  * Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module
    functions). (PR #1348)
  * Add Variable.get_fill_value and allow `fill_value='default'`
    to set `_FillValue` attribute using default fill values.
  * Fix NETCDF3 endian error (issue #1373, PR #1355).

OBS-URL: https://build.opensuse.org/request/show/1274714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=25
This commit is contained in:
2025-05-06 14:41:38 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37d557e36654889d7020192bfb56f9d5f93894cb32997eb837ae586c538fd7b6
size 827773

3
netcdf4-1.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4c6375540b19989896136943abb6d44850ff6f1fa7d3f063253b1ad3f8b7fce
size 835064

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 5 20:59:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.7.2:
* add static type hints (PRs #1302, #1349)
* Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module
functions). (PR #1348)
* Add Variable.get_fill_value and allow `fill_value='default'`
to set `_FillValue` attribute using default fill values.
* Fix NETCDF3 endian error (issue #1373, PR #1355).
-------------------------------------------------------------------
Tue Apr 22 01:40:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-netCDF4
Version: 1.7.1.post2
Version: 1.7.2
Release: 0
Summary: Python interface to netCDF 3 and 4
License: HPND AND MIT