Received: by mail.netbsd.org (Postfix, from userid 605) id 9BE2D84FC2; Wed, 10 Jan 2024 06:40:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC40B84FBD for ; Wed, 10 Jan 2024 06:40:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id S6AWXL0Pje2B for ; Wed, 10 Jan 2024 06:40:35 +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 482B184D15 for ; Wed, 10 Jan 2024 06:40:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A946FA42; Wed, 10 Jan 2024 06:40:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170486883553420" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 06:40:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms/py-jupyter_server_terminals To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240110064035.3A946FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170486883553420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 10 06:40:35 UTC 2024 Modified Files: pkgsrc/comms/py-jupyter_server_terminals: Makefile distinfo Log Message: py-jupyter_server_terminals: updated to 0.5.1 0.5.1 Bugs fixed - fix: support OPTIONS method for CORS To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-jupyter_server_terminals/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-jupyter_server_terminals/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170486883553420 Content-Disposition: inline Content-Length: 1874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-jupyter_server_terminals/Makefile diff -u pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.4 pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.5 --- pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.4 Sun Dec 17 17:25:34 2023 +++ pkgsrc/comms/py-jupyter_server_terminals/Makefile Wed Jan 10 06:40:35 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/12/17 17:25:34 adam Exp $ +# $NetBSD: Makefile,v 1.5 2024/01/10 06:40:35 adam Exp $ -DISTNAME= jupyter_server_terminals-0.5.0 +DISTNAME= jupyter_server_terminals-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-server-terminals/} Index: pkgsrc/comms/py-jupyter_server_terminals/distinfo diff -u pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.2 pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.3 --- pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.2 Sun Dec 17 17:25:34 2023 +++ pkgsrc/comms/py-jupyter_server_terminals/distinfo Wed Jan 10 06:40:35 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/12/17 17:25:34 adam Exp $ +$NetBSD: distinfo,v 1.3 2024/01/10 06:40:35 adam Exp $ -BLAKE2s (jupyter_server_terminals-0.5.0.tar.gz) = a4749ae8461335eb292adbbfc3366d7bdcc4b794b6895b35738566d0f1bb6d1e -SHA512 (jupyter_server_terminals-0.5.0.tar.gz) = 398419590bfad09846dd4f283896962af772700f6bf43b2cd3c2516830a9693ce4f383a9e3620e9d5613985f4d60c0758fad8961e7ba023f7f5b73200679ee25 -Size (jupyter_server_terminals-0.5.0.tar.gz) = 30616 bytes +BLAKE2s (jupyter_server_terminals-0.5.1.tar.gz) = c9dd57ae67063d2342fdd746881df218583b1f036714dfc0e7480ba06c8f9ee7 +SHA512 (jupyter_server_terminals-0.5.1.tar.gz) = e3006e61aa712675bcdcf85dcb1f775da8064b8a621d852f51063707ebe3462ffe75efbb646dd76075d9ee075b80458290a075f502f270487b9390ba3f6881c5 +Size (jupyter_server_terminals-0.5.1.tar.gz) = 30742 bytes --_----------=_170486883553420--