Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9ED784D14 for ; Wed, 13 Sep 2023 19:27:59 +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 12_IoN0Z-p-H for ; Wed, 13 Sep 2023 19:27:59 +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 3BDBE84CCF for ; Wed, 13 Sep 2023 19:27:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 338D3FBDB; Wed, 13 Sep 2023 19:27:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169463327995850" MIME-Version: 1.0 Date: Wed, 13 Sep 2023 19:27:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230913192759.338D3FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169463327995850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 13 19:27:58 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated archivers/py-zopfli, devel/py-virtualenv To generate a diff of this commit: cvs rdiff -u -r1.5500 -r1.5501 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23380 -r1.23381 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169463327995850 Content-Disposition: inline Content-Length: 1463 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5500 pkgsrc/doc/CHANGES-2023:1.5501 --- pkgsrc/doc/CHANGES-2023:1.5500 Wed Sep 13 17:26:00 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Sep 13 19:27:58 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5500 2023/09/13 17:26:00 adam Exp $ +$NetBSD: CHANGES-2023,v 1.5501 2023/09/13 19:27:58 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7981,3 +7981,5 @@ Changes to the packages collection and i Updated graphics/py-OpenGL-accelerate to 3.1.7 [adam 2023-09-13] Updated databases/redis to 7.2.1 [adam 2023-09-13] Updated textproc/py-xlsxwriter to 3.1.3 [adam 2023-09-13] + Updated archivers/py-zopfli to 0.2.3 [adam 2023-09-13] + Updated devel/py-virtualenv to 20.24.5 [adam 2023-09-13] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23380 pkgsrc/doc/TODO:1.23381 --- pkgsrc/doc/TODO:1.23380 Wed Sep 13 09:58:49 2023 +++ pkgsrc/doc/TODO Wed Sep 13 19:27:58 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23380 2023/09/13 09:58:49 adam Exp $ +$NetBSD: TODO,v 1.23381 2023/09/13 19:27:58 adam Exp $ Suggested new packages ====================== @@ -1241,9 +1241,7 @@ For possible Perl packages updates, see o py-twisted-23.8.0 o py-uliweb-0.6 o py-vdirsyncer-0.19.2 [https://github.com/pimutils/vdirsyncer/issues/1015] - o py-virtualenv-20.24.5 o py-yubiauth-0.3.10 - o py-zopfli-0.2.3 o pythontidy-1.23 o q5go-2.1.1 o qalculate-3.18.0 --_----------=_169463327995850--