From ddf4bc6833aabdb6aed308297206d01951c44013 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Wed, 29 Oct 2025 11:40:15 -0500 Subject: [PATCH 1/2] Bump small-time for 25.6 --- recipes/small_time/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/small_time/recipe.yaml b/recipes/small_time/recipe.yaml index 311aebdc..578cb186 100644 --- a/recipes/small_time/recipe.yaml +++ b/recipes/small_time/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "25.4.1" + version: "25.6.0" package: name: "small_time" @@ -7,7 +7,7 @@ package: source: - git: https://github.com/thatstoasty/small-time.git - rev: 5eb887d8efcf2d401d7ebef82f332550bcffbdb9 + rev: cd584c00b350ae0b4d94bbe3451230e000109874 build: number: 0 @@ -15,7 +15,7 @@ build: - mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg requirements: host: - - max =25.4 + - max =25.6 run: - ${{ pin_compatible('max') }} From f5c71bee17c141eae77ff24fd5ebd9ff230be316 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Wed, 29 Oct 2025 11:42:52 -0500 Subject: [PATCH 2/2] Add mojo_version to recipe.yaml and update requirements --- recipes/small_time/recipe.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/small_time/recipe.yaml b/recipes/small_time/recipe.yaml index 578cb186..023fb100 100644 --- a/recipes/small_time/recipe.yaml +++ b/recipes/small_time/recipe.yaml @@ -1,5 +1,6 @@ context: version: "25.6.0" + mojo_version: "=0.25.6" package: name: "small_time" @@ -15,9 +16,11 @@ build: - mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg requirements: host: - - max =25.6 + - mojo-compiler ${{ mojo_version }} + build: + - mojo-compiler ${{ mojo_version }} run: - - ${{ pin_compatible('max') }} + - ${{ pin_compatible('mojo-compiler') }} tests: - script: