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 F01871A9239 for ; Fri, 7 Jan 2022 16:56:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1DEF084E66; Fri, 7 Jan 2022 16:56:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57AFF84D40 for ; Fri, 7 Jan 2022 16:56:34 +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 0Hd9A99ao6uQ for ; Fri, 7 Jan 2022 16:56:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C96B584CE8 for ; Fri, 7 Jan 2022 16:56:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2452FAEC; Fri, 7 Jan 2022 16:56:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641574593187090" MIME-Version: 1.0 Date: Fri, 7 Jan 2022 16:56:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-path To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220107165633.C2452FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641574593187090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 7 16:56:33 UTC 2022 Modified Files: pkgsrc/devel/py-path: Makefile distinfo Log Message: py-path: updated to 16.3.0 v16.3.0 ------- - Require Python 3.7 or later. - test_listdir_other_encoding now automatically skips itself on file systems where it's not appropriate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-path/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-path/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641574593187090 Content-Disposition: inline Content-Length: 1822 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-path/Makefile diff -u pkgsrc/devel/py-path/Makefile:1.2 pkgsrc/devel/py-path/Makefile:1.3 --- pkgsrc/devel/py-path/Makefile:1.2 Tue Jan 4 20:53:19 2022 +++ pkgsrc/devel/py-path/Makefile Fri Jan 7 16:56:33 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/07 16:56:33 adam Exp $ -DISTNAME= path-16.2.0 +DISTNAME= path-16.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/path/} @@ -21,7 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX} + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-path/distinfo diff -u pkgsrc/devel/py-path/distinfo:1.1 pkgsrc/devel/py-path/distinfo:1.2 --- pkgsrc/devel/py-path/distinfo:1.1 Sun Nov 21 10:44:02 2021 +++ pkgsrc/devel/py-path/distinfo Fri Jan 7 16:56:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2021/11/21 10:44:02 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/01/07 16:56:33 adam Exp $ -BLAKE2s (path-16.2.0.tar.gz) = e3c9c2c24ba6d69c10de0f4ee69cda17475f97d9b4c222c8f09c833a8c300f43 -SHA512 (path-16.2.0.tar.gz) = f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79 -Size (path-16.2.0.tar.gz) = 45276 bytes +BLAKE2s (path-16.3.0.tar.gz) = 94df7efd8c505ecd9ca4f7c7c190d5a8494913989a322f080a5ec2552050d487 +SHA512 (path-16.3.0.tar.gz) = 82e94735f65aee533f446e68f2b9b928e42a918772461871e9238227c13831d3ff3e639c1e9f8dcee10bed217477d31495faa3b18e9d2c8898ded607ab8cd71f +Size (path-16.3.0.tar.gz) = 45183 bytes --_----------=_1641574593187090--