Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bEguPxIg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VmkhjTH+ Received: by mail.netbsd.org (Postfix, from userid 605) id 3640884FA4; Wed, 15 May 2024 15:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715786370; bh=MfSlEZ11/pTZ42kYTtjgInblAhjpgWJx5YPgl5LLtik=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bEguPxIg8WaFpJXy/skR280mj8yEJTraQG4rhOa55+ZbLuC+x752EVZBP5BIhg8nx 1iIWQxdnmyWTaYDbx3TiCKqPvCrkht6GT2aaam3C1rmxD4JcKcEGyqW0GCtcPMuRI0 njasa3tcP6QnTKI5XTCwSBZiGfgKdJVxBQHfKW+Q= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2905C84CD7 for ; Wed, 15 May 2024 15:19:29 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IJm14Xvn1LF3 for ; Wed, 15 May 2024 15:19:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 66A2F84D2D for ; Wed, 15 May 2024 15:19:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715786368; bh=MfSlEZ11/pTZ42kYTtjgInblAhjpgWJx5YPgl5LLtik=; h=Date:From:Subject:To:Reply-To; b=VmkhjTH+d/lntumUw7ZrHGqZ/tmxTvIR9/ZOlyLH5aPgqNG4Cuf0/geXf8GVRazii Rfqa8k36bwH0l0NfItijg8GWKlxFE3FFk585JaS/f1iamXz/aHLTt9qihTirRTMpZi s1ry81JnIE3+V52KnOLMrCiOkQ5ftdp5WyfRbhZo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60081FA2C; Wed, 15 May 2024 15:19:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171578636833060" MIME-Version: 1.0 Date: Wed, 15 May 2024 15:19:28 +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: <20240515151928.60081FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171578636833060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 15 15:19:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-wcmatch, devel/py-coveralls, www/py-django-admin-sortable2, sysutils/py-fsspec To generate a diff of this commit: cvs rdiff -u -r1.3446 -r1.3447 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171578636833060 Content-Disposition: inline Content-Length: 908 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.3446 pkgsrc/doc/CHANGES-2024:1.3447 --- pkgsrc/doc/CHANGES-2024:1.3446 Wed May 15 13:44:41 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 15:19:28 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3446 2024/05/15 13:44:41 nikita Exp $ +$NetBSD: CHANGES-2024,v 1.3447 2024/05/15 15:19:28 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5394,3 +5394,7 @@ Changes to the packages collection and i Updated chat/dino to 0.4.3nb1 [wiz 2024-05-15] Updated devel/glib2 to 2.80.2nb2 [wiz 2024-05-15] Updated shells/zsh-completions to 0.35.0 [nikita 2024-05-15] + Updated textproc/py-wcmatch to 8.5.2 [adam 2024-05-15] + Updated devel/py-coveralls to 4.0.1 [adam 2024-05-15] + Updated www/py-django-admin-sortable2 to 2.2 [adam 2024-05-15] + Updated sysutils/py-fsspec to 2024.5.0 [adam 2024-05-15] --_----------=_171578636833060--