From ee900118421c2d4fdead2a8a819fa4e38e215fdf Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:51:29 +0000 Subject: [PATCH 1/2] updated v0.17.4 --- recipe/recipe.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 5bf45da..ace2bd9 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: - version: "0.17.3" + version: "0.17.4" python_min: "3.12" recipe: @@ -19,7 +19,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-kernel/hydra_kernel-${{ version }}.tar.gz - sha256: "8e589e43377fa5ac5f28282f00cdc31af2b9a24f1d9f04abde60c44e00cb09da" + sha256: "2a8cd2b8d4a7fbdd751eca1829a88775260f97fc3e1023c49f7bfa237bf17f06" build: noarch: python script: @@ -48,7 +48,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-rdf/hydra_rdf-${{ version }}.tar.gz - sha256: "6d716e12c9f381447256f32cb30eef3327288d5206e562388bf7a62b6712d24d" + sha256: "bfce583ab23a66254be7603d2bbd36031af5f00b167423174e31e662a80308be" build: noarch: python script: @@ -77,7 +77,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-pg/hydra_pg-${{ version }}.tar.gz - sha256: "4c897592c09a7b0ff1868af924e3172ca3993aa4f14f38373bba55ea8190cbc4" + sha256: "b23cfd9548a1c4a04291b4e8a1e13e9afd0330ac0e1d597d177e83034157d015" build: noarch: python script: @@ -138,7 +138,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-python/hydra_python-${{ version }}.tar.gz - sha256: "c0aff89bc67e877d8329faf67bdf0e5bd793c41f5d2bd428ff890bbbb977b2d6" + sha256: "87fef1b870ee4d6055f794d7b78ef468c08e084ba8940a682b5a4372fe574956" build: noarch: python script: From e3547f54d66b7de477c66736c1b91df0f2a5159a Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:51:48 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 2026.8.9 and conda-forge-pinning 2026.08.10.02.21.5 --- .github/workflows/conda-build.yml | 7 ++-- .scripts/build_steps.sh | 2 ++ .scripts/logging_utils.sh | 0 README.md | 54 ++++++++++++++++++++++++++++--- 4 files changed, 55 insertions(+), 8 deletions(-) mode change 100644 => 100755 .scripts/logging_utils.sh diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 580d154..ef38c48 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Configure binfmt_misc if: matrix.os == 'ubuntu' shell: bash @@ -66,7 +66,7 @@ jobs: run: | export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}" export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)" - export GIT_BRANCH="$(basename $GITHUB_REF)" + export GIT_BRANCH="${GITHUB_REF_NAME}" export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}" export flow_run_id="github_$GITHUB_RUN_ID" export remote_url="https://github.com/$GITHUB_REPOSITORY" @@ -96,7 +96,7 @@ jobs: run: | export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}" export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)" - export GIT_BRANCH="$(basename $GITHUB_REF)" + export GIT_BRANCH="${GITHUB_REF_NAME}" export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}" export flow_run_id="github_$GITHUB_RUN_ID" export remote_url="https://github.com/$GITHUB_REPOSITORY" @@ -118,6 +118,7 @@ jobs: set "sha=%GITHUB_SHA%" call ".scripts\run_win_build.bat" env: + BUILD_PLATFORM: ${{ matrix.build_platform }} CI: github_actions CONDA_BLD_PATH: ${{ matrix.build_workspace_dir }} CONFIG: ${{ matrix.CONFIG }} diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 0808097..b4957f9 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -70,6 +70,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then -m "${CI_SUPPORT}/${CONFIG}.yaml" \ ${EXTRA_CB_OPTIONS:-} \ ${BUILD_OUTPUT_ID:+--output-name "${BUILD_OUTPUT_ID}"} \ + --build-platform "${BUILD_PLATFORM}" \ --target-platform "${HOST_PLATFORM}" rattler-build debug shell @@ -85,6 +86,7 @@ else --recipe "${RECIPE_ROOT}" \ -m "${CI_SUPPORT}/${CONFIG}.yaml" \ ${EXTRA_CB_OPTIONS:-} \ + --build-platform "${BUILD_PLATFORM}" \ --target-platform "${HOST_PLATFORM}" \ --extra-meta flow_run_id="${flow_run_id:-}" \ --extra-meta remote_url="${remote_url:-}" \ diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh old mode 100644 new mode 100755 diff --git a/README.md b/README.md index 9303daf..6c9117c 100644 --- a/README.md +++ b/README.md @@ -118,31 +118,73 @@ conda config --add channels conda-forge conda config --set channel_priority strict ``` -Once the `conda-forge` channel has been enabled, `hydra-kernel, hydra-pg, hydra-python, hydra-rdf` can be installed with `conda`: +How to use +---------- + +
+With conda ``` conda install hydra-kernel hydra-pg hydra-python hydra-rdf ``` -or with `mamba`: +
+ +
+With mamba ``` mamba install hydra-kernel hydra-pg hydra-python hydra-rdf ``` -It is possible to list all of the versions of `hydra-kernel` available on your platform with `conda`: +
+ +
+With pixi + +``` +# for adding to your local project +pixi add hydra-kernel hydra-pg hydra-python hydra-rdf +# for installing globally +pixi global install hydra-kernel hydra-pg hydra-python hydra-rdf +``` + +
+ +Search package versions +----------------------- + +It is possible to list all of the versions of `hydra-kernel` available on your platform: + +
+With conda ``` conda search hydra-kernel --channel conda-forge ``` -or with `mamba`: +
+ +
+With mamba ``` mamba search hydra-kernel --channel conda-forge ``` -Alternatively, `mamba repoquery` may provide more information: +
+ +
+With pixi + +``` +pixi search hydra-kernel --channel conda-forge +``` + +
+ +
+With mamba repoquery, which may provide more information ``` # Search all versions available on your platform: @@ -155,6 +197,8 @@ mamba repoquery whoneeds hydra-kernel --channel conda-forge mamba repoquery depends hydra-kernel --channel conda-forge ``` +
+ About conda-forge =================