From 01cdb08cf27b3ec17b4351b371b972d8e4f8c131 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 23 Aug 2021 00:16:23 +0300 Subject: [PATCH 1/7] [WIP] debug azure build failure --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9a87990..753d176 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -155,7 +155,7 @@ outputs: imports: - dvc commands: - - pip check + #- pip check - dvc version - dvc version | grep azure requirements: From 2e449856cce11a884ee3d9728e05a7b4b52b2502 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 27 Aug 2021 01:45:51 +0300 Subject: [PATCH 2/7] meta: bump build --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 753d176..b4bea4f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -15,7 +15,7 @@ source: # Of the build properties here and below: # number is propagated into the outputs below build: - number: 0 + number: 1 skip: true # [py<=36 and win] outputs: From 7ab4e7b85ec402145551a0d8d36b7fea8afe4c88 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 27 Aug 2021 12:51:25 +0300 Subject: [PATCH 3/7] try importlib-metadata --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b4bea4f..b5531d4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -74,7 +74,7 @@ outputs: - pydot >=1.2.4 - speedcopy >=2.0.1 # [py<38 and win] - dataclasses ==0.7 # [py<37] - - importlib_metadata >=1.4 # [py<38] + - importlib-metadata >=1.4 # [py<38] - flatten-dict >=0.4.1,<1 - tabulate >=0.8.7 - pygtrie >=2.3.2 From d826517a1ca3af352a729c5ca5f1fdd9698ed776 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 27 Aug 2021 16:23:15 +0300 Subject: [PATCH 4/7] meta: bring back pip check --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b5531d4..52c2b88 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -155,7 +155,7 @@ outputs: imports: - dvc commands: - #- pip check + - pip check - dvc version - dvc version | grep azure requirements: From 342136d3a29e97e222198d1494288268d371dd4f Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 27 Aug 2021 18:28:59 +0200 Subject: [PATCH 5/7] Add portalocker pin to test requirements --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 52c2b88..26acf50 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -152,6 +152,7 @@ outputs: requires: - git - pip + - portalocker <2.0 # Temporary; see discussion around imports: - dvc commands: From 9f1f1263869313e6211e16d51e9f2e8ef4d549d4 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sat, 28 Aug 2021 00:04:00 +0300 Subject: [PATCH 6/7] meta: skip 3.9 on windows --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 26acf50..bd8ded3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,6 +17,8 @@ source: build: number: 1 skip: true # [py<=36 and win] + skip: true # [py==39 and win] + outputs: - name: dvc From b654e22347d04094c6fcbcf46300fab19ee2b65e Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Fri, 27 Aug 2021 22:16:19 +0000 Subject: [PATCH 7/7] MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.12, and conda-forge-pinning 2021.08.27.17.30.23 --- .azure-pipelines/azure-pipelines-win.yml | 3 --- .ci_support/win_64_python3.9.____cpython.yaml | 12 ------------ README.md | 7 ------- 3 files changed, 22 deletions(-) delete mode 100644 .ci_support/win_64_python3.9.____cpython.yaml diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index b2bc4f7..81675e2 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -14,9 +14,6 @@ jobs: win_64_python3.8.____cpython: CONFIG: win_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.9.____cpython: - CONFIG: win_64_python3.9.____cpython - UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ diff --git a/.ci_support/win_64_python3.9.____cpython.yaml b/.ci_support/win_64_python3.9.____cpython.yaml deleted file mode 100644 index f427bd2..0000000 --- a/.ci_support/win_64_python3.9.____cpython.yaml +++ /dev/null @@ -1,12 +0,0 @@ -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- win-64 diff --git a/README.md b/README.md index ba271c2..04910aa 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,6 @@ Current build status variant - - win_64_python3.9.____cpython - - - variant - -