From nobody Sun Nov 21 18:28:14 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2F004189C747; Sun, 21 Nov 2021 18:28:19 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HxzRh75fDz3JpX; Sun, 21 Nov 2021 18:28:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3346B14485; Sun, 21 Nov 2021 18:28:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ALISEvP084688; Sun, 21 Nov 2021 18:28:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ALISEsp084687; Sun, 21 Nov 2021 18:28:14 GMT (envelope-from git) Date: Sun, 21 Nov 2021 18:28:14 GMT Message-Id: <202111211828.1ALISEsp084687@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e665641be0cf - main - devel/py-fsspec: Update to 2021.11.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e665641be0cf6846ce1fd85912c50d8ecfdfa9f5 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e665641be0cf6846ce1fd85912c50d8ecfdfa9f5 commit e665641be0cf6846ce1fd85912c50d8ecfdfa9f5 Author: Po-Chuan Hsieh AuthorDate: 2021-11-21 18:20:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-11-21 18:20:11 +0000 devel/py-fsspec: Update to 2021.11.0 - Update WWW Changes: https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst --- devel/py-fsspec/Makefile | 2 +- devel/py-fsspec/distinfo | 6 +++--- devel/py-fsspec/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-fsspec/Makefile b/devel/py-fsspec/Makefile index 267a038847cd..07dedf849ffa 100644 --- a/devel/py-fsspec/Makefile +++ b/devel/py-fsspec/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= fsspec -PORTVERSION= 2021.10.1 +PORTVERSION= 2021.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-fsspec/distinfo b/devel/py-fsspec/distinfo index 080f9f46b625..80e28abc5807 100644 --- a/devel/py-fsspec/distinfo +++ b/devel/py-fsspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391128 -SHA256 (fsspec-2021.10.1.tar.gz) = c245626e3cb8de5cd91485840b215a385fa6f2b0f6ab87978305e99e2d842753 -SIZE (fsspec-2021.10.1.tar.gz) = 128240 +TIMESTAMP = 1637072958 +SHA256 (fsspec-2021.11.0.tar.gz) = cbb7bafd59aa33684a92e843877f4adc0109fb0722b1a26e7d08f5a6e2500904 +SIZE (fsspec-2021.11.0.tar.gz) = 134371 diff --git a/devel/py-fsspec/pkg-descr b/devel/py-fsspec/pkg-descr index 894150598cf6..9f188a90d850 100644 --- a/devel/py-fsspec/pkg-descr +++ b/devel/py-fsspec/pkg-descr @@ -2,4 +2,4 @@ Filesystem Spec is a project to unify various projects and classes to work with remote filesystems and file-system-like abstractions using a standard pythonic interface. -WWW: https://github.com/intake/filesystem_spec +WWW: https://github.com/fsspec/filesystem_spec