Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 677b0a1704 | |||
| ce9b95999b |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4c6375540b19989896136943abb6d44850ff6f1fa7d3f063253b1ad3f8b7fce
|
|
||||||
size 835064
|
|
||||||
3
netcdf4-1.7.3.tar.gz
Normal file
3
netcdf4-1.7.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83f122fc3415e92b1d4904fd6a0898468b5404c09432c34beb6b16c533884673
|
||||||
|
size 836095
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 17 21:22:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.7.3:
|
||||||
|
* Python 3.14 wheels (issue #1432)
|
||||||
|
* support os.PathLike arguments for `Dataset.fromcdl` and raise
|
||||||
|
a `FileNotFoundError` if the cdl is missing and a
|
||||||
|
`FileExistsError` if the nc file already exists (PR #1387)
|
||||||
|
* raise more informative error when trying to iterate or
|
||||||
|
perform a membership operation on a Dataset (issue #1383)
|
||||||
|
* fix type hint for createEnumType (issue #1378)
|
||||||
|
* add python 3.13 to windows wheel builds (PR #1377)
|
||||||
|
* allow slicing of vlen and string variables with non-unitary
|
||||||
|
strides (issue #1408).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 5 20:59:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Mon May 5 20:59:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-netCDF4
|
# spec file for package python-netCDF4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-netCDF4
|
Name: python-netCDF4
|
||||||
Version: 1.7.2
|
Version: 1.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface to netCDF 3 and 4
|
Summary: Python interface to netCDF 3 and 4
|
||||||
License: HPND AND MIT
|
License: HPND AND MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user