From ecb3c7fe4b78c54e78e4e9cc1fd9dd95ce60d5ec Mon Sep 17 00:00:00 2001 From: Val Date: Mon, 10 Nov 2025 15:19:57 +0100 Subject: [PATCH 1/2] Update Lightbug HTTP to Mojo 0.25.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update version to 0.25.6 - Update git revision to b7b81a8332259fa14e1057dc86a8249c2e6df927 - Update max requirement to 0.25.6 - Update test requirements to mojo 0.25.6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- recipes/lightbug_http/recipe.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/lightbug_http/recipe.yaml b/recipes/lightbug_http/recipe.yaml index 819c7cf6..3398179a 100644 --- a/recipes/lightbug_http/recipe.yaml +++ b/recipes/lightbug_http/recipe.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json context: - version: "25.4.0" + version: "0.25.6" package: name: "lightbug_http" @@ -9,7 +9,7 @@ package: source: - git: https://github.com/saviorand/lightbug_http.git - rev: 508f4210fd32af2010286625d8fbd69ef0534057 + rev: b7b81a8332259fa14e1057dc86a8249c2e6df927 build: number: 0 @@ -19,7 +19,7 @@ build: requirements: host: - - max =25.4 + - max =0.25.6 run: - ${{ pin_compatible('max') }} @@ -30,7 +30,7 @@ tests: - mojo test requirements: run: - - max =25.4 + - mojo =0.25.6 files: recipe: - tests/lightbug_http/io/test_bytes.mojo From c42c56f865be77894a27d1dbb059d68e2a2f56e8 Mon Sep 17 00:00:00 2001 From: Valentin Erokhin <37780080+saviorand@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:20:40 +0100 Subject: [PATCH 2/2] Bump build number --- recipes/lightbug_http/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lightbug_http/recipe.yaml b/recipes/lightbug_http/recipe.yaml index 3398179a..cd2a6a31 100644 --- a/recipes/lightbug_http/recipe.yaml +++ b/recipes/lightbug_http/recipe.yaml @@ -12,7 +12,7 @@ source: rev: b7b81a8332259fa14e1057dc86a8249c2e6df927 build: - number: 0 + number: 1 script: - mkdir -p ${PREFIX}/lib/mojo - mojo package lightbug_http -o ${{ PREFIX }}/lib/mojo/lightbug_http.mojopkg