diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 20:22:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 20:22:57 +0000 |
commit | 540052a0d0d5781126164b5f252efac192cd31bc (patch) | |
tree | fec7a5fe4f93fc1355bf5cf95602e9cd6643c63c | |
parent | Update to 0.32 (diff) |
Update to 7.18.1
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
Notes
Notes:
svn path=/head/; revision=547120
-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 a9bfbf719c47..9a0d2452b205 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 7.17.0 +PORTVERSION= 7.18.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.10:devel/py-jedi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${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>=2.0.0<3.1.0:devel/py-prompt_toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index a88d0fd8cef8..024e49a0a0f7 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597269085 -SHA256 (ipython-7.17.0.tar.gz) = b70974aaa2674b05eb86a910c02ed09956a33f2dd6c71afc60f0b128a77e7f28 -SIZE (ipython-7.17.0.tar.gz) = 5139470 +TIMESTAMP = 1598777690 +SHA256 (ipython-7.18.1.tar.gz) = a331e78086001931de9424940699691ad49dfb457cea31f5471eae7b78222d5e +SIZE (ipython-7.18.1.tar.gz) = 5139337 |