From 25ad33b51b1b55e1a6f6017ab6d82b35e1dc4599 Mon Sep 17 00:00:00 2001 From: Luis Paulin Date: Mon, 11 Nov 2024 22:56:41 -0600 Subject: [PATCH 1/3] Sniffles v2.5.1 --- recipes/sniffles/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/sniffles/meta.yaml b/recipes/sniffles/meta.yaml index 445120497e1c0..3c11aef385ab2 100644 --- a/recipes/sniffles/meta.yaml +++ b/recipes/sniffles/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "2.4" %} -{% set sha256 = "e3c2f552105cd5f5941d6291b9ee9dbfe634ad19b5e7a64fa26b9e2daa6547d4" %} +{% set version = "2.5.1" %} +{% set sha256 = "c4c99899d3dd8af5393307d7e1cdf1514637647684f4f6e424a6a509a8bad3ef" %} package: name: sniffles @@ -10,7 +10,7 @@ source: sha256: '{{sha256}}' build: - number: 0 + number: 1 noarch: python script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv" run_exports: @@ -18,10 +18,10 @@ build: requirements: host: - - python >=3.10 + - python ==3.10.15 - pip run: - - python >=3.10 + - python ==3.10.15 - pysam >=0.21.0 - edlib >=1.3.9 - psutil >=5.9.4 From 8de1e11fa7fdc571ab08b2bd9f3da9b545a27c8d Mon Sep 17 00:00:00 2001 From: Luis Paulin Date: Mon, 11 Nov 2024 23:03:38 -0600 Subject: [PATCH 2/3] Update meta.yaml --- recipes/sniffles/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sniffles/meta.yaml b/recipes/sniffles/meta.yaml index 3c11aef385ab2..3ee793c9f6300 100644 --- a/recipes/sniffles/meta.yaml +++ b/recipes/sniffles/meta.yaml @@ -10,7 +10,7 @@ source: sha256: '{{sha256}}' build: - number: 1 + number: 0 noarch: python script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv" run_exports: From 90937ce9b9a65ef41f76e941779b559e6565a851 Mon Sep 17 00:00:00 2001 From: Luis Paulin Date: Mon, 11 Nov 2024 23:10:26 -0600 Subject: [PATCH 3/3] Update meta.yaml Coderabbit suggestion: using a more flexible Python version constraint --- recipes/sniffles/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/sniffles/meta.yaml b/recipes/sniffles/meta.yaml index 3ee793c9f6300..61a5680d4bd7c 100644 --- a/recipes/sniffles/meta.yaml +++ b/recipes/sniffles/meta.yaml @@ -18,10 +18,10 @@ build: requirements: host: - - python ==3.10.15 + - python >=3.10,<3.11 - pip run: - - python ==3.10.15 + - python >=3.10,<3.11 - pysam >=0.21.0 - edlib >=1.3.9 - psutil >=5.9.4