diff --git a/netCDF4-1.6.0.tar.gz b/netCDF4-1.6.0.tar.gz deleted file mode 100644 index a40562b..0000000 --- a/netCDF4-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95efa373d9a3e1cd0df7193e76e6680d9eca28e60097ca8139afea8a4346ba63 -size 774199 diff --git a/netCDF4-1.6.1.tar.gz b/netCDF4-1.6.1.tar.gz new file mode 100644 index 0000000..00bb7f7 --- /dev/null +++ b/netCDF4-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8dc5d65293a99f1afb8c2acf588d903fdfdc1963a62545b677fa2734262a78 +size 776545 diff --git a/python-netCDF4.changes b/python-netCDF4.changes index b7c8839..e9a9c03 100644 --- a/python-netCDF4.changes +++ b/python-netCDF4.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 16 19:56:27 UTC 2022 - Arun Persaud + +- update to version 1.6.1: + * add Dataset methods has__filter (where =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 diff --git a/python-netCDF4.spec b/python-netCDF4.spec index bb2a86c..e93ba5d 100644 --- a/python-netCDF4.spec +++ b/python-netCDF4.spec @@ -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