Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C85E84D38 for ; Wed, 27 Sep 2023 15:36:42 +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 tGPEPSW3G23P for ; Wed, 27 Sep 2023 15:36:41 +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 78E2584CF9 for ; Wed, 27 Sep 2023 15:36:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7670BFBDB; Wed, 27 Sep 2023 15:36:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695829001277110" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 15:36:41 +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: <20230927153641.7670BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695829001277110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 15:36:41 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated misc/py-trove-classifiers, net/py-unearth, archivers/py-brotlicffi, security/py-cryptodome To generate a diff of this commit: cvs rdiff -u -r1.5642 -r1.5643 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23398 -r1.23399 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695829001277110 Content-Disposition: inline Content-Length: 1868 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.5642 pkgsrc/doc/CHANGES-2023:1.5643 --- pkgsrc/doc/CHANGES-2023:1.5642 Wed Sep 27 15:24:30 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Sep 27 15:36:40 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5642 2023/09/27 15:24:30 adam Exp $ +$NetBSD: CHANGES-2023,v 1.5643 2023/09/27 15:36:40 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -8188,3 +8188,7 @@ Changes to the packages collection and i Updated devel/py-pdm to 2.9.3 [adam 2023-09-27] Updated net/py-python-socks to 2.4.3 [adam 2023-09-27] Updated devel/py-test-xprocess to 0.23.0 [adam 2023-09-27] + Updated misc/py-trove-classifiers to 2023.9.19 [adam 2023-09-27] + Updated net/py-unearth to 0.11.0 [adam 2023-09-27] + Updated archivers/py-brotlicffi to 1.1.0.0 [adam 2023-09-27] + Updated security/py-cryptodome to 3.19.0 [adam 2023-09-27] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23398 pkgsrc/doc/TODO:1.23399 --- pkgsrc/doc/TODO:1.23398 Wed Sep 27 15:14:54 2023 +++ pkgsrc/doc/TODO Wed Sep 27 15:36:40 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23398 2023/09/27 15:14:54 adam Exp $ +$NetBSD: TODO,v 1.23399 2023/09/27 15:36:40 adam Exp $ Suggested new packages ====================== @@ -1199,7 +1199,6 @@ For possible Perl packages updates, see o py-cassa-1.11.0 o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] o py-contourpy-1.1.1 - o py-cryptodome-3.19.0 o py-cyclonedx-python-lib-4.2.2 o py-cython-3.0.2 o py-diffoscope-242 @@ -1263,7 +1262,6 @@ For possible Perl packages updates, see o py-syslog-ng-3.31.2 o py-terminator-2.1.1 o py-tokyocabinet-0.6 - o py-trove-classifiers-2023.9.19 o py-twisted-23.8.0 o py-uliweb-0.6 o py-vdirsyncer-0.19.2 [https://github.com/pimutils/vdirsyncer/issues/1015] --_----------=_1695829001277110--