netcdf4-python 1.6.5-1build3 source package in Ubuntu

Changelog

netcdf4-python (1.6.5-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:02:01 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
netcdf4-python_1.6.5.orig.tar.gz 791.8 KiB c2777b880ce7c460b5ec017e1bb4bfbe97609fab9e89641d4762507e6f8ab2b9
netcdf4-python_1.6.5-1build3.debian.tar.xz 6.6 KiB 6ea2cb930ff1f5d23472ee0fba3f0e6b5b1174efa9d05696d1441446c3a04774
netcdf4-python_1.6.5-1build3.dsc 2.3 KiB ee51d7496a5634798eb87afbc3c78631e0839cddff75e329bd827d342de56648

Available diffs

View changes file

Binary packages built by this source

python3-netcdf4: Python 3 interface to the netCDF4 (network Common Data Form) library

 NetCDF version 4 has many features not found in earlier versions of the
 library and is implemented on top of HDF5. This module can read and write
 files in both the new netCDF 4 and the old netCDF 3 format, and can create
 files that are readable by HDF5 clients. The API is modelled after
 Scientific.IO.NetCDF, and should be familiar to users of that module.
 .
 Most new features of netCDF 4 are implemented, such as multiple unlimited
 dimensions, groups and zlib data compression. All the new numeric data types
 (such as 64 bit and unsigned integer types) are implemented. Compound and
 variable length (vlen) data types are supported, but the enum and opaque data
 types are not. Mixtures of compound and vlen data types (compound types
 containing vlens, and vlens containing compound types) are not supported.
 .
 This package contains the netCDF 4 module for Python 3.

python3-netcdf4-dbgsym: debug symbols for python3-netcdf4