From c8e3c4ff22d518a85704b8192b3c745ff7a759a8 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:21:51 +0000 Subject: [PATCH 1/3] updated v0.17.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c5c3d06..68be932 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,7 +7,7 @@ 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 From bedf115925b70f037690c3b5f0be45b91ce2b8d7 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:23:01 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and conda-forge-pinning 2024.07.19.18.26.47 --- .scripts/build_steps.sh | 1 - 1 file changed, 1 deletion(-) 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 From 126ede3b996510cdef1770165ff02968c5c27da4 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 21 Jul 2024 14:59:26 +0200 Subject: [PATCH 3/3] Fix outdated comments --- recipe/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 68be932..ca9714f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,14 +10,13 @@ source: 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..."