From 0f866334e59170da1c9a4793e1930e5b307f5384 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Sun, 2 Nov 2025 01:33:53 +0000 Subject: [PATCH 1/2] Update iminuit from 2.31.1 to 2.31.2 [emscripten-4x] --- .../recipes_emscripten/iminuit/recipe.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/recipes/recipes_emscripten/iminuit/recipe.yaml b/recipes/recipes_emscripten/iminuit/recipe.yaml index d8dc075bdee..dc7ff7ccd21 100644 --- a/recipes/recipes_emscripten/iminuit/recipe.yaml +++ b/recipes/recipes_emscripten/iminuit/recipe.yaml @@ -1,34 +1,34 @@ context: name: iminuit - version: "2.31.1" + version: 2.31.2 package: - name: '${{ name|lower }}' - version: '${{ version }}' + name: ${{ name|lower }} + version: ${{ version }} source: url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz - sha256: d5e004f1ffd83d2a076409fbf4a79691e7a17c9d73950bb63465af32e104de18 + sha256: 771f81d6581c4f6aa085b9831e3a636ebe37a64c8873e19730efbf956bd6807a build: number: 0 requirements: build: - - cross-python_${{ target_platform }} - - python - - pybind11 - - "${{ compiler('cxx') }}" - - cmake >=3.15 - - pip - - scikit-build-core + - cross-python_${{ target_platform }} + - python + - pybind11 + - ${{ compiler('cxx') }} + - cmake >=3.15 + - pip + - scikit-build-core host: - - python - - pybind11 + - python + - pybind11 run: - - python - - typing_extensions - - numpy + - python + - typing_extensions + - numpy about: homepage: https://github.com/scikit-hep/iminuit @@ -57,7 +57,7 @@ tests: files: recipe: - test_import_iminuit.py - + extra: recipe-maintainers: - - agoose77 + - agoose77 From c81837597c3e1fa1e6f1c58db66c74075d59c641 Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Tue, 4 Nov 2025 14:22:56 +0100 Subject: [PATCH 2/2] Set pybind11 version to >=3 --- recipes/recipes_emscripten/iminuit/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/recipes_emscripten/iminuit/recipe.yaml b/recipes/recipes_emscripten/iminuit/recipe.yaml index dc7ff7ccd21..a8c3cfd81ff 100644 --- a/recipes/recipes_emscripten/iminuit/recipe.yaml +++ b/recipes/recipes_emscripten/iminuit/recipe.yaml @@ -3,7 +3,7 @@ context: version: 2.31.2 package: - name: ${{ name|lower }} + name: ${{ name }} version: ${{ version }} source: @@ -24,7 +24,7 @@ requirements: - scikit-build-core host: - python - - pybind11 + - pybind11 >=3 run: - python - typing_extensions