Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 21:17:51 +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: r556364 - head/net/py-smart-open
Message-ID:  <202011262117.0AQLHp9l051189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 26 21:17:51 2020
New Revision: 556364
URL: https://svnweb.freebsd.org/changeset/ports/556364

Log:
  Update to 4.0.0
  
  Changes:	https://github.com/RaRe-Technologies/smart_open/releases

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 Nov 26 21:17:47 2020	(r556363)
+++ head/net/py-smart-open/Makefile	Thu Nov 26 21:17:51 2020	(r556364)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smart-open
-PORTVERSION=	3.0.0
+PORTVERSION=	4.0.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/net/py-smart-open/distinfo
==============================================================================
--- head/net/py-smart-open/distinfo	Thu Nov 26 21:17:47 2020	(r556363)
+++ head/net/py-smart-open/distinfo	Thu Nov 26 21:17:51 2020	(r556364)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602317885
-SHA256 (smart_open-3.0.0.tar.gz) = 7f4e85b71df5a3618f5447d0b417b7a3576308c839690a24a70338b8993684c3
-SIZE (smart_open-3.0.0.tar.gz) = 113028
+TIMESTAMP = 1606307711
+SHA256 (smart_open-4.0.0.tar.gz) = 2ce157700821e285bbacd8d01ec7a4f2582765460e541f55b216cb135db8be24
+SIZE (smart_open-4.0.0.tar.gz) = 106731



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