From a1d947725db8a9b8af50128ac2f70ec18a29b611 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:35:35 +0000 Subject: [PATCH 1/2] updated v0.2.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 156171a..0e577a0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "amazon_sagemaker_sql_editor" %} -{% set version = "0.1.21" %} +{% set version = "0.2.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/amazon_sagemaker_sql_editor-{{ version }}.tar.gz - sha256: 4ad4e8bfdd3018d21824f8c2ec603e8d04797844f90b24093728e95a68ada3d8 + sha256: 20fd1ca3cc9a49af92e186cb2eabf53afb647a4efb1c067796f311563647ab46 build: noarch: python From 5297c023fa53c2e0dfb448a33a55986717bc9337 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:35:47 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 3.55.1 and conda-forge-pinning 2026.02.27.18.23.3 --- LICENSE.txt | 3 +-- azure-pipelines.yml | 2 +- build-locally.py | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2ec51d7..c5aa738 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,5 @@ BSD-3-Clause license -Copyright (c) 2015-2022, conda-forge contributors -All rights reserved. +Copyright (c) 2015-2026, conda-forge contributors Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d309e84..aa63c81 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ stages: jobs: - job: Skip pool: - vmImage: 'ubuntu-22.04' + vmImage: 'ubuntu-latest' variables: DECODE_PERCENTS: 'false' RET: 'true' diff --git a/build-locally.py b/build-locally.py index 9dfe440..825a4af 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,5 +1,6 @@ #!/bin/sh """exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on + # # This file has been generated by conda-smithy in order to build the recipe # locally.