From 832ff19d5a7dd9685df1f92d6addb1d226433a0b Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 26 May 2022 18:09:27 +0200 Subject: [PATCH] MNT: Re-rendered with conda-build 3.21.8, conda-smithy 3.19.0, and conda-forge-pinning 2022.05.25.19.48.06 --- .azure-pipelines/azure-pipelines-linux.yml | 72 +++++++++++++++++ .azure-pipelines/azure-pipelines-osx.yml | 6 ++ .azure-pipelines/azure-pipelines-win.yml | 3 + ...64_openssl1.1.1python3.10.____cpython.yaml | 24 ++++++ ...nux_64_openssl3python3.10.____cpython.yaml | 24 ++++++ ...64_openssl1.1.1python3.10.____cpython.yaml | 28 +++++++ ...h64_openssl1.1.1python3.7.____cpython.yaml | 2 +- ...h64_openssl1.1.1python3.8.____cpython.yaml | 2 +- ...h64_openssl1.1.1python3.9.____cpython.yaml | 2 +- ...arch64_openssl3python3.10.____cpython.yaml | 28 +++++++ ...aarch64_openssl3python3.7.____cpython.yaml | 2 +- ...aarch64_openssl3python3.8.____cpython.yaml | 2 +- ...aarch64_openssl3python3.9.____cpython.yaml | 2 +- ...le_openssl1.1.1python3.10.____cpython.yaml | 24 ++++++ ...4le_openssl1.1.1python3.7.____cpython.yaml | 2 +- ...4le_openssl1.1.1python3.8.____cpython.yaml | 2 +- ...4le_openssl1.1.1python3.9.____cpython.yaml | 2 +- ...pc64le_openssl3python3.10.____cpython.yaml | 24 ++++++ ...ppc64le_openssl3python3.7.____cpython.yaml | 2 +- ...ppc64le_openssl3python3.8.____cpython.yaml | 2 +- ...ppc64le_openssl3python3.9.____cpython.yaml | 2 +- .../osx_64_python3.10.____cpython.yaml | 22 ++++++ .../osx_arm64_python3.10.____cpython.yaml | 22 ++++++ .../win_64_python3.10.____cpython.yaml | 16 ++++ .github/CODEOWNERS | 2 +- .travis.yml | 77 ------------------- README.md | 73 ++++++++++++++++-- 27 files changed, 371 insertions(+), 98 deletions(-) create mode 100644 .ci_support/linux_64_openssl1.1.1python3.10.____cpython.yaml create mode 100644 .ci_support/linux_64_openssl3python3.10.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_openssl1.1.1python3.10.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_openssl3python3.10.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_openssl1.1.1python3.10.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_openssl3python3.10.____cpython.yaml create mode 100644 .ci_support/osx_64_python3.10.____cpython.yaml create mode 100644 .ci_support/osx_arm64_python3.10.____cpython.yaml create mode 100644 .ci_support/win_64_python3.10.____cpython.yaml delete mode 100644 .travis.yml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 6cd9964..a38361f 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,6 +8,10 @@ jobs: vmImage: ubuntu-latest strategy: matrix: + linux_64_openssl1.1.1python3.10.____cpython: + CONFIG: linux_64_openssl1.1.1python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_openssl1.1.1python3.7.____cpython: CONFIG: linux_64_openssl1.1.1python3.7.____cpython UPLOAD_PACKAGES: 'True' @@ -20,6 +24,10 @@ jobs: CONFIG: linux_64_openssl1.1.1python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_openssl3python3.10.____cpython: + CONFIG: linux_64_openssl3python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_openssl3python3.7.____cpython: CONFIG: linux_64_openssl3python3.7.____cpython UPLOAD_PACKAGES: 'True' @@ -32,6 +40,70 @@ jobs: CONFIG: linux_64_openssl3python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl1.1.1python3.10.____cpython: + CONFIG: linux_aarch64_openssl1.1.1python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl1.1.1python3.7.____cpython: + CONFIG: linux_aarch64_openssl1.1.1python3.7.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl1.1.1python3.8.____cpython: + CONFIG: linux_aarch64_openssl1.1.1python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl1.1.1python3.9.____cpython: + CONFIG: linux_aarch64_openssl1.1.1python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl3python3.10.____cpython: + CONFIG: linux_aarch64_openssl3python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl3python3.7.____cpython: + CONFIG: linux_aarch64_openssl3python3.7.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl3python3.8.____cpython: + CONFIG: linux_aarch64_openssl3python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_openssl3python3.9.____cpython: + CONFIG: linux_aarch64_openssl3python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl1.1.1python3.10.____cpython: + CONFIG: linux_ppc64le_openssl1.1.1python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl1.1.1python3.7.____cpython: + CONFIG: linux_ppc64le_openssl1.1.1python3.7.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl1.1.1python3.8.____cpython: + CONFIG: linux_ppc64le_openssl1.1.1python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl1.1.1python3.9.____cpython: + CONFIG: linux_ppc64le_openssl1.1.1python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl3python3.10.____cpython: + CONFIG: linux_ppc64le_openssl3python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl3python3.7.____cpython: + CONFIG: linux_ppc64le_openssl3python3.7.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl3python3.8.____cpython: + CONFIG: linux_ppc64le_openssl3python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_openssl3python3.9.____cpython: + CONFIG: linux_ppc64le_openssl3python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 steps: diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 4087d69..239a0b9 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,6 +8,9 @@ jobs: vmImage: macOS-10.15 strategy: matrix: + osx_64_python3.10.____cpython: + CONFIG: osx_64_python3.10.____cpython + UPLOAD_PACKAGES: 'True' osx_64_python3.7.____cpython: CONFIG: osx_64_python3.7.____cpython UPLOAD_PACKAGES: 'True' @@ -17,6 +20,9 @@ jobs: osx_64_python3.9.____cpython: CONFIG: osx_64_python3.9.____cpython UPLOAD_PACKAGES: 'True' + osx_arm64_python3.10.____cpython: + CONFIG: osx_arm64_python3.10.____cpython + UPLOAD_PACKAGES: 'True' osx_arm64_python3.8.____cpython: CONFIG: osx_arm64_python3.8.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index f1b7504..9041540 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,6 +8,9 @@ jobs: vmImage: windows-2019 strategy: matrix: + win_64_python3.10.____cpython: + CONFIG: win_64_python3.10.____cpython + UPLOAD_PACKAGES: 'True' win_64_python3.7.____cpython: CONFIG: win_64_python3.7.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.ci_support/linux_64_openssl1.1.1python3.10.____cpython.yaml b/.ci_support/linux_64_openssl1.1.1python3.10.____cpython.yaml new file mode 100644 index 0000000..420c369 --- /dev/null +++ b/.ci_support/linux_64_openssl1.1.1python3.10.____cpython.yaml @@ -0,0 +1,24 @@ +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +openssl: +- 1.1.1 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- linux-64 diff --git a/.ci_support/linux_64_openssl3python3.10.____cpython.yaml b/.ci_support/linux_64_openssl3python3.10.____cpython.yaml new file mode 100644 index 0000000..86a9734 --- /dev/null +++ b/.ci_support/linux_64_openssl3python3.10.____cpython.yaml @@ -0,0 +1,24 @@ +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +openssl: +- '3' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- linux-64 diff --git a/.ci_support/linux_aarch64_openssl1.1.1python3.10.____cpython.yaml b/.ci_support/linux_aarch64_openssl1.1.1python3.10.____cpython.yaml new file mode 100644 index 0000000..c3f5203 --- /dev/null +++ b/.ci_support/linux_aarch64_openssl1.1.1python3.10.____cpython.yaml @@ -0,0 +1,28 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +openssl: +- 1.1.1 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- linux-aarch64 diff --git a/.ci_support/linux_aarch64_openssl1.1.1python3.7.____cpython.yaml b/.ci_support/linux_aarch64_openssl1.1.1python3.7.____cpython.yaml index 8cfe61d..6a285b1 100644 --- a/.ci_support/linux_aarch64_openssl1.1.1python3.7.____cpython.yaml +++ b/.ci_support/linux_aarch64_openssl1.1.1python3.7.____cpython.yaml @@ -13,7 +13,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - 1.1.1 pin_run_as_build: diff --git a/.ci_support/linux_aarch64_openssl1.1.1python3.8.____cpython.yaml b/.ci_support/linux_aarch64_openssl1.1.1python3.8.____cpython.yaml index 8228b96..212d379 100644 --- a/.ci_support/linux_aarch64_openssl1.1.1python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_openssl1.1.1python3.8.____cpython.yaml @@ -13,7 +13,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - 1.1.1 pin_run_as_build: diff --git a/.ci_support/linux_aarch64_openssl1.1.1python3.9.____cpython.yaml b/.ci_support/linux_aarch64_openssl1.1.1python3.9.____cpython.yaml index 75557a0..b3067fe 100644 --- a/.ci_support/linux_aarch64_openssl1.1.1python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_openssl1.1.1python3.9.____cpython.yaml @@ -13,7 +13,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - 1.1.1 pin_run_as_build: diff --git a/.ci_support/linux_aarch64_openssl3python3.10.____cpython.yaml b/.ci_support/linux_aarch64_openssl3python3.10.____cpython.yaml new file mode 100644 index 0000000..3f61e3e --- /dev/null +++ b/.ci_support/linux_aarch64_openssl3python3.10.____cpython.yaml @@ -0,0 +1,28 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +openssl: +- '3' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- linux-aarch64 diff --git a/.ci_support/linux_aarch64_openssl3python3.7.____cpython.yaml b/.ci_support/linux_aarch64_openssl3python3.7.____cpython.yaml index f125ba1..cfe4d7b 100644 --- a/.ci_support/linux_aarch64_openssl3python3.7.____cpython.yaml +++ b/.ci_support/linux_aarch64_openssl3python3.7.____cpython.yaml @@ -13,7 +13,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - '3' pin_run_as_build: diff --git a/.ci_support/linux_aarch64_openssl3python3.8.____cpython.yaml b/.ci_support/linux_aarch64_openssl3python3.8.____cpython.yaml index b97aced..011616c 100644 --- a/.ci_support/linux_aarch64_openssl3python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_openssl3python3.8.____cpython.yaml @@ -13,7 +13,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - '3' pin_run_as_build: diff --git a/.ci_support/linux_aarch64_openssl3python3.9.____cpython.yaml b/.ci_support/linux_aarch64_openssl3python3.9.____cpython.yaml index 093b01b..a9b2381 100644 --- a/.ci_support/linux_aarch64_openssl3python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_openssl3python3.9.____cpython.yaml @@ -13,7 +13,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - '3' pin_run_as_build: diff --git a/.ci_support/linux_ppc64le_openssl1.1.1python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_openssl1.1.1python3.10.____cpython.yaml new file mode 100644 index 0000000..ffc0361 --- /dev/null +++ b/.ci_support/linux_ppc64le_openssl1.1.1python3.10.____cpython.yaml @@ -0,0 +1,24 @@ +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +openssl: +- 1.1.1 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- linux-ppc64le diff --git a/.ci_support/linux_ppc64le_openssl1.1.1python3.7.____cpython.yaml b/.ci_support/linux_ppc64le_openssl1.1.1python3.7.____cpython.yaml index 6c35d4b..f36be74 100644 --- a/.ci_support/linux_ppc64le_openssl1.1.1python3.7.____cpython.yaml +++ b/.ci_support/linux_ppc64le_openssl1.1.1python3.7.____cpython.yaml @@ -9,7 +9,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-ppc64le +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - 1.1.1 pin_run_as_build: diff --git a/.ci_support/linux_ppc64le_openssl1.1.1python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_openssl1.1.1python3.8.____cpython.yaml index 37a7f3d..20981d8 100644 --- a/.ci_support/linux_ppc64le_openssl1.1.1python3.8.____cpython.yaml +++ b/.ci_support/linux_ppc64le_openssl1.1.1python3.8.____cpython.yaml @@ -9,7 +9,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-ppc64le +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - 1.1.1 pin_run_as_build: diff --git a/.ci_support/linux_ppc64le_openssl1.1.1python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_openssl1.1.1python3.9.____cpython.yaml index 0c8feed..91e4300 100644 --- a/.ci_support/linux_ppc64le_openssl1.1.1python3.9.____cpython.yaml +++ b/.ci_support/linux_ppc64le_openssl1.1.1python3.9.____cpython.yaml @@ -9,7 +9,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-ppc64le +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - 1.1.1 pin_run_as_build: diff --git a/.ci_support/linux_ppc64le_openssl3python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_openssl3python3.10.____cpython.yaml new file mode 100644 index 0000000..e1bbee6 --- /dev/null +++ b/.ci_support/linux_ppc64le_openssl3python3.10.____cpython.yaml @@ -0,0 +1,24 @@ +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +openssl: +- '3' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- linux-ppc64le diff --git a/.ci_support/linux_ppc64le_openssl3python3.7.____cpython.yaml b/.ci_support/linux_ppc64le_openssl3python3.7.____cpython.yaml index c44e72f..d26c98c 100644 --- a/.ci_support/linux_ppc64le_openssl3python3.7.____cpython.yaml +++ b/.ci_support/linux_ppc64le_openssl3python3.7.____cpython.yaml @@ -9,7 +9,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-ppc64le +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - '3' pin_run_as_build: diff --git a/.ci_support/linux_ppc64le_openssl3python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_openssl3python3.8.____cpython.yaml index ff4da9b..cb3a41b 100644 --- a/.ci_support/linux_ppc64le_openssl3python3.8.____cpython.yaml +++ b/.ci_support/linux_ppc64le_openssl3python3.8.____cpython.yaml @@ -9,7 +9,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-ppc64le +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - '3' pin_run_as_build: diff --git a/.ci_support/linux_ppc64le_openssl3python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_openssl3python3.9.____cpython.yaml index 84ce09f..9a41300 100644 --- a/.ci_support/linux_ppc64le_openssl3python3.9.____cpython.yaml +++ b/.ci_support/linux_ppc64le_openssl3python3.9.____cpython.yaml @@ -9,7 +9,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-ppc64le +- quay.io/condaforge/linux-anvil-cos7-x86_64 openssl: - '3' pin_run_as_build: diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml new file mode 100644 index 0000000..47b8cc2 --- /dev/null +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -0,0 +1,22 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '13' +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- osx-64 diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml new file mode 100644 index 0000000..47171e4 --- /dev/null +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -0,0 +1,22 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '13' +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- osx-arm64 diff --git a/.ci_support/win_64_python3.10.____cpython.yaml b/.ci_support/win_64_python3.10.____cpython.yaml new file mode 100644 index 0000000..639e2e3 --- /dev/null +++ b/.ci_support/win_64_python3.10.____cpython.yaml @@ -0,0 +1,16 @@ +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +rust_compiler: +- rust +target_platform: +- win-64 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8fd2531..b5a9f90 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @anthchirp @hadim @ndmaxar @oblute @setu4993 \ No newline at end of file +* @anthchirp @h-vetinari @hadim @ndmaxar @oblute @setu4993 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fa4793e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,77 +0,0 @@ -# This file was generated automatically from conda-smithy. To update this configuration, -# update the conda-forge.yml and/or the recipe/meta.yaml. - -language: generic - - - -matrix: - include: - - env: CONFIG=linux_aarch64_openssl1.1.1python3.7.____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_openssl1.1.1python3.8.____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_openssl1.1.1python3.9.____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_openssl3python3.7.____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_openssl3python3.8.____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_openssl3python3.9.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-aarch64 DOCKER_IMAGE=quay.io/condaforge/linux-anvil-aarch64 - os: linux - arch: arm64 - dist: focal - - - env: CONFIG=linux_ppc64le_openssl1.1.1python3.7.____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_openssl1.1.1python3.8.____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_openssl1.1.1python3.9.____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_openssl3python3.7.____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_openssl3python3.8.____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_openssl3python3.9.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le - os: linux - arch: ppc64le - dist: focal - -script: - - export CI=travis - - export GIT_BRANCH="$TRAVIS_BRANCH" - - export FEEDSTOCK_NAME=$(basename ${TRAVIS_REPO_SLUG}) - - if [[ "${TRAVIS_PULL_REQUEST:-}" == "false" ]]; then export IS_PR_BUILD="False"; else export IS_PR_BUILD="True"; fi - - - - if [[ ${PLATFORM} =~ .*linux.* ]]; then CONDA_FORGE_DOCKER_RUN_ARGS="--network=host --security-opt=seccomp=unconfined" ./.scripts/run_docker_build.sh; fi \ No newline at end of file diff --git a/README.md b/README.md index b27063c..b1e4fb1 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,7 @@ Current build status ==================== - - - - +
Travis - - linux - -
@@ -36,6 +29,13 @@ Current build status
Azure
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
VariantStatus
linux_64_openssl1.1.1python3.10.____cpython + + variant + +
linux_64_openssl1.1.1python3.7.____cpython @@ -56,6 +56,13 @@ Current build status variant
linux_64_openssl3python3.10.____cpython + + variant + +
linux_64_openssl3python3.7.____cpython @@ -77,6 +84,13 @@ Current build status variant
linux_aarch64_openssl1.1.1python3.10.____cpython + + variant + +
linux_aarch64_openssl1.1.1python3.7.____cpython @@ -98,6 +112,13 @@ Current build status variant
linux_aarch64_openssl3python3.10.____cpython + + variant + +
linux_aarch64_openssl3python3.7.____cpython @@ -119,6 +140,13 @@ Current build status variant
linux_ppc64le_openssl1.1.1python3.10.____cpython + + variant + +
linux_ppc64le_openssl1.1.1python3.7.____cpython @@ -140,6 +168,13 @@ Current build status variant
linux_ppc64le_openssl3python3.10.____cpython + + variant + +
linux_ppc64le_openssl3python3.7.____cpython @@ -161,6 +196,13 @@ Current build status variant
osx_64_python3.10.____cpython + + variant + +
osx_64_python3.7.____cpython @@ -182,6 +224,13 @@ Current build status variant
osx_arm64_python3.10.____cpython + + variant + +
osx_arm64_python3.8.____cpython @@ -196,6 +245,13 @@ Current build status variant
win_64_python3.10.____cpython + + variant + +
win_64_python3.7.____cpython @@ -347,6 +403,7 @@ Feedstock Maintainers ===================== * [@anthchirp](https://github.com/anthchirp/) +* [@h-vetinari](https://github.com/h-vetinari/) * [@hadim](https://github.com/hadim/) * [@ndmaxar](https://github.com/ndmaxar/) * [@oblute](https://github.com/oblute/)