diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-02 16:21:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-02 16:21:23 +0000 |
commit | 40300497099db6b073af755376a56162b1807053 (patch) | |
tree | a03140867ccb78cc74bd9dc423e995e495cdf5f0 | |
parent | 1c6484abace5403d14706a29431cae4ffb7eadb9 (diff) | |
download | ports-40300497099db6b073af755376a56162b1807053.tar.gz ports-40300497099db6b073af755376a56162b1807053.zip |
devel/ipython: Update to 8.13.1
Changes: https://github.com/ipython/ipython/blob/main/docs/source/whatsnew/version8.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version8.html
-rw-r--r-- | devel/ipython/Makefile | 4 | ||||
-rw-r--r-- | devel/ipython/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 7dd833b70b57..6d762eb38e90 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipython -PORTVERSION= 8.12.0 +PORTVERSION= 8.13.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>0:math/py-matplotlib-inline@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python:3.9+ USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= py*-ipython5 diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index b5923d75ea11..72d1f3a4c7ec 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680726456 -SHA256 (ipython-8.12.0.tar.gz) = a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d -SIZE (ipython-8.12.0.tar.gz) = 5465154 +TIMESTAMP = 1682903242 +SHA256 (ipython-8.13.1.tar.gz) = 9c8487ac18f330c8a683fc50ab6d7bc0fcf9ef1d7a9f6ce7926938261067b81f +SIZE (ipython-8.13.1.tar.gz) = 5467211 |