From 4dcad87fb15f86025192d9a1bf5e3b5f2909d28d Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Thu, 11 Dec 2025 01:27:28 +0000 Subject: [PATCH 1/2] Update pyb2d3 from 0.9.0 to 0.10.0 [emscripten-4x] --- recipes/recipes_emscripten/pyb2d3/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/recipes_emscripten/pyb2d3/recipe.yaml b/recipes/recipes_emscripten/pyb2d3/recipe.yaml index 85ae98668fd..5acdb4d2617 100644 --- a/recipes/recipes_emscripten/pyb2d3/recipe.yaml +++ b/recipes/recipes_emscripten/pyb2d3/recipe.yaml @@ -1,10 +1,10 @@ context: - version: 0.9.0 + version: 0.10.0 name: pyb2d3 source: - url: https://github.com/DerThorsten/pyb2d3/archive/refs/tags/v${{version}}.tar.gz - sha256: b61a3eaccf5cd44f8a3bfda81cf273deb68d9028e96d27f6ce443dd69212ac4f + sha256: eda1c65fa9d160a14b594ae27f2397dc9cf6dcb31eeeb125df715e208d848bd9 build: number: 0 From 184c566e083c397528450d503ca8a28bc863ec44 Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Mon, 9 Feb 2026 09:48:36 +0100 Subject: [PATCH 2/2] Specify nanobind version constraint in recipe.yaml Specify nanobind version constraint in recipe.yaml --- recipes/recipes_emscripten/pyb2d3/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/pyb2d3/recipe.yaml b/recipes/recipes_emscripten/pyb2d3/recipe.yaml index 5acdb4d2617..4a8e6f50a2e 100644 --- a/recipes/recipes_emscripten/pyb2d3/recipe.yaml +++ b/recipes/recipes_emscripten/pyb2d3/recipe.yaml @@ -25,7 +25,7 @@ outputs: - cmake>=4.0 - ninja - numpy - - nanobind + - nanobind <2.10.2 - scikit-build-core - python - pip