netcdf4-python 1.6.5-1 source package in Ubuntu

Changelog

netcdf4-python (1.6.5-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper compat to 13.
  * Don't override dh_auto_test for custom pybuild system.
  * Use autopkgtest-pkg-pybuild testsuite.
  * Enable Salsa CI.
  * Remove generated files in clean target.
    (closes: #1045931)
  * Switch to dh-sequence-*.
  * Add python3-packaging to build dependencies.
  * Update lintian overrides.

 -- Bas Couwenberg <email address hidden>  Wed, 25 Oct 2023 05:44:19 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netcdf4-python_1.6.5-1.dsc 2.2 KiB c34f076bad7da47b20dc2976e40b9664518a40595ceb4d2c6cf98ba94bc20103
netcdf4-python_1.6.5.orig.tar.gz 791.8 KiB c2777b880ce7c460b5ec017e1bb4bfbe97609fab9e89641d4762507e6f8ab2b9
netcdf4-python_1.6.5-1.debian.tar.xz 6.4 KiB 4870552371ea84f212f2abf15af1ff9d1f33acb09b36c76b2a874db597a5af88

Available diffs

No changes file available.

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