From d429f50704647c14f4fbdb1a478215647ca8b684 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Fri, 18 Mar 2022 17:31:04 -0400 Subject: [PATCH 1/3] bump version to 2022.03.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ba51d1a..46c7776 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2022.2.1" %} +{% set version = "2022.3.0" %} package: @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/d/distributed/distributed-{{ version }}.tar.gz - sha256: fb62a75af8ef33bbe1aa80a68c01a33a93c1cd5a332dd017ab44955bf7ecf65b + sha256: e3d8053720cd58a3a254e8862900fec1e0940e9e34b044482142d836cd1ed892 build: number: 0 From 4e83ddd341435318298f41cfd414b14e5a48d7e3 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 22:07:37 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.21.8, conda-smithy 3.18.0, and conda-forge-pinning 2022.03.18.16.41.31 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 662fe29..025a9a2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Home: https://distributed.dask.org Package license: BSD-3-Clause -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/distributed-feedstock/blob/master/LICENSE.txt) +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/distributed-feedstock/blob/main/LICENSE.txt) Summary: Distributed scheduler for Dask @@ -24,8 +24,8 @@ Current build status From 03b4d37ba7db16451ffc7a91c93034c5f6cc18c5 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 18 Mar 2022 17:30:13 -0700 Subject: [PATCH 3/3] Drop `setuptools` Upstream `setuptools` has been dropped in favor of `importlib.metadata`. So drop it from `requirements/run` here as well. --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 46c7776..847a5af 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -38,7 +38,6 @@ requirements: - toolz >=0.8.2 - tornado >=6.0.3 - zict >=0.1.3 - - setuptools <60.0.0 run_constrained: - openssl !=1.1.1e
All platforms: - - + +