Received: by mail.netbsd.org (Postfix, from userid 605) id D494D84EF1; Wed, 1 Mar 2023 11:27:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 107D384EF0 for ; Wed, 1 Mar 2023 11:27:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SQ8azn_wlgAT for ; Wed, 1 Mar 2023 11:27:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 74DDF84D39 for ; Wed, 1 Mar 2023 11:27:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E627FA90; Wed, 1 Mar 2023 11:27:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677670021154330" MIME-Version: 1.0 Date: Wed, 1 Mar 2023 11:27:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-aiofiles To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230301112701.6E627FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677670021154330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 1 11:27:01 UTC 2023 Modified Files: pkgsrc/devel/py-aiofiles: Makefile distinfo Log Message: py-aiofiles: updated to 23.1.0 23.1.0 (2023-02-09) Added aiofiles.os.access. Removed aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace. Added aiofiles.stdin, aiofiles.stdin_bytes, and other stdio streams. Transition to asyncio.get_running_loop (vs asyncio.get_event_loop) internally. 22.1.0 (2022-09-04) Added aiofiles.os.path.islink. Added aiofiles.os.readlink. Added aiofiles.os.symlink. Added aiofiles.os.unlink. Added aiofiles.os.link. Added aiofiles.os.renames. Added aiofiles.os.{listdir, scandir}. Switched to CalVer. Dropped Python 3.6 support. If you require it, use version 0.8.0. aiofiles is now tested on Python 3.11. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-aiofiles/Makefile \ pkgsrc/devel/py-aiofiles/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677670021154330 Content-Disposition: inline Content-Length: 1594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-aiofiles/Makefile diff -u pkgsrc/devel/py-aiofiles/Makefile:1.9 pkgsrc/devel/py-aiofiles/Makefile:1.10 --- pkgsrc/devel/py-aiofiles/Makefile:1.9 Tue Jan 4 20:52:48 2022 +++ pkgsrc/devel/py-aiofiles/Makefile Wed Mar 1 11:27:01 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/01/04 20:52:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2023/03/01 11:27:01 adam Exp $ -DISTNAME= aiofiles-0.8.0 +DISTNAME= aiofiles-23.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/} Index: pkgsrc/devel/py-aiofiles/distinfo diff -u pkgsrc/devel/py-aiofiles/distinfo:1.9 pkgsrc/devel/py-aiofiles/distinfo:1.10 --- pkgsrc/devel/py-aiofiles/distinfo:1.9 Sun Nov 28 20:10:04 2021 +++ pkgsrc/devel/py-aiofiles/distinfo Wed Mar 1 11:27:01 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/11/28 20:10:04 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/03/01 11:27:01 adam Exp $ -BLAKE2s (aiofiles-0.8.0.tar.gz) = 62cc23a717d180e236f599b18ee2e3d7d8152ba0b5298b27d9104d08701f2c3a -SHA512 (aiofiles-0.8.0.tar.gz) = 89473300af4c6ea7d055bb9f1e45dc2f815ae0efbedd61271a7bffcc02c9c6e5456a7e19d09b1f300a6faf7a90b54700350103e48c322161ed989eb3357fa08f -Size (aiofiles-0.8.0.tar.gz) = 14082 bytes +BLAKE2s (aiofiles-23.1.0.tar.gz) = e013ec3eb8670822f2c906104f4aae75a3590dceadf2c6d7caa86386df95c9db +SHA512 (aiofiles-23.1.0.tar.gz) = a279e4c3c6ee32281444b1f7ce8c7f8464460a858657f0c50dcb67fc788c8a6b0a7771e0120f2d2942c414726ba264ab6673d7f1b726814c1cc16cfcf1e0a445 +Size (aiofiles-23.1.0.tar.gz) = 15614 bytes --_----------=_1677670021154330--