From 1e80e250359b6141e118751a993cb8f3959e6c49 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 26 May 2024 15:23:30 +0000 Subject: [PATCH 1/2] updated v1.2024.5 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 022ccff..3c9317d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2024.4" %} +{% set version = "1.2024.5" %} package: name: plantuml @@ -6,7 +6,7 @@ package: source: url: https://github.com/plantuml/plantuml/archive/refs/tags/v{{ version }}.tar.gz - sha256: 3a39455ed03d561bec687c839751f5c04d88b5bdd382e7f28784230da545c0c3 + sha256: 19ff5bde2d71b216e8c6e01ade47e1844936377ca38993258489db363595f3e5 build: number: 0 From e2f811f7965f8c15c7d151ce871b6b1b58eb1996 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 26 May 2024 15:24:25 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.0, and conda-forge-pinning 2024.05.26.15.18.22 --- .azure-pipelines/azure-pipelines-osx.yml | 2 +- .ci_support/linux_64_.yaml | 7 ------- .ci_support/osx_64_.yaml | 8 +++----- .ci_support/osx_arm64_.yaml | 4 +--- .ci_support/win_64_.yaml | 2 -- .gitattributes | 4 ++-- 6 files changed, 7 insertions(+), 20 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 730a626..7708e23 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,7 +5,7 @@ jobs: - job: osx pool: - vmImage: macOS-11 + vmImage: macOS-12 strategy: matrix: osx_64_: diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index c608a17..a1608a0 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,3 @@ -c_stdlib: -- sysroot -c_stdlib_version: -- '2.12' cdt_name: - cos6 channel_sources: @@ -17,6 +13,3 @@ pin_run_as_build: max_pin: x target_platform: - linux-64 -zip_keys: -- - c_stdlib_version - - cdt_name diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 0e0e92a..a7b395f 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -1,9 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: -- '10.9' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '10.9' +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 4d5d1af..818c1fc 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -1,8 +1,6 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: +MACOSX_SDK_VERSION: - '11.0' channel_sources: - conda-forge diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 199feeb..11afe6d 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,5 +1,3 @@ -c_stdlib: -- vs channel_sources: - conda-forge channel_targets: diff --git a/.gitattributes b/.gitattributes index 7f32763..18f114a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,8 +20,8 @@ bld.bat text eol=crlf .travis.yml linguist-generated=true .scripts/* linguist-generated=true .woodpecker.yml linguist-generated=true -LICENSE.txt linguist-generated=true -README.md linguist-generated=true +/LICENSE.txt linguist-generated=true +/README.md linguist-generated=true azure-pipelines.yml linguist-generated=true build-locally.py linguist-generated=true shippable.yml linguist-generated=true