Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE4A584E77 for ; Mon, 26 Jun 2023 16:13:46 +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 QZaQECr3Mt6a for ; Mon, 26 Jun 2023 16:13:46 +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 11F2F84D84 for ; Mon, 26 Jun 2023 16:13:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08DBCFA89; Mon, 26 Jun 2023 16:13:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687796026214460" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 16:13:46 +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: <20230626161346.08DBCFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687796026214460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 26 16:13:45 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-requests-futures, devel/py-virtualenv To generate a diff of this commit: cvs rdiff -u -r1.4042 -r1.4043 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23104 -r1.23105 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687796026214460 Content-Disposition: inline Content-Length: 1414 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.4042 pkgsrc/doc/CHANGES-2023:1.4043 --- pkgsrc/doc/CHANGES-2023:1.4042 Mon Jun 26 16:07:17 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jun 26 16:13:45 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4042 2023/06/26 16:07:17 adam Exp $ +$NetBSD: CHANGES-2023,v 1.4043 2023/06/26 16:13:45 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5666,3 +5666,5 @@ Changes to the packages collection and i Updated devel/py-test to 7.4.0 [adam 2023-06-26] Updated textproc/py-elementpath to 4.1.4 [adam 2023-06-26] Updated textproc/py-xmlschema to 2.3.1 [adam 2023-06-26] + Updated devel/py-requests-futures to 1.0.1 [adam 2023-06-26] + Updated devel/py-virtualenv to 20.23.1 [adam 2023-06-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23104 pkgsrc/doc/TODO:1.23105 --- pkgsrc/doc/TODO:1.23104 Mon Jun 26 16:04:08 2023 +++ pkgsrc/doc/TODO Mon Jun 26 16:13:45 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23104 2023/06/26 16:04:08 adam Exp $ +$NetBSD: TODO,v 1.23105 2023/06/26 16:13:45 adam Exp $ Suggested new packages ====================== @@ -1252,7 +1252,6 @@ For possible Perl packages updates, see o py-tox-4.6.3 o py-uliweb-0.6 o py-vdirsyncer-0.19.1 [https://github.com/pimutils/vdirsyncer/issues/1015] - o py-virtualenv-20.23.1 o py-yubiauth-0.3.10 o pythontidy-1.23 o q5go-2.1.1 --_----------=_1687796026214460--