From nobody Tue Dec 21 19:42:20 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 E1D1B1901E2F; Tue, 21 Dec 2021 19:42:33 +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 4JJRgT4XtLz4yPn; Tue, 21 Dec 2021 19:42:28 +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 4092C785E; Tue, 21 Dec 2021 19:42:20 +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 1BLJgKpp024746; Tue, 21 Dec 2021 19:42:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLJgKpS024745; Tue, 21 Dec 2021 19:42:20 GMT (envelope-from git) Date: Tue, 21 Dec 2021 19:42:20 GMT Message-Id: <202112211942.1BLJgKpS024745@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: 7ea33702bbd4 - main - devel/py-aiofiles: Update to 0.8.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: 7ea33702bbd42885676ba4c8dd2ea5f147af11eb Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640115751; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Wufz515g0DrQvvB42f8143qwaeyndCR9vawILfwkfSk=; b=UFDSHfMa7Tkekt9UPE+/EQYVXhq8KfPJPNuakruXZjE9WtTya9NhAVMKZE74vElrLmYoLe wOFnrPEP8jyKeTEivSGfpY5e+yR+sRwUjGH08t2QJ6fOcuaKy964RESb9jmW0xh5/6G4I5 sc/1kraaXpAfM/7+Ttrdy3UxsEDG9XkkJKYOenr2fQ3orbC3IAH+YIbUo8UvXzz5BpL+3/ q3/nNl/17172rhvhz580qlHOhXuc+DwGfuV0hYVVDexLCAXCF69HNeYWjwVwsniCjCIgYv N/AOtpUC1olL9rZbWY2bvRgcWQObrgGntuz0hCnEAj5RhnGipBBXQ/LJ9GzQmw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640115751; a=rsa-sha256; cv=none; b=vqu/yqTUt9ZnW9pYfrkug3XXTxcQoQHUN+Q32gYBFMiAC3sHrEvqqOl0rBEU0WM5sKSX+n jBGscWp4vMe0kW3aJh7n4qR/bi4miwWFx0+Jr8z3W3MUpAwIRCaplSKTAVAk6HmyICp88o Jh7l7d3HyyIKHFdl0PSP4aAJ0th8rtQyquh75QjeonWeq0rWaTJqrbu5CNfeu8FdiZRzQY lRaRJzQjJuP1PDyQJCWm/JG4E5RUcTq28cu4b1KBFcrONstvMKfDQWxP3W5fPu+VPFyIpW vbZc8Tw9+X9rHYbBuXyZAsE5bKtn8z3Llg+yN5YZBvHwhYVf1MaGuGb2hCfgdw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ea33702bbd42885676ba4c8dd2ea5f147af11eb commit 7ea33702bbd42885676ba4c8dd2ea5f147af11eb Author: Po-Chuan Hsieh AuthorDate: 2021-12-21 18:47:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-12-21 18:47:59 +0000 devel/py-aiofiles: Update to 0.8.0 Changes: https://github.com/Tinche/aiofiles/blob/master/README.rst#history --- devel/py-aiofiles/Makefile | 2 +- devel/py-aiofiles/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-aiofiles/Makefile b/devel/py-aiofiles/Makefile index ae36ffcebafc..aed7f29cd433 100644 --- a/devel/py-aiofiles/Makefile +++ b/devel/py-aiofiles/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aiofiles -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-aiofiles/distinfo b/devel/py-aiofiles/distinfo index 45c8a0c40cd8..5b7c27b9a991 100644 --- a/devel/py-aiofiles/distinfo +++ b/devel/py-aiofiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621183198 -SHA256 (aiofiles-0.7.0.tar.gz) = a1c4fc9b2ff81568c83e21392a82f344ea9d23da906e4f6a52662764545e19d4 -SIZE (aiofiles-0.7.0.tar.gz) = 13557 +TIMESTAMP = 1638556544 +SHA256 (aiofiles-0.8.0.tar.gz) = 8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59 +SIZE (aiofiles-0.8.0.tar.gz) = 14082