diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2c2b569..d12a368 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "yapf" %} -{% set version = "0.33.0" %} -{% set sha256 = "c7bab16bab19c94a478e4f25fbcae545aa29c5f5fbe7c630f06ceafd807cc13b" %} +{% set version = "0.40.1" %} +{% set sha256 = "ed9e606d9f74ea44196249c1e5be2a16ec7c205314e798c1e2d92cf51cdc50aa" %} package: name: {{ name }} @@ -14,7 +14,7 @@ source: build: entry_points: - yapf = yapf:run_main - number: 1 + number: 0 script: {{ PYTHON }} -m pip install . --no-deps -vv noarch: python @@ -23,8 +23,10 @@ requirements: - python >=3.7 - pip run: - - tomli >=2.0.1 + - importlib-metadata >=6.6.0 + - platformdirs >=3.5.1 - python >=3.7 + - tomli >=2.0.1 test: commands: