Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fjGB6TKh; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=J+oqSGjM Received: by mail.netbsd.org (Postfix, from userid 605) id ED2EF84EA0; Sat, 11 May 2024 05:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715404675; bh=oLlAYzjda+yzxb3yf3ILbKChq+pfDmjvhLXr0QpBqWs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=fjGB6TKhw7A4317EOFZSzig3PufIMTfQ65CNAW0MiB7du5SUmikvulpGQmsGVN0mI 8McbdFcbBw48vpUxfWYRx64pBkMr5VmKWQbaW0guIpKVy+4KLXCGziWnjPvWrYlScc neQ6s/2vAGydujtEFa7ykaXgztP0l78JBTcZHizQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E003284D4B for ; Sat, 11 May 2024 05:17:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 Ha00WQANvNHV for ; Sat, 11 May 2024 05:17:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3D97384CD0 for ; Sat, 11 May 2024 05:17:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715404673; bh=oLlAYzjda+yzxb3yf3ILbKChq+pfDmjvhLXr0QpBqWs=; h=Date:From:Subject:To:Reply-To; b=J+oqSGjM3M8SIaOdvC6psCKqKd7eWxNq2O+t/O+fw70hylCI7c8akMuqMHgvwX+wn 555xkyC9xal85r/jeFU2UD5PnfyWClRBnrr+RVXxvO7gC/UZ8gr11R3rj8HRorWq/4 s0gWYon7wBlYtp8KCPzCm9dUAH2tPzpIu5R0bwjk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A2A9FA2C; Sat, 11 May 2024 05:17:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715404673240850" MIME-Version: 1.0 Date: Sat, 11 May 2024 05:17:53 +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: <20240511051753.3A2A9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715404673240850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 11 05:17:53 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated databases/py-peewee, devel/py-bitstring, textproc/py-numpydoc, textproc/py-patiencediff To generate a diff of this commit: cvs rdiff -u -r1.3314 -r1.3315 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715404673240850 Content-Disposition: inline Content-Length: 906 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3314 pkgsrc/doc/CHANGES-2024:1.3315 --- pkgsrc/doc/CHANGES-2024:1.3314 Fri May 10 17:29:04 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 11 05:17:52 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3314 2024/05/10 17:29:04 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3315 2024/05/11 05:17:52 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5233,3 +5233,7 @@ Changes to the packages collection and i Updated lang/php83 to 8.3.7 [taca 2024-05-10] Updated devel/cargo-bloat to 0.12.1 [adam 2024-05-10] Updated graphics/py-tifffile to 2024.5.10 [adam 2024-05-10] + Updated databases/py-peewee to 3.17.5 [adam 2024-05-11] + Updated devel/py-bitstring to 4.2.2 [adam 2024-05-11] + Updated textproc/py-numpydoc to 1.7.0 [adam 2024-05-11] + Updated textproc/py-patiencediff to 0.2.15 [adam 2024-05-11] --_----------=_1715404673240850--