From 787ed904d488e88fd87aeb2a10cc6e3877d1bbc4 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 16 May 2024 04:51:05 +0000 Subject: [PATCH 1/2] updated v3.24.42 --- recipe/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8cebac4..01338fd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,8 +1,9 @@ +{% set vs_major = "0.0" %} # Prior to conda-forge, Copyright 2014-2019 Peter Williams and collaborators. # This file is licensed under a 3-clause BSD license; see LICENSE.txt. {% set name = "gtk+" %} -{% set version = "3.24.41" %} +{% set version = "3.24.42" %} {% set version_majmin = '.'.join(version.split('.', 2)[:2]) %} package: @@ -11,13 +12,13 @@ package: source: url: https://download.gnome.org/sources/{{ name }}/{{ version_majmin }}/{{ name }}-{{ version }}.tar.xz - sha256: 47da61487af3087a94bc49296fd025ca0bc02f96ef06c556e7c8988bd651b6fa + sha256: 50f89f615092d4dd01bbd759719f8bd380e5f149f6fd78a94725e2de112377e2 patches: - m_pi.patch - no-module-warning.patch build: - number: 1 + number: 0 requirements: build: From 8be01667c6b3993b19bacdb242436c314cf2eedb Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 16 May 2024 04:52:21 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.35.1, and conda-forge-pinning 2024.05.16.03.01.34 --- .azure-pipelines/azure-pipelines-osx.yml | 2 +- .ci_support/osx_64_.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 791ec4d..96e989b 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/osx_64_.yaml b/.ci_support/osx_64_.yaml index 6ec0911..b2305bf 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -1,5 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' MACOSX_SDK_VERSION: - '10.12' c_compiler: @@ -9,7 +9,7 @@ c_compiler_version: c_stdlib: - macosx_deployment_target c_stdlib_version: -- '10.9' +- '10.13' cairo: - '1' channel_sources: