From 8fbf87b3b13ce73188210027a308d70e8075c8ea Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Mon, 25 Nov 2019 13:17:47 +0000 Subject: [PATCH 1/2] updated v5.6.6 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eced245..86da3d1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "psutil" %} -{% set version = "5.6.5" %} -{% set sha256 = "d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147" %} +{% set version = "5.6.6" %} +{% set sha256 = "ad21281f7bd6c57578dd53913d2d44218e9e29fd25128d10ff7819ef16fa46e7" %} package: name: {{ name }} From 100cd3f80d070ed41b42cba1cad5c939b7cf5b32 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Mon, 25 Nov 2019 13:18:21 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.2, and conda-forge-pinning 2019.11.20 --- .azure-pipelines/azure-pipelines-linux.yml | 32 +++++++++++----------- .gitattributes | 1 + 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 2a14ac2..b9d368a 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -10,6 +10,22 @@ jobs: strategy: maxParallel: 8 matrix: + linux_python2.7: + CONFIG: linux_python2.7 + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_python3.6: + CONFIG: linux_python3.6 + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_python3.7: + CONFIG: linux_python3.7 + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_python3.8: + CONFIG: linux_python3.8 + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-comp7 linux_aarch64_python3.6: CONFIG: linux_aarch64_python3.6 UPLOAD_PACKAGES: True @@ -34,22 +50,6 @@ jobs: CONFIG: linux_ppc64le_python3.8 UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-ppc64le - linux_python2.7: - CONFIG: linux_python2.7 - UPLOAD_PACKAGES: True - DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.6: - CONFIG: linux_python3.6 - UPLOAD_PACKAGES: True - DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.7: - CONFIG: linux_python3.7 - UPLOAD_PACKAGES: True - DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.8: - CONFIG: linux_python3.8 - UPLOAD_PACKAGES: True - DOCKER_IMAGE: condaforge/linux-anvil-comp7 steps: # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static diff --git a/.gitattributes b/.gitattributes index 86ff937..ac943c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,7 @@ bld.bat text eol=crlf .gitattributes linguist-generated=true .gitignore linguist-generated=true .travis.yml linguist-generated=true +.scripts linguist-generated=true LICENSE.txt linguist-generated=true README.md linguist-generated=true azure-pipelines.yml linguist-generated=true