Update to 3.0.0

Changes:	https://github.com/RaRe-Technologies/smart_open/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-10 17:56:36 +00:00
parent dfabbca0b6
commit f0a212ec29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551959
3 changed files with 4 additions and 5 deletions

View file

@ -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}

View file

@ -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

View file

@ -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