1
0

6 Commits

Author SHA256 Message Date
013e6bfc45 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
2025-05-06 14:41:38 +00:00
e0ccfc46a3 - 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/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=49
2025-05-05 20:59:26 +00:00
ce59306323 Accepting request 1271219 from devel:languages:python:numeric
- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/request/show/1271219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=24
2025-04-22 15:28:20 +00:00
3568e2983d - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=47
2025-04-22 01:40:34 +00:00
6955f0d719 Accepting request 1219471 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=23
2024-10-30 16:39:40 +00:00
88dc27c594 - update to 1.7.1.post2:
* ci fixes
  * make sure arrays are masked that are not filled when auto_fill is off
 * automatically create views of compound types with character arrays as
 * always return masked array by default, even if there are no
 * always search for HDF5 headers when building, even when nc-config is used
   encodings (such as cp1252 on windows) can be handled in Dataset
   such as var[:,::2,::2,::2])), so a variable method use_nc_get_vars was added.
   segfaults can occur. Fix required raising them minimum numpy requirement
    data. When writing the data, stringtochar is used to convert a numpy
  * fix some test failures on big endian PPC64 that were due to
  * raise warning for HDF5 1.10.x (issue #549), since backwards
    fails.  raise IOError instead of RuntimeError when nc_create or
    (pull request #543).
    mysterious segfaults on CentOS6 (issue #506). Segfaults
  * Potential memory leaks fixed by freeing string pointers internally allocated
  * invoke str on filename argument to Dataset constructor, so pathlib
  * dates do not have to be contiguous, i.e. can be before and after the

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=45
2024-09-30 13:11:36 +00:00
4 changed files with 44 additions and 22 deletions

View File

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

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,25 @@
-------------------------------------------------------------------
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>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Mon Sep 30 13:10:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.7.1.post2:
* ci fixes
-------------------------------------------------------------------
Sat Aug 17 14:42:24 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-netCDF4
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-netCDF4
Version: 1.7.1.post1
Version: 1.7.2
Release: 0
Summary: Python interface to netCDF 3 and 4
License: HPND AND MIT
@@ -111,6 +111,6 @@ popd
%python_alternative %{_bindir}/nc4tonc3
%python_alternative %{_bindir}/ncinfo
%{python_sitearch}/netCDF4
%{python_sitearch}/netCDF4-%{version}.dist-info
%{python_sitearch}/net[Cc][Dd][Ff]4-%{version}.dist-info
%changelog