Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F5E78508E for ; Thu, 3 Aug 2023 08:23:52 +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 Sov0ab9wkSTh for ; Thu, 3 Aug 2023 08:23:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 56E1885056 for ; Thu, 3 Aug 2023 08:23:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54264FBDB; Thu, 3 Aug 2023 08:23:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691051031277890" MIME-Version: 1.0 Date: Thu, 3 Aug 2023 08:23:51 +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: <20230803082351.54264FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691051031277890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 3 08:23:51 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated security/py-requests-kerberos, security/py-requests-ntlm To generate a diff of this commit: cvs rdiff -u -r1.4718 -r1.4719 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23248 -r1.23249 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691051031277890 Content-Disposition: inline Content-Length: 1397 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.4718 pkgsrc/doc/CHANGES-2023:1.4719 --- pkgsrc/doc/CHANGES-2023:1.4718 Thu Aug 3 08:15:36 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Aug 3 08:23:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4718 2023/08/03 08:15:36 adam Exp $ +$NetBSD: CHANGES-2023,v 1.4719 2023/08/03 08:23:50 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -6765,3 +6765,5 @@ Changes to the packages collection and i Updated devel/py-jaraco.itertools to 6.4.1 [adam 2023-08-03] Added security/py-krb5 version 0.5.0 [adam 2023-08-03] Added security/py-pyspnego version 0.9.1 [adam 2023-08-03] + Updated security/py-requests-kerberos to 0.14.0 [adam 2023-08-03] + Updated security/py-requests-ntlm to 1.2.0 [adam 2023-08-03] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23248 pkgsrc/doc/TODO:1.23249 --- pkgsrc/doc/TODO:1.23248 Mon Jul 31 21:56:06 2023 +++ pkgsrc/doc/TODO Thu Aug 3 08:23:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23248 2023/07/31 21:56:06 gutteridge Exp $ +$NetBSD: TODO,v 1.23249 2023/08/03 08:23:50 adam Exp $ Suggested new packages ====================== @@ -1216,7 +1216,6 @@ For possible Perl packages updates, see o py-qtgraph-qt5-0.12.1 o py-quixote-3.3 o py-rapidfuzz-3.1.2 - o py-requests-kerberos-0.14.0 o py-sbws-1.1.0 o py-scgi-2.0 o py-simpletal-5.1 --_----------=_1691051031277890--