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 4B5151A9239 for ; Sun, 31 Oct 2021 09:21:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5E590850EA; Sun, 31 Oct 2021 09:21:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98E75850D7 for ; Sun, 31 Oct 2021 09:21:38 +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 6LUl9rwZynkj for ; Sun, 31 Oct 2021 09:21:38 +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 104B184D2F for ; Sun, 31 Oct 2021 09:21:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03CF5FA97; Sun, 31 Oct 2021 09:21:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635672097770" MIME-Version: 1.0 Date: Sun, 31 Oct 2021 09:21:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-wrapt To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211031092138.03CF5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635672097770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 31 09:21:37 UTC 2021 Modified Files: pkgsrc/devel/py-wrapt: Makefile distinfo Log Message: py-wrapt: updated to 1.13.3 Version 1.13.3 New Features Adds wheels for Python 3.10 on PyPi and where possible also now generating binary wheels for musllinux. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-wrapt/Makefile \ pkgsrc/devel/py-wrapt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635672097770 Content-Disposition: inline Content-Length: 1933 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-wrapt/Makefile diff -u pkgsrc/devel/py-wrapt/Makefile:1.10 pkgsrc/devel/py-wrapt/Makefile:1.11 --- pkgsrc/devel/py-wrapt/Makefile:1.10 Wed Oct 13 06:58:32 2021 +++ pkgsrc/devel/py-wrapt/Makefile Sun Oct 31 09:21:37 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/10/13 06:58:32 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/10/31 09:21:37 adam Exp $ -DISTNAME= wrapt-1.13.2 +DISTNAME= wrapt-1.13.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/} @@ -10,5 +10,11 @@ HOMEPAGE= https://github.com/GrahamDumpl COMMENT= Python module for decorators, wrappers and monkey patching LICENSE= 2-clause-bsd +PYTHON_VERSIONED_DEPENDENCIES= test:test + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests + .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-wrapt/distinfo diff -u pkgsrc/devel/py-wrapt/distinfo:1.10 pkgsrc/devel/py-wrapt/distinfo:1.11 --- pkgsrc/devel/py-wrapt/distinfo:1.10 Tue Oct 26 10:19:16 2021 +++ pkgsrc/devel/py-wrapt/distinfo Sun Oct 31 09:21:37 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:19:16 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/10/31 09:21:37 adam Exp $ -BLAKE2s (wrapt-1.13.2.tar.gz) = 5d438101fcca0047b68b36ba1acb6b8ac3aef709c10733c4e3b2259be58fca0a -SHA512 (wrapt-1.13.2.tar.gz) = afc93825c245a68245e3b5cbec9bdddf9709cb08d47d1d1f066cec942ea75378286b24fd999cd438f0d0cae267b9dfe02ab7b76cfcdf5fc657e4628e09a43029 -Size (wrapt-1.13.2.tar.gz) = 48836 bytes +BLAKE2s (wrapt-1.13.3.tar.gz) = b99bdc3641b41e47da016be4da5fc41f0b865f36391240d030a5cd0847566940 +SHA512 (wrapt-1.13.3.tar.gz) = c80505b1d52eebc405cdb69a2e5a1d4d429e3091d04ae21d4af38175576818d30fdd57ef1e5422bd29022079e2996ee2ce97a3e8e4fada78387f24aa41fa2e32 +Size (wrapt-1.13.3.tar.gz) = 48871 bytes --_----------=_1635672097770--