Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 19:27:34 +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: r480197 - head/net/py-smart_open
Message-ID:  <201809201927.w8KJRY0k095270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 20 19:27:34 2018
New Revision: 480197
URL: https://svnweb.freebsd.org/changeset/ports/480197

Log:
  Update to 1.7.1
  
  Changes:	https://github.com/RaRe-Technologies/smart_open/releases
  		https://github.com/RaRe-Technologies/smart_open/blob/master/CHANGELOG.md

Modified:
  head/net/py-smart_open/Makefile
  head/net/py-smart_open/distinfo

Modified: head/net/py-smart_open/Makefile
==============================================================================
--- head/net/py-smart_open/Makefile	Thu Sep 20 19:27:29 2018	(r480196)
+++ head/net/py-smart_open/Makefile	Thu Sep 20 19:27:34 2018	(r480197)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smart_open
-PORTVERSION=	1.6.0
+PORTVERSION=	1.7.1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,8 +21,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/py-smart_open/distinfo
==============================================================================
--- head/net/py-smart_open/distinfo	Thu Sep 20 19:27:29 2018	(r480196)
+++ head/net/py-smart_open/distinfo	Thu Sep 20 19:27:34 2018	(r480197)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530461203
-SHA256 (smart_open-1.6.0.tar.gz) = c2c2b44125a03d6e96efdf3e53e28be99e1f548e8a4fa8035f8fab448bbdbbda
-SIZE (smart_open-1.6.0.tar.gz) = 37047
+TIMESTAMP = 1537455379
+SHA256 (smart_open-1.7.1.tar.gz) = 57c568d104c37dbdf5598c41e94b5b143c38dd275bc2856242b8597cfede9453
+SIZE (smart_open-1.7.1.tar.gz) = 38198



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