From 2fd8ba2501dffaf2ac40efd56fc7a006a9ebf390 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:20:43 +0000 Subject: [PATCH 1/3] updated v2.1.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c27a9695..e255fa5b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.1.1" %} +{% set version = "2.1.2" %} {% set dev = "" %} # numpy will by default use the ABI feature level for the first numpy version # that added support for the oldest currently-supported CPython version; see @@ -15,7 +15,7 @@ source: # the submodules (not in tarball due to dear-github/dear-github#214); for the # list of modules see https://github.com/numpy/numpy/blob/main/.gitmodules - url: https://github.com/numpy/numpy/archive/refs/tags/v{{ version }}{{ dev }}.tar.gz - sha256: 89c79c707faae3c432c44fa41f24a9ff7e542dccfa65c288ff8b7a49de8c11df + sha256: 6a6345a3bf23f5002f035fd3e74336ef43fc7b82133050c81f728beedac311f3 # https://github.com/numpy/numpy/tree/v{{ version }}/numpy/_core/src - folder: numpy/_core/src/highway git_url: https://github.com/google/highway.git From d69b527a206fec4838a2620588726a0508832b91 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:21:47 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.40.1, and conda-forge-pinning 2024.10.04.13.32.50 --- .scripts/build_steps.sh | 2 ++ .scripts/run_win_build.bat | 4 ++-- build-locally.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index ba4b251c..856f469d 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" source run_conda_forge_build_setup + + # make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 65650bf2..a45c34fd 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -24,7 +24,7 @@ set "CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1" :: Provision the necessary dependencies to build the recipe later echo Installing dependencies -mamba.exe install "python=3.10" pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" -c conda-forge --strict-channel-priority --yes +mamba.exe install pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" -c conda-forge --strict-channel-priority --yes if !errorlevel! neq 0 exit /b !errorlevel! :: Set basic configuration @@ -48,7 +48,7 @@ if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( ) if NOT [%flow_run_id%] == [] ( - set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --extra-meta flow_run_id=%flow_run_id% remote_url=%remote_url% sha=%sha%" + set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --extra-meta flow_run_id=%flow_run_id% remote_url=%remote_url% sha=%sha%" ) call :end_group diff --git a/build-locally.py b/build-locally.py index 8ac9b846..6788aea6 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,5 +1,5 @@ #!/bin/sh -"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on +"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. From 09548147e5d88e2a001480cbb3497b7c543b7918 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sun, 6 Oct 2024 18:27:15 +0200 Subject: [PATCH 3/3] update submodules --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e255fa5b..eff3f626 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ source: # https://github.com/numpy/numpy/tree/v{{ version }}/numpy/_core/src/common - folder: numpy/_core/src/common/pythoncapi-compat git_url: https://github.com/python/pythoncapi-compat.git - git_rev: ea1f7f6eac63ff401937515638252402ff33dccb + git_rev: 2d18aecd7b2f549d38a13e27b682ea4966f37bd8 # https://github.com/numpy/numpy/tree/v{{ version }}/numpy/_core/src/npysort - folder: numpy/_core/src/npysort/x86-simd-sort git_url: https://github.com/intel/x86-simd-sort.git