From 09fcea4145468b18af2d57b7e17854bbe6babb1c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:44:16 +0000 Subject: [PATCH 1/3] updated v0.29.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1b14a8c..0a5fe5f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.28.0" %} +{% set version = "0.29.0" %} {% set pypi_package_name = "u8darts" %} package: @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ pypi_package_name[0] }}/{{ pypi_package_name }}/{{ pypi_package_name }}-{{ version }}.tar.gz - sha256: 5d7e4f3f5cce4df311f230f107534a7838a3e9faa71e3f9900c9c44dc171444e + sha256: b4e2ed16bf4980123b2b753c7be8f08602f71fdeca5ee1d7cd7f7e77de86dd87 build: number: 0 From 7a0b07ddb44c160be147928049254bb9536ba653 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:44:20 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.17.13.08.17 --- .azure-pipelines/azure-pipelines-linux.yml | 1 + .ci_support/linux_64_.yaml | 7 +++++++ .scripts/build_steps.sh | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index abcbeb9..875d996 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -13,6 +13,7 @@ jobs: UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 + variables: {} steps: # configure qemu binfmt-misc running. This allows us to run docker containers diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 82f2873..544039d 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,3 +1,7 @@ +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_name: - cos7 channel_sources: @@ -6,3 +10,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a4d638b..2f3df6c 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -65,7 +65,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else - conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --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:-}" From 11e9c36de013644087c9add868a24a9651461308 Mon Sep 17 00:00:00 2001 From: Dennis Bader Date: Wed, 17 Apr 2024 16:51:39 +0200 Subject: [PATCH 3/3] Update meta.yaml --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0a5fe5f..20a8412 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -69,7 +69,7 @@ outputs: source_files: - darts commands: - - pytest darts/tests -k "not test_component_specific_lags_forecasts" + - pytest darts/tests requires: - pip - testfixtures @@ -114,7 +114,7 @@ outputs: source_files: - darts commands: - - pytest darts/tests -k "not test_component_specific_lags_forecasts" + - pytest darts/tests requires: - pip - testfixtures @@ -159,7 +159,7 @@ outputs: source_files: - darts commands: - - pytest darts/tests -k "not test_component_specific_lags_forecasts" + - pytest darts/tests requires: - pip - testfixtures @@ -207,7 +207,7 @@ outputs: source_files: - darts commands: - - pytest darts/tests -k "not test_component_specific_lags_forecasts" + - pytest darts/tests requires: - pip - testfixtures