From abd8f215687138a1c58585c16938b62050d744cb Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:00:04 +0000 Subject: [PATCH 1/2] updated v4.2.5 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dbbf221..c0fc3e7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "4.2.4" %} +{% set version = "4.2.5" %} package: name: jupyterlab @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/j/jupyterlab/jupyterlab-{{ version }}.tar.gz - sha256: 343a979fb9582fd08c8511823e320703281cd072a0049bcdafdc7afeda7f2537 + sha256: ae7f3a1b8cb88b4f55009ce79fa7c06f99d70cd63601ee4aa91815d054f46f75 build: noarch: python From 204c53a0f9d356c415fde64986ee35f9ef520478 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:01:01 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.0, and conda-forge-pinning 2024.08.26.19.18.07 --- README.md | 2 +- build-locally.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c7a950..3d8ba64 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Current build status
All platforms: | - + | diff --git a/build-locally.py b/build-locally.py index e0d408d..d78427b 100755 --- a/build-locally.py +++ b/build-locally.py @@ -3,11 +3,11 @@ # This file has been generated by conda-smithy in order to build the recipe # locally. # -import os import glob +import os +import platform import subprocess from argparse import ArgumentParser -import platform def setup_environment(ns):