Received: by mail.netbsd.org (Postfix, from userid 605) id 8E6CE84ECA; Wed, 25 May 2022 12:20:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6D7C84EC1 for ; Wed, 25 May 2022 12:20:23 +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 1oRLgs5LlJ4z for ; Wed, 25 May 2022 12:20:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1763D84E9A for ; Wed, 25 May 2022 12:20:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8945CFAEB; Wed, 25 May 2022 12:21:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165348127494240" MIME-Version: 1.0 Date: Wed, 25 May 2022 12:21:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220525122114.8945CFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165348127494240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 25 12:21:14 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: Updated textproc/py-dill, textproc/py-JWT To generate a diff of this commit: cvs rdiff -u -r1.2732 -r1.2733 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21887 -r1.21888 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165348127494240 Content-Disposition: inline Content-Length: 1451 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.2732 pkgsrc/doc/CHANGES-2022:1.2733 --- pkgsrc/doc/CHANGES-2022:1.2732 Wed May 25 10:25:54 2022 +++ pkgsrc/doc/CHANGES-2022 Wed May 25 12:21:13 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2732 2022/05/25 10:25:54 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2733 2022/05/25 12:21:13 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4196,3 +4196,5 @@ Changes to the packages collection and i Updated net/py-grpcio-testing to 1.46.3 [adam 2022-05-25] Updated net/py-grpcio-tools to 1.46.3 [adam 2022-05-25] Updated shells/starship to 1.7.1 [pin 2022-05-25] + Updated textproc/py-dill to 0.3.5.1 [adam 2022-05-25] + Updated textproc/py-JWT to 2.4.0 [adam 2022-05-25] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21887 pkgsrc/doc/TODO:1.21888 --- pkgsrc/doc/TODO:1.21887 Wed May 25 09:50:03 2022 +++ pkgsrc/doc/TODO Wed May 25 12:21:14 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21887 2022/05/25 09:50:03 adam Exp $ +$NetBSD: TODO,v 1.21888 2022/05/25 12:21:14 adam Exp $ Suggested new packages ====================== @@ -1408,7 +1408,6 @@ For possible Perl packages updates, see o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] o py-coverage-6.3.2 o py-cryptography-36.0.2 - o py-dill-0.3.5.1 o py-django-4.0 o py-django-debug-toolbar-3.2.1 o py-django-tagging-0.5.0 --_----------=_165348127494240--