diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a5836e8..ba4b251 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -72,7 +72,6 @@ else --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" - ( startgroup "Inspecting artifacts" ) 2> /dev/null # inspect_artifacts was only added in conda-forge-ci-setup 4.6.0 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c5c3d06..ca9714f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "deptry" %} -{% set version = "0.16.2" %} +{% set version = "0.17.0" %} package: name: {{ name|lower }} @@ -7,17 +7,16 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/deptry-{{ version }}.tar.gz - sha256: f0f752cf6f5e9f7445a79fcf195b772cd2d4b889cd260e23867dd8013caa74c1 + sha256: f48a71bab8f46a896fe507c8be5f2b50bb9bab0c44e4dfad00afe87e9a08c14b build: - # We have to skip Windows due to skip: true # [py<38] entry_points: - deptry = deptry.cli:deptry # Setting CARGO_HOME is a workaround for "path too long" error on # Windows due to the 260 character limit for paths, and because the # ruff repo (which is a dependency) has some files with very long names. - + # Ref: script: | set "CARGO_HOME=C:\cargo" echo "building..."