Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A07385013 for ; Thu, 26 Oct 2023 13:11: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 Ddhu5KLu9YIY for ; Thu, 26 Oct 2023 13:11:33 +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 BD35684D66 for ; Thu, 26 Oct 2023 13:11:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B43D8FADC; Thu, 26 Oct 2023 13:11:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698325893237830" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 13:11:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-jaraco.envs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231026131133.B43D8FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698325893237830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 26 13:11:33 UTC 2023 Modified Files: pkgsrc/devel/py-jaraco.envs: Makefile distinfo Log Message: py-jaraco.envs: updated to 2.6.0 v2.6.0 Features - Environments now have a default name, '.venv'. v2.5.1 Bugfixes - Remove Python 3.7 compatibility from tests. v2.5.0 Features - Require Python 3.8 or later. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-jaraco.envs/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jaraco.envs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698325893237830 Content-Disposition: inline Content-Length: 1630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-jaraco.envs/Makefile diff -u pkgsrc/devel/py-jaraco.envs/Makefile:1.4 pkgsrc/devel/py-jaraco.envs/Makefile:1.5 --- pkgsrc/devel/py-jaraco.envs/Makefile:1.4 Tue Jun 6 12:41:13 2023 +++ pkgsrc/devel/py-jaraco.envs/Makefile Thu Oct 26 13:11:33 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/06/06 12:41:13 riastradh Exp $ +# $NetBSD: Makefile,v 1.5 2023/10/26 13:11:33 adam Exp $ -DISTNAME= jaraco.envs-2.4.0 +DISTNAME= jaraco.envs-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.envs/} Index: pkgsrc/devel/py-jaraco.envs/distinfo diff -u pkgsrc/devel/py-jaraco.envs/distinfo:1.2 pkgsrc/devel/py-jaraco.envs/distinfo:1.3 --- pkgsrc/devel/py-jaraco.envs/distinfo:1.2 Wed May 11 08:31:33 2022 +++ pkgsrc/devel/py-jaraco.envs/distinfo Thu Oct 26 13:11:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2022/05/11 08:31:33 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/10/26 13:11:33 adam Exp $ -BLAKE2s (jaraco.envs-2.4.0.tar.gz) = b8aeb6cb13bf4cb1131a9b0629bdb6ae73ae30843c7f03ae575208bdfb6f8a81 -SHA512 (jaraco.envs-2.4.0.tar.gz) = d4da2a3f8ec9add63a0b2f754523da5b6593d869537e38c33ea86e59105c4be0cea15546897d70b869cf81be709d9b3fa2cfa35bbefcb9ab32a373ea620553aa -Size (jaraco.envs-2.4.0.tar.gz) = 7101 bytes +BLAKE2s (jaraco.envs-2.6.0.tar.gz) = a3fdfc6f4da34769ed0dca37e3aaac0075985db6c6ad38805040ddbd33ead920 +SHA512 (jaraco.envs-2.6.0.tar.gz) = 8c1d4717f45b805ae3afa1308a60c0f6f03af2a0976f2fb52329d05114282c2f33085865c93e34065bfd978e52ed8bd65f9903ed8e3c7d8b23bf6a050a32bd08 +Size (jaraco.envs-2.6.0.tar.gz) = 8028 bytes --_----------=_1698325893237830--