From 81f08720fae90638a20728791ba31b47f0495052 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:11:42 +0000 Subject: [PATCH 1/2] updated v4.32.1 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 69778b1..1dfa6ad 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "jsonargparse" %} -{% set version = "4.32.0" %} +{% set version = "4.32.1" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/jsonargparse-{{ version }}.tar.gz - sha256: a93f29506e9780b28fc6854c3b3718f4a74d92bf7f0c1f4c34e3047cd5d8be42 + sha256: 17e66ec1ab6529907dd38cbf26d740e2fb5a8e52782739c76d5659247b43cda5 build: number: 0 From afc26f46bccbe22ec3e6a6bb7e77c010c98b6456 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:12:19 +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.23.18.51.20 --- build-locally.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):