Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:41:18 +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: r532349 - head/net/py-smart_open
Message-ID:  <202004211941.03LJfIAu095442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 19:41:18 2020
New Revision: 532349
URL: https://svnweb.freebsd.org/changeset/ports/532349

Log:
  Update to 1.11.1
  
  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	Tue Apr 21 19:40:54 2020	(r532348)
+++ head/net/py-smart_open/Makefile	Tue Apr 21 19:41:18 2020	(r532349)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smart_open
-PORTVERSION=	1.11.0
+PORTVERSION=	1.11.1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	Utils for streaming large files
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>=0:devel/py-boto@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \

Modified: head/net/py-smart_open/distinfo
==============================================================================
--- head/net/py-smart_open/distinfo	Tue Apr 21 19:40:54 2020	(r532348)
+++ head/net/py-smart_open/distinfo	Tue Apr 21 19:41:18 2020	(r532349)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586534815
-SHA256 (smart_open-1.11.0.tar.gz) = 813ec7fe54a0f6589699ffee105b04940c49dc5a8b06cf14a8b52f6924802299
-SIZE (smart_open-1.11.0.tar.gz) = 101823
+TIMESTAMP = 1587445408
+SHA256 (smart_open-1.11.1.tar.gz) = 221cc08ae926af6ad72d141f208d228e1e801b1ee9b15f3e466eecf89d931002
+SIZE (smart_open-1.11.1.tar.gz) = 105305



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