2 Commits

Author SHA256 Message Date
677b0a1704 Accepting request 1318333 from devel:languages:python:numeric
- 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).

OBS-URL: https://build.opensuse.org/request/show/1318333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=26
2025-11-18 14:39:26 +00:00
ce9b95999b - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=51
2025-11-17 21:23:23 +00:00
4 changed files with 20 additions and 5 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-netCDF4
Version: 1.7.2
Version: 1.7.3
Release: 0
Summary: Python interface to netCDF 3 and 4
License: HPND AND MIT