Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2023 07:42:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e32148ba510 - main - devel/ipython: Update to 8.17.1
Message-ID:  <202311020742.3A27gUFC039710@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e32148ba510538f9bdc54d4852c92d9e58c6503

commit 0e32148ba510538f9bdc54d4852c92d9e58c6503
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-02 07:36:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-02 07:37:43 +0000

    devel/ipython: Update to 8.17.1
    
    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                                  |  6 ++----
 devel/ipython/distinfo                                  |  6 +++---
 devel/ipython/files/patch-ipython.egg-info_requires.txt | 11 -----------
 devel/ipython/files/patch-setup.cfg                     | 11 -----------
 4 files changed, 5 insertions(+), 29 deletions(-)

diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile
index b9e8c18c8006..d6241d9bb32f 100644
--- a/devel/ipython/Makefile
+++ b/devel/ipython/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ipython
-PORTVERSION=	8.16.1
+PORTVERSION=	8.17.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING.rst
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=51.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jedi>=0.16:devel/py-jedi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>=4.3:misc/py-pexpect@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pickleshare>=0:databases/py-pickleshare@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.30<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.4.0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \
diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo
index 0f09853e1b23..d16b795b4f06 100644
--- a/devel/ipython/distinfo
+++ b/devel/ipython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696433034
-SHA256 (ipython-8.16.1.tar.gz) = ad52f58fca8f9f848e256c629eff888efc0528c12fe0f8ec14f33205f23ef938
-SIZE (ipython-8.16.1.tar.gz) = 5485037
+TIMESTAMP = 1698848874
+SHA256 (ipython-8.17.1.tar.gz) = 9e12020f4bf74f08631c0f033bb580e074fbe36c64903195f3e63b9c0a986cbe
+SIZE (ipython-8.17.1.tar.gz) = 5486234
diff --git a/devel/ipython/files/patch-ipython.egg-info_requires.txt b/devel/ipython/files/patch-ipython.egg-info_requires.txt
deleted file mode 100644
index 6dfc3a3fce0e..000000000000
--- a/devel/ipython/files/patch-ipython.egg-info_requires.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipython.egg-info/requires.txt.orig	2023-02-28 12:13:41 UTC
-+++ ipython.egg-info/requires.txt
-@@ -3,7 +3,7 @@ pickleshare
- jedi>=0.16
- matplotlib-inline
- pickleshare
--prompt_toolkit!=3.0.37,<3.1.0,>=3.0.30
-+prompt_toolkit<3.1.0,>=3.0.30
- pygments>=2.4.0
- stack_data
- traitlets>=5
diff --git a/devel/ipython/files/patch-setup.cfg b/devel/ipython/files/patch-setup.cfg
deleted file mode 100644
index 52d9a43859c2..000000000000
--- a/devel/ipython/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig	2023-02-28 12:13:41 UTC
-+++ setup.cfg
-@@ -37,7 +37,7 @@ install_requires = 
- 	matplotlib-inline
- 	pexpect>4.3; sys_platform != "win32"
- 	pickleshare
--	prompt_toolkit>=3.0.30,<3.1.0,!=3.0.37
-+	prompt_toolkit>=3.0.30,<3.1.0
- 	pygments>=2.4.0
- 	stack_data
- 	traitlets>=5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311020742.3A27gUFC039710>