Received: by mail.netbsd.org (Postfix, from userid 605) id 68A0484F9C; Mon, 26 Feb 2024 10:13:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708942399; bh=E59YXn1iQWbVsum4wJ8W7DADqphY84eskPqr0bGeHZU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=M8/eym/t4wKE8SDUNXd0HH2MA6gHXoLAmsV9wVJI0Z0oiEB1GARHtAYEM8lJW8FQ+ csNnh1TpFwy1WNMTPWiNkQAK2EFaFtkEjP/7ev74NqZIefn4CSaqdOR2Ll0bQbE+ha TEDITIaLNpsvP/kHjRMyKPgCqsRKEQAEH1J4dAHc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A95D84F24 for ; Mon, 26 Feb 2024 10:13:16 +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 YSzWpHPBXcaM for ; Mon, 26 Feb 2024 10:13:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 87F6784F26 for ; Mon, 26 Feb 2024 10:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708942395; bh=E59YXn1iQWbVsum4wJ8W7DADqphY84eskPqr0bGeHZU=; h=Date:From:Subject:To:Reply-To; b=kPLVs3VL4s6YGkGm3pubw+u4swTPRlSWhOO2UbAqau0vXtiXNGGOA2XYsSqyYxoju dosnLUsrFDdr/GGZoCy2MXKB+qOnJ3KSk50CntDLJ0qZwI5m5QXyHaZfC3MUmlP4KM A6pgRal/LuWiurucmhokpIW4yv6ufCqnFagIAP3M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA666FA29; Mon, 26 Feb 2024 10:12:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708942356252040" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 10:12:36 +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: <20240226101236.AA666FA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708942356252040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 26 10:12:36 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-markdown2, textproc/py-phonenumbers To generate a diff of this commit: cvs rdiff -u -r1.1524 -r1.1525 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708942356252040 Content-Disposition: inline Content-Length: 787 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.1524 pkgsrc/doc/CHANGES-2024:1.1525 --- pkgsrc/doc/CHANGES-2024:1.1524 Mon Feb 26 09:35:19 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Feb 26 10:12:36 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1524 2024/02/26 09:35:19 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1525 2024/02/26 10:12:36 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2701,3 +2701,5 @@ Changes to the packages collection and i Updated devel/py-pydantic to 2.6.2 [adam 2024-02-25] Updated devel/py-ddt to 1.7.2 [adam 2024-02-26] Updated misc/py-sniffio to 1.3.1 [adam 2024-02-26] + Updated textproc/py-markdown2 to 2.4.13 [adam 2024-02-26] + Updated textproc/py-phonenumbers to 8.13.31 [adam 2024-02-26] --_----------=_1708942356252040--