From nobody Mon Jun 05 21:08:40 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 4QZmRr4sDGz4ZQtN; Mon, 5 Jun 2023 21:08:40 +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 4QZmRr2zMBz4Bpg; Mon, 5 Jun 2023 21:08:40 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1685999320; 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=u53/BO43EjoTMb4Ht7IOd46HajAePRTO9+6wu4EKHvk=; b=i0ViEQQ+38mZJ8asv6vpkyvFE4Der8nrB3G9hdFaE13TjOfOhJHUz57lESUVvvc+xMnILK XDGQjtfP/5j6ZFmuuV7PuPpb+ndo9yjGkOaVhn0lxJglCRaUZEb4wP4nD3sgAjHLV7l/zx 9Q4lM93EpeOjiArC+LimxA3ZHXHwDsv/01GM3s3tbhB3zPken4uiL/dkC/Pxlr85tMj0+U GoRHKcE/91zniOPntpR5v98YDlmxSwMZ1qEkQy1NcCOQL2sHCWXTDD2Hk3nc4Ww04UMCn9 NoTQHiOw2OffgPtbwX8G7+DQoJ6XfymcF+VCFwtWtHwBAx2xrGnaQf6GcDb+hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1685999320; 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=u53/BO43EjoTMb4Ht7IOd46HajAePRTO9+6wu4EKHvk=; b=siXmVA9WzA+wC13OT4iBRXlwrecPM3NafhxKUbeh+C2LQhET0UkeICjw+JR4LD4uruXs5U AgwFsnADBf13SNlpjysa/WjrwyN5FiliO+sP6vCsVKbeBGXroCZdxydjhphy+KLLi9MTdC ZbJvzubiP5uT1B5+EFkYbtTeBcYREiv958dK3GE+t/RpUSvsvQxeVNp8oI0Yz4mPGBX/Yb P6LBAM1Y7pHeRCGRIvaBekLdl0PnOA35z0Aoh/0dl/2DAWCKPEksAXhJhNpiEoace071C2 UA94+cattmg37JHuyVf0IdPvE4gzGzy9FAKFvhLujeDv82Cm824scAyJ93NUXw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1685999320; a=rsa-sha256; cv=none; b=bZYEFK5ABeWmtFoPvM3Uc0nuGDWQZoYmLxqMcsLpfKBAoGwvyX1Sc9xlVTPiTUT09SWELt rWLmUrPMkBm9TMXEf+6atMlh375p6iftx4CObhefPiQgxkCHTRGRz9DdpTjOE4giGimCBy gsUvUGgzEuLoetwa66UhkyY7eY+ccYhOTMQbVvqed7nc3hJ3S18qTaAggVQlvLkcmGkTTp r0fj52lWJD486ermIXvIhGi4ibFE+FaFTZDilb81z0XD396/jANnU7SZ9wBLGa1n4x5Bah 5iZLZ1y4TRincq5ADltYiuOBI9cqQQX5fE+KfyC+QokaZdmF7v8IFbSfG4Db7A== 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 4QZmRr1ynxz131N; Mon, 5 Jun 2023 21:08:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 355L8ek8085020; Mon, 5 Jun 2023 21:08:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 355L8eXg085019; Mon, 5 Jun 2023 21:08:40 GMT (envelope-from git) Date: Mon, 5 Jun 2023 21:08:40 GMT Message-Id: <202306052108.355L8eXg085019@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: dab179282bd3 - main - devel/ipython: Update to 8.14.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: dab179282bd3651acccb193e0d4ed64499ce1995 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dab179282bd3651acccb193e0d4ed64499ce1995 commit dab179282bd3651acccb193e0d4ed64499ce1995 Author: Po-Chuan Hsieh AuthorDate: 2023-06-05 20:53:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-06-05 21:07:54 +0000 devel/ipython: Update to 8.14.0 Changes: https://github.com/ipython/ipython/blob/main/docs/source/whatsnew/version8.rst https://ipython.readthedocs.io/en/stable/whatsnew/version8.html --- devel/ipython/Makefile | 2 +- devel/ipython/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 0b6f74503af0..7d49289da1fb 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipython -PORTVERSION= 8.13.2 +PORTVERSION= 8.14.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 7ec0290d6b03..b6a086d2e67f 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683227753 -SHA256 (ipython-8.13.2.tar.gz) = 7dff3fad32b97f6488e02f87b970f309d082f758d7b7fc252e3b19ee0e432dbb -SIZE (ipython-8.13.2.tar.gz) = 5467542 +TIMESTAMP = 1685995506 +SHA256 (ipython-8.14.0.tar.gz) = 1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1 +SIZE (ipython-8.14.0.tar.gz) = 5470735