Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=q8+kEt6t; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Lq6XLxyu Received: by mail.netbsd.org (Postfix, from userid 605) id C822584E77; Sun, 5 May 2024 20:28:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714940935; bh=1FVxBBVekKBSx/hI93EXJwbWKm+LyRjKhxiI69i1eTo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=q8+kEt6te/nvMljZDsEcrilkutRIC8gl7dwlv1ue7N/3aix0v1kAZeXZLuWimBKj2 bKpBAOfyD+xFPOkT8mkXP2goNsSsIoqBHQTNf5vx2fAKuaQX5BRnRxsD4JTOpiJ+le sdnSA/N45HYF+5SIDvPfpfTQMYDdUnWHXpHWoqck= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9D4F84E63 for ; Sun, 5 May 2024 20:28:54 +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 ZnPcnZ8YLmsA for ; Sun, 5 May 2024 20:28:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B29284CC9 for ; Sun, 5 May 2024 20:28:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714940934; bh=1FVxBBVekKBSx/hI93EXJwbWKm+LyRjKhxiI69i1eTo=; h=Date:From:Subject:To:Reply-To; b=Lq6XLxyu1iAQ4YWnM5xfX09OR6SAapQp3i3VjAJ7iwQ8H9ZLBhLMbEHZqJA/W00lU bWk1a0N+jih6CO4OfG879JUC/eV0EJKwhhDaILx0SSizGmQAPZgP8J2T5nZ6snoPhI kQeBmrJ3hk0rZ/2k7NvYSb/wsyW12Q8ludHqgt6I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13F25FA2C; Sun, 5 May 2024 20:28:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171494093413770" MIME-Version: 1.0 Date: Sun, 5 May 2024 20:28:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240505202854.13F25FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171494093413770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 5 20:28:53 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/py-sphinx to 7.3.7nb1 To generate a diff of this commit: cvs rdiff -u -r1.3203 -r1.3204 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171494093413770 Content-Disposition: inline Content-Length: 725 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.3203 pkgsrc/doc/CHANGES-2024:1.3204 --- pkgsrc/doc/CHANGES-2024:1.3203 Sun May 5 20:26:02 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 5 20:28:53 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3203 2024/05/05 20:26:02 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3204 2024/05/05 20:28:53 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5050,3 +5050,4 @@ Changes to the packages collection and i Updated security/py27-cryptography to 3.3.2nb6 [wiz 2024-05-05] Removed devel/py27-cffi [wiz 2024-05-05] Updated devel/py-cparser to 2.22nb1 [wiz 2024-05-05] + Updated textproc/py-sphinx to 7.3.7nb1 [wiz 2024-05-05] --_----------=_171494093413770--