From 8d9689a6889b82e8d1047c2e62bebd748eb7e914 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Sat, 1 Nov 2025 01:23:58 +0000 Subject: [PATCH] Update netcdf4 from 1.7.2 to 1.7.3 [emscripten-4x] --- .../recipes_emscripten/netcdf4/recipe.yaml | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/recipes/recipes_emscripten/netcdf4/recipe.yaml b/recipes/recipes_emscripten/netcdf4/recipe.yaml index 4be72a531a..ab1889b15a 100644 --- a/recipes/recipes_emscripten/netcdf4/recipe.yaml +++ b/recipes/recipes_emscripten/netcdf4/recipe.yaml @@ -1,6 +1,6 @@ context: - version: "1.7.2" - name: "netcdf4" + version: 1.7.3 + name: netcdf4 package: name: ${{ name }} @@ -8,29 +8,29 @@ package: source: url: https://github.com/Unidata/netcdf4-python/archive/refs/tags/v${{ version }}rel.tar.gz - sha256: cce7d42a83f84b6ce6288bb2fb171d5ffd294f1a1ba2650807d238ae961e9629 + sha256: dff77ab20e26e43426dd19256e71aacbd4c92bfb172cc30e647c9e34b4c53828 build: - number: 1 + number: 0 requirements: build: - - python - - cross-python_${{ target_platform }} - - ${{ compiler("c") }} - - pip - - pkg-config - - numpy - - cython + - python + - cross-python_${{ target_platform }} + - ${{ compiler("c") }} + - pip + - pkg-config + - numpy + - cython host: - - python - - hdf5 - - libnetcdf + - python + - hdf5 + - libnetcdf run: - - python - - numpy - - hdf5 - - cftime - - certifi + - python + - numpy + - hdf5 + - cftime + - certifi tests: - script: pytester