Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2019 18:37:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503597 - head/devel/ipython
Message-ID:  <201906061837.x56IbgPr046292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun  6 18:37:42 2019
New Revision: 503597
URL: https://svnweb.freebsd.org/changeset/ports/503597

Log:
  Update to 7.5.0
  
  Changes:	https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
  		https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst

Modified:
  head/devel/ipython/Makefile
  head/devel/ipython/distinfo

Modified: head/devel/ipython/Makefile
==============================================================================
--- head/devel/ipython/Makefile	Thu Jun  6 18:37:37 2019	(r503596)
+++ head/devel/ipython/Makefile	Thu Jun  6 18:37:42 2019	(r503597)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipython
-PORTVERSION=	7.2.0
-PORTREVISION=	1
+PORTVERSION=	7.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,8 +25,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py
 		${PYTHON_PKGNAMEPREFIX}backcall>=0.1.0:devel/py-backcall@${PY_FLAVOR}
 
 USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
 
-USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	EXAMPLES

Modified: head/devel/ipython/distinfo
==============================================================================
--- head/devel/ipython/distinfo	Thu Jun  6 18:37:37 2019	(r503596)
+++ head/devel/ipython/distinfo	Thu Jun  6 18:37:42 2019	(r503597)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543979685
-SHA256 (ipython-7.2.0.tar.gz) = 6a9496209b76463f1dec126ab928919aaf1f55b38beb9219af3fe202f6bbdd12
-SIZE (ipython-7.2.0.tar.gz) = 5112895
+TIMESTAMP = 1559825012
+SHA256 (ipython-7.5.0.tar.gz) = e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26
+SIZE (ipython-7.5.0.tar.gz) = 5118610



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