diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-02-22 23:59:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-02-22 23:59:56 +0800 |
commit | 4a40f6ccf98f8e2c8db7815e2ab07063205b4a9a (patch) | |
tree | a3b22a9efd53854db35aef0a830b56807b0c9f67 | |
parent | 6e92400488a569a16aee311662700f729ebe9820 (diff) | |
download | freebsd-ports-gnome-4a40f6ccf98f8e2c8db7815e2ab07063205b4a9a.tar.gz freebsd-ports-gnome-4a40f6ccf98f8e2c8db7815e2ab07063205b4a9a.tar.zst freebsd-ports-gnome-4a40f6ccf98f8e2c8db7815e2ab07063205b4a9a.zip |
Update to 7.12.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
-rw-r--r-- | devel/ipython/Makefile | 3 | ||||
-rw-r--r-- | devel/ipython/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index f13f98886f61..8db93d6193e4 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 7.11.1 -PORTREVISION= 1 +PORTVERSION= 7.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 4bef17316661..3d4fc9061dda 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580371709 -SHA256 (ipython-7.11.1.tar.gz) = 0f4bcf18293fb666df8511feec0403bdb7e061a5842ea6e88a3177b0ceb34ead -SIZE (ipython-7.11.1.tar.gz) = 5130089 +TIMESTAMP = 1582355010 +SHA256 (ipython-7.12.0.tar.gz) = d9459e7237e2e5858738ff9c3e26504b79899b58a6d49e574d352493d80684c6 +SIZE (ipython-7.12.0.tar.gz) = 5130435 |