Accepting request 1004220 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1004220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=24
This commit is contained in:
2022-09-19 07:38:55 +00:00
committed by Git OBS Bridge
parent 75d2f18243
commit 72c6d399a8
4 changed files with 14 additions and 4 deletions

View File

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

3
netCDF4-1.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 16 19:56:27 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 1.6.1:
* add Dataset methods has_<name>_filter (where <name>=zstd,blosc,bzip2,szip)
to check for availability of extra compression filters.
* release GIL for all C-lib calls (issue #1180).
* Add support for nc_set_alignment and nc_get_alignment to control alignment
of data within HDF5 files.
-------------------------------------------------------------------
Mon Jul 11 03:01:26 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python3-%{**}}
Name: python-netCDF4
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Python interface to netCDF 3 and 4
License: HPND AND MIT