svn commit: r551959 - head/net/py-smart-open
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 10 17:56:43 UTC 2020
Author: sunpoet
Date: Sat Oct 10 17:56:36 2020
New Revision: 551959
URL: https://svnweb.freebsd.org/changeset/ports/551959
Log:
Update to 3.0.0
Changes: https://github.com/RaRe-Technologies/smart_open/releases
Modified:
head/net/py-smart-open/Makefile
head/net/py-smart-open/distinfo
head/net/py-smart-open/pkg-descr
Modified: head/net/py-smart-open/Makefile
==============================================================================
--- head/net/py-smart-open/Makefile Sat Oct 10 17:56:31 2020 (r551958)
+++ head/net/py-smart-open/Makefile Sat Oct 10 17:56:36 2020 (r551959)
@@ -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}
Modified: head/net/py-smart-open/distinfo
==============================================================================
--- head/net/py-smart-open/distinfo Sat Oct 10 17:56:31 2020 (r551958)
+++ head/net/py-smart-open/distinfo Sat Oct 10 17:56:36 2020 (r551959)
@@ -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
Modified: head/net/py-smart-open/pkg-descr
==============================================================================
--- head/net/py-smart-open/pkg-descr Sat Oct 10 17:56:31 2020 (r551958)
+++ head/net/py-smart-open/pkg-descr Sat Oct 10 17:56:36 2020 (r551959)
@@ -2,5 +2,4 @@ smart_open is a Python 2 & Python 3 library for effici
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
More information about the svn-ports-all
mailing list