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 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 }}