aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-10 17:56:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-10 17:56:36 +0000
commitf0a212ec29924503f38ec99ce239f232e359b127 (patch)
tree25a8de123f91a1368a06277e45ea51693caab42f
parentdfabbca0b606a55e56ba07143ca595a7d159b85f (diff)
downloadports-f0a212ec29924503f38ec99ce239f232e359b127.tar.gz
ports-f0a212ec29924503f38ec99ce239f232e359b127.zip
Update to 3.0.0
Notes
Notes: svn path=/head/; revision=551959
-rw-r--r--net/py-smart-open/Makefile2
-rw-r--r--net/py-smart-open/distinfo6
-rw-r--r--net/py-smart-open/pkg-descr1
3 files changed, 4 insertions, 5 deletions
diff --git a/net/py-smart-open/Makefile b/net/py-smart-open/Makefile
index 6788bf85ea45..ac3b0f7018c1 100644
--- a/net/py-smart-open/Makefile
+++ b/net/py-smart-open/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= smart-open
-PORTVERSION= 2.2.1
+PORTVERSION= 3.0.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-smart-open/distinfo b/net/py-smart-open/distinfo
index 54fcb3b7a135..98e323841992 100644
--- a/net/py-smart-open/distinfo
+++ b/net/py-smart-open/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601627943
-SHA256 (smart_open-2.2.1.tar.gz) = 144bb74c61552a5a6a50a85c8a5afacbc14d2394ecfde9fc3bc56b938ab60772
-SIZE (smart_open-2.2.1.tar.gz) = 122932
+TIMESTAMP = 1602317885
+SHA256 (smart_open-3.0.0.tar.gz) = 7f4e85b71df5a3618f5447d0b417b7a3576308c839690a24a70338b8993684c3
+SIZE (smart_open-3.0.0.tar.gz) = 113028
diff --git a/net/py-smart-open/pkg-descr b/net/py-smart-open/pkg-descr
index fa2c529ebdf1..91eca35f1daa 100644
--- a/net/py-smart-open/pkg-descr
+++ b/net/py-smart-open/pkg-descr
@@ -2,5 +2,4 @@ smart_open is a Python 2 & Python 3 library for efficient streaming of very
large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files. It is
well tested (using moto), well documented and sports a simple, Pythonic API.
-WWW: https://pypi.org/project/smart_open/
WWW: https://github.com/RaRe-Technologies/smart_open