From 00560dd5a369f5b499919af67f5c092992ada68a Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Fri, 14 Feb 2025 13:13:56 -0600 Subject: [PATCH 1/2] [Max 25.1] Update small_time (#74) * Update recipe.yaml * Update recipe.yaml --------- Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> --- recipes/small_time/recipe.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/small_time/recipe.yaml b/recipes/small_time/recipe.yaml index ad40000..3162067 100644 --- a/recipes/small_time/recipe.yaml +++ b/recipes/small_time/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "0.0.1" + version: "0.0.2" package: name: "small_time" @@ -7,15 +7,15 @@ package: source: - git: https://github.com/thatstoasty/small-time.git - rev: 67fae584d1d4742a9421575c8a59d34cb84c14a3 + rev: 6e26ace5bcf50c8fc10ea6e569d1f03d524b6ce0 build: - number: 0 + number: 1 script: - mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg requirements: host: - - max =24.6 + - max =25.1 run: - ${{ pin_compatible('max') }} @@ -23,7 +23,7 @@ tests: - script: - if: unix then: - - mojo test test/test_small_time.mojo + - mojo test test files: recipe: - test_small_time.mojo From afdd24d89d4d5d08724f468454db444e6f2b688c Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Tue, 18 Feb 2025 18:56:05 -0600 Subject: [PATCH 2/2] Update small_time (#75) * Update small_time * Update recipe.yaml * Update recipe.yaml --- 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 3162067..986937c 100644 --- a/recipes/small_time/recipe.yaml +++ b/recipes/small_time/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "0.0.2" + version: "0.0.3" package: name: "small_time" @@ -7,10 +7,10 @@ package: source: - git: https://github.com/thatstoasty/small-time.git - rev: 6e26ace5bcf50c8fc10ea6e569d1f03d524b6ce0 + rev: 34c801cd378c22695f3fb4f1dd04b0c10115f569 build: - number: 1 + number: 0 script: - mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg requirements: