From 5a6b8c6d3ba32e441e855dfa1e1e79533e608768 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:38:56 +0000 Subject: [PATCH 1/3] updated v0.2.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 378c24d..5889f56 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "napari-tomotwin" %} -{% set version = "0.2.0" %} +{% set version = "0.2.2" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-tomotwin-{{ version }}.tar.gz - sha256: 2ce9995b832bfa4e0a8312eb4a65d00269cb3b7d960116aec50c9b2bc518abbc + sha256: e6a643ab9387e798d3f0113d615423e05be9533c84629eeec1cc42b2eca67895 build: noarch: python From 9bca3b21ae8a471f6d559a8605a4e4b097979b57 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:39:05 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.25.10.53.57 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | From a4e633aa9246d26129cd241ca83e99365a4417d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Pe=C3=B1a-Castellanos?= Date: Thu, 7 Sep 2023 12:33:18 -0500 Subject: [PATCH 3/3] Update meta.yaml --- recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5889f56..e833dfb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -22,6 +22,7 @@ requirements: run: - magicgui - matplotlib-base + # - mrcfile # Used in tests only - napari - napari-clusters-plotter >=0.7.2 - numpy @@ -34,15 +35,16 @@ test: - napari_tomotwin commands: - pip list - # - pip check + - pip check requires: - pip about: - home: https://github.com/MPI-Dortmund/napari-tomotwin + home: https://pypi.org/project/napari-tomotwin summary: Several tools for the work with TomoTwin license: MPL-2.0 license_file: LICENSE + dev_url: https://github.com/MPI-Dortmund/napari-tomotwin extra: recipe-maintainers: