Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E46A81A9239 for ; Sun, 28 Nov 2021 20:10:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2285084F0C; Sun, 28 Nov 2021 20:10:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5CE0484D50 for ; Sun, 28 Nov 2021 20:10:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Tgj_9Vcfjz61 for ; Sun, 28 Nov 2021 20:10:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BF02E84D04 for ; Sun, 28 Nov 2021 20:10:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC41AFAEC; Sun, 28 Nov 2021 20:10:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638130204194540" MIME-Version: 1.0 Date: Sun, 28 Nov 2021 20:10:04 +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: <20211128201004.BC41AFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638130204194540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 28 20:10:04 UTC 2021 Modified Files: pkgsrc/devel/py-aiofiles: Makefile PLIST distinfo Log Message: py-aiofiles: updated to 0.8.0 0.8.0 aiofiles is now tested on Python 3.10. Added aiofiles.os.replace. Added aiofiles.os.{makedirs, removedirs}. Added aiofiles.os.path.{exists, isfile, isdir, getsize, getatime, getctime, samefile, sameopenfile}. Added suffix, prefix, dir args to aiofiles.tempfile.TemporaryDirectory. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-aiofiles/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-aiofiles/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-aiofiles/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638130204194540 Content-Disposition: inline Content-Length: 2452 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.7 pkgsrc/devel/py-aiofiles/Makefile:1.8 --- pkgsrc/devel/py-aiofiles/Makefile:1.7 Mon May 17 07:59:52 2021 +++ pkgsrc/devel/py-aiofiles/Makefile Sun Nov 28 20:10:04 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/05/17 07:59:52 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/11/28 20:10:04 adam Exp $ -DISTNAME= aiofiles-0.7.0 +DISTNAME= aiofiles-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/} Index: pkgsrc/devel/py-aiofiles/PLIST diff -u pkgsrc/devel/py-aiofiles/PLIST:1.3 pkgsrc/devel/py-aiofiles/PLIST:1.4 --- pkgsrc/devel/py-aiofiles/PLIST:1.3 Mon May 17 07:59:52 2021 +++ pkgsrc/devel/py-aiofiles/PLIST Sun Nov 28 20:10:04 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/05/17 07:59:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/11/28 20:10:04 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -12,6 +12,9 @@ ${PYSITELIB}/aiofiles/base.pyo ${PYSITELIB}/aiofiles/os.py ${PYSITELIB}/aiofiles/os.pyc ${PYSITELIB}/aiofiles/os.pyo +${PYSITELIB}/aiofiles/ospath.py +${PYSITELIB}/aiofiles/ospath.pyc +${PYSITELIB}/aiofiles/ospath.pyo ${PYSITELIB}/aiofiles/tempfile/__init__.py ${PYSITELIB}/aiofiles/tempfile/__init__.pyc ${PYSITELIB}/aiofiles/tempfile/__init__.pyo Index: pkgsrc/devel/py-aiofiles/distinfo diff -u pkgsrc/devel/py-aiofiles/distinfo:1.8 pkgsrc/devel/py-aiofiles/distinfo:1.9 --- pkgsrc/devel/py-aiofiles/distinfo:1.8 Tue Oct 26 10:18:09 2021 +++ pkgsrc/devel/py-aiofiles/distinfo Sun Nov 28 20:10:04 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:18:09 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/11/28 20:10:04 adam Exp $ -BLAKE2s (aiofiles-0.7.0.tar.gz) = 791493386b50314e1af3a44ffbbaa39e4ab4054dba74cb26cbf405aea538939d -SHA512 (aiofiles-0.7.0.tar.gz) = 5085f3c2b80ec64f19577f2af726cb78298b948863c9bdf5747fe82078cfba67952bbf0a94b092e904f6d2e68af7db82c41cdd17d4d43f2c9011af37798f4e88 -Size (aiofiles-0.7.0.tar.gz) = 13557 bytes +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 --_----------=_1638130204194540--