From nobody Mon Nov 27 10:36:00 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sf275022qz51xJr; Mon, 27 Nov 2023 10:36:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sf2746JFFz4QMg; Mon, 27 Nov 2023 10:36:00 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1701081360; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NXULPu+cXgQVCJzVi9PellATnGAzBDpyjcluMhpOJiU=; b=g0H6/FUHw543bBBUE5R3CPavi/d3r4EozmF63ZsVpXnX16EqZTi0nhrzJgymdtV1LvAvYc WDQAJAqVHHdVSdTtdbIjF4i1e33MqqADTW6Ui/SUFROxnePK7sJwN1MzWR9S+KW7F67nrd VAYY4kxW5tEG0RQ9hKoIAt1OBDbeC7wZ/NXzkxrkd2HXPrgqYufAnLel5wV9LDFccuCXJ8 E+IsSU9D3ObtbCAzHRFn22gBWqDKGjf+8tcsTTZZUEeV3/HRIxXXu3dmERid+E1BJ4r7XM ZyBHpdbWxyDwETktP0ouh88Dnjllw9LWcdknBxLk0KJVjeYyOype/tv9nO7g8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1701081360; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NXULPu+cXgQVCJzVi9PellATnGAzBDpyjcluMhpOJiU=; b=NPP2Tu9JGHZ3vBulepluD9xjerNw8sCdfIKjHlqI5pHdH7l7masRhloyD8r0zaEJngeD2z 2vbtm1o4ytzSNwKV3A/mEB82QqFqThXaSVs5lopgUR5970mEXO94Fty80CVh2uUJi1E8m1 IaIR35jsCLSdROHZYS3qj6d2Rmx43d9+gPkroj+gdRyL0451W++ICTvASLE/QLUEpxEMZ9 4KjRP3HjQ243vy70Dkz5p6EWknXrpDYdnajOTausAIzWKqpuisr66RSPnwK+li/VhE2whu w6HmMza8AAwxQhXIk13jxQ9+E0ki7i5d0FjxqD57fybac2345ayVa4nNv58YRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1701081360; a=rsa-sha256; cv=none; b=HiXYHt1BF++sxDTazSmAfFY1qq2F3wIH4yxuHJWqEKuQa7dhjbmVbD/SPOD81RscqdilJI 7P8pCbXwt/9mX2em62fIkcoQQ4jGDxI+siaBzQqY/DVj/UfXs/NLt4U9WhJ2oGWX36A8yD 6O3WrrPtF1kgGI/DVPoXDj0pbLO+9csh38QfKkMkkFPI4Y1xBDBH/9ptMLBt5cAcslbECy 5rDInRyOrvx0c1F4XxaXIS1NCaOEAX4RLrYEjy/8TbjdFOJGKq7O7OXi1w5sUlLN/Ho2Yv wGF0hlZAOiNDWxiaZHBFKeNwysGhHvaIFJSvEygTkrDM1/t6mEiIqBPSaAnTUw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Sf2745Mx9zZqP; Mon, 27 Nov 2023 10:36:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 3ARAa0D4090189; Mon, 27 Nov 2023 10:36:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 3ARAa0XP090186; Mon, 27 Nov 2023 10:36:00 GMT (envelope-from git) Date: Mon, 27 Nov 2023 10:36:00 GMT Message-Id: <202311271036.3ARAa0XP090186@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b47c31cf95fe - main - devel/py-jupyter-server: Update to 2.11.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b47c31cf95fea0e2ecd346bdffa34bd9a885b4c3 Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b47c31cf95fea0e2ecd346bdffa34bd9a885b4c3 commit b47c31cf95fea0e2ecd346bdffa34bd9a885b4c3 Author: Po-Chuan Hsieh AuthorDate: 2023-11-27 10:02:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-11-27 10:28:13 +0000 devel/py-jupyter-server: Update to 2.11.0 - Update WWW Changes: https://github.com/jupyter-server/jupyter_server/releases --- devel/py-jupyter-server/Makefile | 7 ++++--- devel/py-jupyter-server/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/py-jupyter-server/Makefile b/devel/py-jupyter-server/Makefile index e6898b571d4f..9cae5cd6b932 100644 --- a/devel/py-jupyter-server/Makefile +++ b/devel/py-jupyter-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-server -PORTVERSION= 2.10.0 +PORTVERSION= 2.11.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/ @@ -8,7 +8,8 @@ DISTNAME= jupyter_server-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= The backend to Jupyter web applications -WWW= https://github.com/jupyter-server/jupyter_server +WWW= https://jupyter-server.readthedocs.io/en/latest/ \ + https://github.com/jupyter-server/jupyter_server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.1.0:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.4:devel/py-jupyter-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-core>=4.12:devel/py-jupyter-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.6.0:devel/py-jupyter-events@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.9.0:devel/py-jupyter-events@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-server-terminals>=0:devel/py-jupyter-server-terminals@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbconvert>=6.4.4:devel/py-nbconvert@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbformat>=5.3.0:devel/py-nbformat@${PY_FLAVOR} \ diff --git a/devel/py-jupyter-server/distinfo b/devel/py-jupyter-server/distinfo index 08de069a453a..70f9688c30bc 100644 --- a/devel/py-jupyter-server/distinfo +++ b/devel/py-jupyter-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774548 -SHA256 (jupyter_server-2.10.0.tar.gz) = 47b8f5e63440125cb1bb8957bf12b18453ee5ed9efe42d2f7b2ca66a7019a278 -SIZE (jupyter_server-2.10.0.tar.gz) = 709151 +TIMESTAMP = 1700759778 +SHA256 (jupyter_server-2.11.0.tar.gz) = 78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba +SIZE (jupyter_server-2.11.0.tar.gz) = 710596