From owner-svn-ports-all@freebsd.org Thu Oct 22 17:55:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 888E444EC9C; Thu, 22 Oct 2020 17:55:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CHFPb6rwjz4HWs; Thu, 22 Oct 2020 17:54:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C6351AB1A; Thu, 22 Oct 2020 17:54:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09MHsv7Q060865; Thu, 22 Oct 2020 17:54:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09MHsuA6060863; Thu, 22 Oct 2020 17:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010221754.09MHsuA6060863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Oct 2020 17:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553034 - head/devel/py-distributed X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-distributed X-SVN-Commit-Revision: 553034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2020 17:55:02 -0000 Author: sunpoet Date: Thu Oct 22 17:54:56 2020 New Revision: 553034 URL: https://svnweb.freebsd.org/changeset/ports/553034 Log: Update to 2.20.0 Changes: https://distributed.dask.org/en/latest/changelog.html https://github.com/dask/distributed/commits/master Modified: head/devel/py-distributed/Makefile head/devel/py-distributed/distinfo Modified: head/devel/py-distributed/Makefile ============================================================================== --- head/devel/py-distributed/Makefile Thu Oct 22 17:54:51 2020 (r553033) +++ head/devel/py-distributed/Makefile Thu Oct 22 17:54:56 2020 (r553034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= distributed -PORTVERSION= 2.16.0 +PORTVERSION= 2.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.2:devel/py-cloudpickle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dask>=2.9.0:devel/py-dask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.6.0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.0:sysutils/py-psutil@${PY_FLAVOR} \ @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/p ${PYTHON_PKGNAMEPREFIX}zict>=0.1.3:devel/py-zict@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-distributed/distinfo ============================================================================== --- head/devel/py-distributed/distinfo Thu Oct 22 17:54:51 2020 (r553033) +++ head/devel/py-distributed/distinfo Thu Oct 22 17:54:56 2020 (r553034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589002623 -SHA256 (distributed-2.16.0.tar.gz) = 28eb0faea4783f424956b073afa2677b9a13a0cc83ffcc1b1d424fabd98f17e9 -SIZE (distributed-2.16.0.tar.gz) = 642843 +TIMESTAMP = 1598175824 +SHA256 (distributed-2.20.0.tar.gz) = 76cb6c32597a8bf42f070033ff587603954285310b1b60d99b2fcd77bddfc23a +SIZE (distributed-2.20.0.tar.gz) = 655318