python311Packages.netcdf4 0 -> 1 attrpath: python311Packages.netcdf4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-netcdf4-1.6.2 Press Enter key to continue... Running update for: - python3.11-netcdf4-1.6.2: UPDATING ... - python3.11-netcdf4-1.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/netcdf4/default.nix b/pkgs/development/python-modules/netcdf4/default.nix index 39994519db17..dbaa0de70c6c 100644 --- a/pkgs/development/python-modules/netcdf4/default.nix +++ b/pkgs/development/python-modules/netcdf4/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "netcdf4"; - version = "1.6.2"; + version = "1.6.5"; format = "pyproject"; disabled = isPyPy; @@ -27,7 +27,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "netCDF4"; inherit version; - hash = "sha256-A4KwL/aiiEGfb/7IXexA9FH0G4dVVHFUxXXd2fD0rlM="; + hash = "sha256-gkiB0KrP3lvZgtat7dhXQlnIVVN4HnuD4M6CuJC/oO8="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.6.2" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , isPyPy , python , oldest-supported-numpy , setuptools , wheel , certifi , numpy , zlib , netcdf , hdf5 , curl , libjpeg , cython , cftime }: buildPythonPackage rec { pname = "netcdf4"; version = "1.6.5"; format = "pyproject"; disabled = isPyPy; src = fetchPypi { pname = "netCDF4"; inherit version; hash = "sha256-gkiB0KrP3lvZgtat7dhXQlnIVVN4HnuD4M6CuJC/oO8="; }; nativeBuildInputs = [ cython oldest-supported-numpy setuptools wheel ]; propagatedBuildInputs = [ certifi cftime numpy zlib netcdf hdf5 curl libjpeg ]; checkPhase = '' pushd test/ NO_NET=1 NO_CDL=1 ${python.interpreter} run_all.py ''; env = { # Variables used to configure the build process USE_NCCONFIG = "0"; HDF5_DIR = lib.getDev hdf5; NETCDF4_DIR = netcdf; CURL_DIR = curl.dev; JPEG_DIR = libjpeg.dev; } // lib.optionalAttrs stdenv.cc.isClang { NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion"; }; pythonImportsCheck = [ "netCDF4" ]; meta = with lib; { description = "Interface to netCDF library (versions 3 and 4)"; homepage = "https://github.com/Unidata/netcdf4-python"; changelog = "https://github.com/Unidata/netcdf4-python/raw/v${version}/Changelog"; maintainers = with maintainers; [ ]; license = licenses.mit; }; }