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