From ece7ba6116d6c218d5c5be9e2ab9c8fc2ab8a500 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:15:54 -0500 Subject: [PATCH] napari v0.5.4 (#69) * updated v0.5.4 * MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.40.1, and conda-forge-pinning 2024.09.30.02.36.09 * Update meta.yaml --------- Co-authored-by: jaimergp --- .ci_support/linux_64_.yaml | 2 ++ .scripts/build_steps.sh | 5 ++--- build-locally.py | 5 ++++- recipe/meta.yaml | 8 ++++---- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index b72ae1c..6844cfd 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -6,5 +6,7 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +pari: +- 2.15.* *_pthread pyqt: - '5.15' diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index f669c18..2dd1bfd 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -55,10 +55,9 @@ ulimit -n 1024 # run "conda smithy rerender" and this line will be updated # automatically. /usr/bin/sudo -n yum install -y mesa-libGL-devel xorg-x11-server-Xvfb libXrender mesa-dri-drivers dbus-libs libxkbcommon-x11 +) - - -)# make the build number clobber +# make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/build-locally.py b/build-locally.py index d78427b..6788aea 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,8 +1,11 @@ -#!/usr/bin/env python3 +#!/bin/sh +"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. # +# The line above this comment is a bash / sh / zsh guard +# to stop people from running it with the wrong interpreter import glob import os import platform diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b1ef07d..62200c2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "napari" %} -{% set version = "0.5.3" %} +{% set version = "0.5.4" %} package: name: napari-meta @@ -7,7 +7,7 @@ package: source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 910021fcad6120779817342c835cbeb9fe4b0700f8eb0d6211401616d6157390 + sha256: 3311140a873c903b7975d1607dadab04c3f94dbb3f9c3c599bb31c5c981591e4 - url: https://raw.githubusercontent.com/napari/napari/v{{ version }}/resources/conda_menu_config.json folder: resources sha256: 3920b144d72e8af8fe0da3da679b2d39aa2d097c10a2c75a3b4e42ffcef17cac @@ -34,7 +34,7 @@ outputs: - python >=3.9 # dependencies matched to pyproject.toml - - app-model >=0.2.8,<0.3.0a + - app-model >=0.3.0,<0.4.0a - appdirs >=1.4.4 - cachey >=0.2.1 - certifi >=2018.1.18 @@ -118,7 +118,7 @@ outputs: run: - {{ pin_subpackage('napari-base', exact=True) }} - fsspec - - napari-plugin-manager >=0.1.0a2,<0.3.0a0 + - napari-plugin-manager >=0.1.3,<0.2.0a0 - napari-svg >=0.1.8 - numba >=0.57.1 - pooch >=1.3.0