From ac7c8d99e7e102326b10168897562c69fce03d01 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Sat, 9 Nov 2024 06:15:56 +0000 Subject: [PATCH 1/3] Update blastbesties to 1.2.0 --- recipes/blastbesties/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/blastbesties/meta.yaml b/recipes/blastbesties/meta.yaml index ea69200a2fbcb..75db5ffaf7b9c 100644 --- a/recipes/blastbesties/meta.yaml +++ b/recipes/blastbesties/meta.yaml @@ -1,5 +1,5 @@ {% set name = "blastbesties" %} -{% set version = "1.1.2" %} +{% set version = "1.2.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/blastbesties-{{ version }}.tar.gz - sha256: 6dce21a9f92d8e47875a020c279e420ed5077d00ced3534844993a26e779e57d + sha256: 5d66264863667a505309e87e33bc186d40b98ff68c96c93c0273a68a8197757c build: number: 0 From 560833ab1ac73a792eac2a8bf35ae1a879ac8899 Mon Sep 17 00:00:00 2001 From: mencian Date: Mon, 11 Nov 2024 10:16:12 -0600 Subject: [PATCH 2/3] edit dependencies --- recipes/blastbesties/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/blastbesties/meta.yaml b/recipes/blastbesties/meta.yaml index 75db5ffaf7b9c..4311da23bcd3a 100644 --- a/recipes/blastbesties/meta.yaml +++ b/recipes/blastbesties/meta.yaml @@ -14,17 +14,18 @@ build: noarch: python entry_points: - blastbesties = blastbesties.app:main - script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir run_exports: - {{ pin_subpackage('blastbesties', max_pin="x") }} requirements: host: - - python >=3.7 + - python >=3.8 - pip - - setuptools-scm + - hatchling + - hatch-vcs run: - - python >=3.7 + - python >=3.8 test: imports: From 008777a26a0c0ab65f38b703ca10088a4122e817 Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Mon, 11 Nov 2024 16:06:14 -0500 Subject: [PATCH 3/3] add argparse_tui, new dependency in this version --- recipes/blastbesties/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/blastbesties/meta.yaml b/recipes/blastbesties/meta.yaml index 4311da23bcd3a..7154105824376 100644 --- a/recipes/blastbesties/meta.yaml +++ b/recipes/blastbesties/meta.yaml @@ -26,6 +26,7 @@ requirements: - hatch-vcs run: - python >=3.8 + - argparse_tui test: imports: