Received: by mail.netbsd.org (Postfix, from userid 605) id 5A07584F53; Fri, 9 Feb 2024 11:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707479896; bh=udb9BfsfMdLpmW8lD69GUNc975QyeMTZLUmPNTCnte8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Sg+C7dDJJh/Rkvw2nqLUeqH/GdqWafZpsMkVO01pjl3kHItsHqVYq1r2RAYskL4YE MdhDuumytJGIbrdYEJH4tmUOCILGjemsgpYseRdmUMkZms8thGD3EjP30VGdFzu8EV 2WnjtY6LChuQY9hMh4yAth1JzAvKuMQQMlImGrvo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AF8284D52 for ; Fri, 9 Feb 2024 11:58:15 +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 wBezUPrAlYfa for ; Fri, 9 Feb 2024 11:58:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DEEC584D00 for ; Fri, 9 Feb 2024 11:58:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D378EFA42; Fri, 9 Feb 2024 11:58:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707479894199510" MIME-Version: 1.0 Date: Fri, 9 Feb 2024 11:58: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: <20240209115814.D378EFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707479894199510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 9 11:58:14 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated graphics/py-Willow, www/py-draftjs_exporter To generate a diff of this commit: cvs rdiff -u -r1.1035 -r1.1036 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707479894199510 Content-Disposition: inline Content-Length: 827 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.1035 pkgsrc/doc/CHANGES-2024:1.1036 --- pkgsrc/doc/CHANGES-2024:1.1035 Fri Feb 9 10:50:53 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Feb 9 11:58:14 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1035 2024/02/09 10:50:53 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1036 2024/02/09 11:58:14 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1757,3 +1757,5 @@ Changes to the packages collection and i Removed databases/py-mysqldb successor databases/py-mysqlclient [adam 2024-02-09] Updated www/py-djangocms-admin-style to 3.3.0 [adam 2024-02-09] Updated www/py-django-cms to 4.1.0 [adam 2024-02-09] + Updated graphics/py-Willow to 1.8.0 [adam 2024-02-09] + Updated www/py-draftjs_exporter to 5.0.0 [adam 2024-02-09] --_----------=_1707479894199510--