diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 22:17:49 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 22:23:55 +0000 |
commit | fdbd5804de40bec338987dd5ce67a0806dda6032 (patch) | |
tree | c035adc8da7358bedbe902a8e083163cda5499fd | |
parent | a6c2157149a7f84b89695e13a70c496b9ac07c7c (diff) | |
download | ports-fdbd5804de40bec338987dd5ce67a0806dda6032.tar.gz ports-fdbd5804de40bec338987dd5ce67a0806dda6032.zip |
devel/ipython: Update to 7.27.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
-rw-r--r-- | devel/ipython/Makefile | 2 | ||||
-rw-r--r-- | devel/ipython/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index edd0c3ef8175..977f18e98b0b 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,7 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.26.0 +PORTVERSION= 7.27.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 8759bcf46f95..4666529b33df 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629364764 -SHA256 (ipython-7.26.0.tar.gz) = 0cff04bb042800129348701f7bd68a430a844e8fb193979c08f6c99f28bb735e -SIZE (ipython-7.26.0.tar.gz) = 5147847 +TIMESTAMP = 1632227676 +SHA256 (ipython-7.27.0.tar.gz) = 58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13 +SIZE (ipython-7.27.0.tar.gz) = 5190328 |