forked from pool/python-netCDF4
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
013e6bfc45 | |||
e0ccfc46a3 | |||
ce59306323 | |||
3568e2983d | |||
6955f0d719 | |||
88dc27c594 |
@@ -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
3
netcdf4-1.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4c6375540b19989896136943abb6d44850ff6f1fa7d3f063253b1ad3f8b7fce
|
||||||
|
size 835064
|
@@ -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>
|
Sat Aug 17 14:42:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-netCDF4
|
# 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
|
# 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.1.post1
|
Version: 1.7.2
|
||||||
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
|
||||||
@@ -111,6 +111,6 @@ popd
|
|||||||
%python_alternative %{_bindir}/nc4tonc3
|
%python_alternative %{_bindir}/nc4tonc3
|
||||||
%python_alternative %{_bindir}/ncinfo
|
%python_alternative %{_bindir}/ncinfo
|
||||||
%{python_sitearch}/netCDF4
|
%{python_sitearch}/netCDF4
|
||||||
%{python_sitearch}/netCDF4-%{version}.dist-info
|
%{python_sitearch}/net[Cc][Dd][Ff]4-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user