From b71c7fcd4b33bf3c1d034b54c9faf7a9d475de08 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:22:47 +0000 Subject: [PATCH 1/3] Rebuild for python312 --- .ci_support/migrations/python312.yaml | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .ci_support/migrations/python312.yaml diff --git a/.ci_support/migrations/python312.yaml b/.ci_support/migrations/python312.yaml new file mode 100644 index 0000000..af9104e --- /dev/null +++ b/.ci_support/migrations/python312.yaml @@ -0,0 +1,42 @@ +migrator_ts: 1695046563 +__migrator: + migration_number: 1 + operation: key_add + primary_key: python + ordering: + python: + - 3.6.* *_cpython + - 3.7.* *_cpython + - 3.8.* *_cpython + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython + - 3.12.* *_cpython # new entry + - 3.6.* *_73_pypy + - 3.7.* *_73_pypy + - 3.8.* *_73_pypy + - 3.9.* *_73_pypy + paused: false + longterm: True + pr_limit: 30 + max_solver_attempts: 5 # this will make the bot retry "not solvable" stuff 5 times + exclude: + # this shouldn't attempt to modify the python feedstocks + - python + - pypy3.6 + - pypy-meta + - cross-python + - python_abi + exclude_pinned_pkgs: false + additional_zip_keys: + - channel_sources + +python: + - 3.12.* *_cpython +channel_sources: + - conda-forge/label/python_rc,conda-forge +# additional entries to add for zip_keys +numpy: + - 1.26 +python_impl: + - cpython From ad2085745a23628c6190fa3e2f57dc130c20e5a1 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 2 Oct 2023 05:57:45 +0000 Subject: [PATCH 2/3] updated v2.4.16.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 96fe36a..9f97b1f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.4.15.0" %} +{% set version = "2.4.16.0" %} package: name: openimageio @@ -6,10 +6,10 @@ package: source: url: https://github.com/OpenImageIO/oiio/archive/refs/tags/v{{ version }}.tar.gz - sha256: 67f28a1599eb942a075f23cc35c938f7de0b901a40583da6798cf9a418c56e07 + sha256: a8cea8b6087610e5154fbbe028548ab4fc773eb36531eef44ffb42351bc0b0f0 build: - number: 1 + number: 0 skip: true # [win] run_exports: - {{ pin_subpackage('openimageio', max_pin='x.x') }} From 0497decac01415a2068726d08966d187d687208e Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 2 Oct 2023 17:30:29 +1100 Subject: [PATCH 3/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.3, and conda-forge-pinning 2023.10.02.03.27.19 --- .azure-pipelines/azure-pipelines-linux.yml | 4 ++ .azure-pipelines/azure-pipelines-osx.yml | 3 ++ .../linux_64_python3.10.____cpython.yaml | 3 ++ .../linux_64_python3.11.____cpython.yaml | 3 ++ .../linux_64_python3.12.____cpython.yaml | 47 +++++++++++++++++ .../linux_64_python3.8.____cpython.yaml | 3 ++ .../linux_64_python3.9.____cpython.yaml | 3 ++ .../linux_aarch64_python3.10.____cpython.yaml | 3 ++ .../linux_aarch64_python3.11.____cpython.yaml | 3 ++ .../linux_aarch64_python3.12.____cpython.yaml | 51 +++++++++++++++++++ .../linux_aarch64_python3.8.____cpython.yaml | 3 ++ .../linux_aarch64_python3.9.____cpython.yaml | 3 ++ .../linux_ppc64le_python3.10.____cpython.yaml | 3 ++ .../linux_ppc64le_python3.11.____cpython.yaml | 3 ++ .../linux_ppc64le_python3.12.____cpython.yaml | 47 +++++++++++++++++ .../linux_ppc64le_python3.8.____cpython.yaml | 3 ++ .../linux_ppc64le_python3.9.____cpython.yaml | 3 ++ .../osx_64_python3.10.____cpython.yaml | 3 ++ .../osx_64_python3.11.____cpython.yaml | 3 ++ .../osx_64_python3.12.____cpython.yaml | 49 ++++++++++++++++++ .ci_support/osx_64_python3.8.____cpython.yaml | 3 ++ .ci_support/osx_64_python3.9.____cpython.yaml | 3 ++ .travis.yml | 10 ++++ README.md | 28 ++++++++++ 24 files changed, 287 insertions(+) create mode 100644 .ci_support/linux_64_python3.12.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_python3.12.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_python3.12.____cpython.yaml create mode 100644 .ci_support/osx_64_python3.12.____cpython.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 90be224..29f1b6a 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -16,6 +16,10 @@ jobs: CONFIG: linux_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_python3.12.____cpython: + CONFIG: linux_64_python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_python3.8.____cpython: CONFIG: linux_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 6ba8295..f0c0bbd 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -14,6 +14,9 @@ jobs: osx_64_python3.11.____cpython: CONFIG: osx_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' + osx_64_python3.12.____cpython: + CONFIG: osx_64_python3.12.____cpython + UPLOAD_PACKAGES: 'True' osx_64_python3.8.____cpython: CONFIG: osx_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml index ced0e07..d71b937 100644 --- a/.ci_support/linux_64_python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.10.* *_cpython target_platform: - linux-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml index 122ab42..f5e8354 100644 --- a/.ci_support/linux_64_python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.11.* *_cpython target_platform: - linux-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_64_python3.12.____cpython.yaml b/.ci_support/linux_64_python3.12.____cpython.yaml new file mode 100644 index 0000000..d777657 --- /dev/null +++ b/.ci_support/linux_64_python3.12.____cpython.yaml @@ -0,0 +1,47 @@ +cdt_name: +- cos6 +channel_sources: +- conda-forge/label/python_rc,conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +ffmpeg: +- '6' +freetype: +- '2' +giflib: +- '5.2' +imath: +- 3.1.9 +libboost_devel: +- '1.82' +libjpeg_turbo: +- 2.1.5 +libpng: +- '1.6' +libraw: +- '0.21' +libtiff: +- '4.5' +libwebp: +- '1' +openexr: +- '3.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - python + - channel_sources +zlib: +- '1.2' diff --git a/.ci_support/linux_64_python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml index a435915..40ed497 100644 --- a/.ci_support/linux_64_python3.8.____cpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.8.* *_cpython target_platform: - linux-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml index 51e9a08..d672245 100644 --- a/.ci_support/linux_64_python3.9.____cpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.9.* *_cpython target_platform: - linux-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_aarch64_python3.10.____cpython.yaml b/.ci_support/linux_aarch64_python3.10.____cpython.yaml index 0a491ce..7684701 100644 --- a/.ci_support/linux_aarch64_python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.10.____cpython.yaml @@ -44,5 +44,8 @@ python: - 3.10.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_aarch64_python3.11.____cpython.yaml b/.ci_support/linux_aarch64_python3.11.____cpython.yaml index e21d946..63873ce 100644 --- a/.ci_support/linux_aarch64_python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.11.____cpython.yaml @@ -44,5 +44,8 @@ python: - 3.11.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_aarch64_python3.12.____cpython.yaml b/.ci_support/linux_aarch64_python3.12.____cpython.yaml new file mode 100644 index 0000000..7366fd6 --- /dev/null +++ b/.ci_support/linux_aarch64_python3.12.____cpython.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge/label/python_rc,conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +ffmpeg: +- '6' +freetype: +- '2' +giflib: +- '5.2' +imath: +- 3.1.9 +libboost_devel: +- '1.82' +libjpeg_turbo: +- 2.1.5 +libpng: +- '1.6' +libraw: +- '0.21' +libtiff: +- '4.5' +libwebp: +- '1' +openexr: +- '3.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +target_platform: +- linux-aarch64 +zip_keys: +- - python + - channel_sources +zlib: +- '1.2' diff --git a/.ci_support/linux_aarch64_python3.8.____cpython.yaml b/.ci_support/linux_aarch64_python3.8.____cpython.yaml index 4f751b0..2217b12 100644 --- a/.ci_support/linux_aarch64_python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.8.____cpython.yaml @@ -44,5 +44,8 @@ python: - 3.8.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_aarch64_python3.9.____cpython.yaml b/.ci_support/linux_aarch64_python3.9.____cpython.yaml index 48f1fc4..acde3f6 100644 --- a/.ci_support/linux_aarch64_python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.9.____cpython.yaml @@ -44,5 +44,8 @@ python: - 3.9.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml index ea582cb..8e713bc 100644 --- a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.10.* *_cpython target_platform: - linux-ppc64le +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_python3.11.____cpython.yaml index 6543f44..917dccd 100644 --- a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.11.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.11.* *_cpython target_platform: - linux-ppc64le +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_ppc64le_python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_python3.12.____cpython.yaml new file mode 100644 index 0000000..9a4691b --- /dev/null +++ b/.ci_support/linux_ppc64le_python3.12.____cpython.yaml @@ -0,0 +1,47 @@ +cdt_name: +- cos7 +channel_sources: +- conda-forge/label/python_rc,conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +ffmpeg: +- '6' +freetype: +- '2' +giflib: +- '5.2' +imath: +- 3.1.9 +libboost_devel: +- '1.82' +libjpeg_turbo: +- 2.1.5 +libpng: +- '1.6' +libraw: +- '0.21' +libtiff: +- '4.5' +libwebp: +- '1' +openexr: +- '3.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - python + - channel_sources +zlib: +- '1.2' diff --git a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_python3.8.____cpython.yaml index a965570..9370e2f 100644 --- a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.8.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.8.* *_cpython target_platform: - linux-ppc64le +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/linux_ppc64le_python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_python3.9.____cpython.yaml index 0366c4f..5b2cd78 100644 --- a/.ci_support/linux_ppc64le_python3.9.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.9.____cpython.yaml @@ -40,5 +40,8 @@ python: - 3.9.* *_cpython target_platform: - linux-ppc64le +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml index 46e2793..1d3ebbe 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -42,5 +42,8 @@ python: - 3.10.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml index 6ccdd38..edfb6e0 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -42,5 +42,8 @@ python: - 3.11.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/osx_64_python3.12.____cpython.yaml b/.ci_support/osx_64_python3.12.____cpython.yaml new file mode 100644 index 0000000..abf62dc --- /dev/null +++ b/.ci_support/osx_64_python3.12.____cpython.yaml @@ -0,0 +1,49 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +MACOSX_SDK_VERSION: +- '11.0' +channel_sources: +- conda-forge/label/python_rc,conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +ffmpeg: +- '6' +freetype: +- '2' +giflib: +- '5.2' +imath: +- 3.1.9 +libboost_devel: +- '1.82' +libjpeg_turbo: +- 2.1.5 +libpng: +- '1.6' +libraw: +- '0.21' +libtiff: +- '4.5' +libwebp: +- '1' +macos_machine: +- x86_64-apple-darwin13.4.0 +openexr: +- '3.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +target_platform: +- osx-64 +zip_keys: +- - python + - channel_sources +zlib: +- '1.2' diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml index 6991610..b57e943 100644 --- a/.ci_support/osx_64_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -42,5 +42,8 @@ python: - 3.8.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml index 1d8e2d9..7ad93d1 100644 --- a/.ci_support/osx_64_python3.9.____cpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -42,5 +42,8 @@ python: - 3.9.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - channel_sources zlib: - '1.2' diff --git a/.travis.yml b/.travis.yml index 24e9391..673d8e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,11 @@ matrix: arch: arm64 dist: focal + - env: CONFIG=linux_aarch64_python3.12.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-aarch64 DOCKER_IMAGE=quay.io/condaforge/linux-anvil-aarch64 + os: linux + arch: arm64 + dist: focal + - env: CONFIG=linux_aarch64_python3.8.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-aarch64 DOCKER_IMAGE=quay.io/condaforge/linux-anvil-aarch64 os: linux arch: arm64 @@ -37,6 +42,11 @@ matrix: arch: ppc64le dist: focal + - env: CONFIG=linux_ppc64le_python3.12.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + dist: focal + - env: CONFIG=linux_ppc64le_python3.8.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le os: linux arch: ppc64le diff --git a/README.md b/README.md index 71a05aa..86c512d 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ Current build status variant + + linux_64_python3.12.____cpython + + + variant + + linux_64_python3.8.____cpython @@ -92,6 +99,13 @@ Current build status variant + + linux_aarch64_python3.12.____cpython + + + variant + + linux_aarch64_python3.8.____cpython @@ -120,6 +134,13 @@ Current build status variant + + linux_ppc64le_python3.12.____cpython + + + variant + + linux_ppc64le_python3.8.____cpython @@ -148,6 +169,13 @@ Current build status variant + + osx_64_python3.12.____cpython + + + variant + + osx_64_python3.8.____cpython