Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 21:59:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61e37c36d6fe - main - net/py-gdown: Update to 4.2.0
Message-ID:  <202110252159.19PLxN44056380@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61e37c36d6fe3a522e68416338b8521a7746bf6d

commit 61e37c36d6fe3a522e68416338b8521a7746bf6d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 21:24:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 21:46:45 +0000

    net/py-gdown: Update to 4.2.0
    
    Changes:        https://github.com/wkentaro/gdown/releases
                    https://github.com/wkentaro/gdown/commits/main
---
 net/py-gdown/Makefile | 7 ++++---
 net/py-gdown/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net/py-gdown/Makefile b/net/py-gdown/Makefile
index a006fb868802..295aa5674bf3 100644
--- a/net/py-gdown/Makefile
+++ b/net/py-gdown/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	gdown
-PORTVERSION=	4.0.2
+PORTVERSION=	4.2.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	Google Drive direct download of big files
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.12.0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
 
diff --git a/net/py-gdown/distinfo b/net/py-gdown/distinfo
index 67b999b6a71c..5fbd6d77c111 100644
--- a/net/py-gdown/distinfo
+++ b/net/py-gdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634391152
-SHA256 (gdown-4.0.2.tar.gz) = 5d261cde60ac156fb1e9a6450cdb5413d947bfdbcf52f91db2a99bb455fb690c
-SIZE (gdown-4.0.2.tar.gz) = 10952
+TIMESTAMP = 1635181087
+SHA256 (gdown-4.2.0.tar.gz) = bd871c125242a9d3691aa74f360b6b5268a58c13991bb2405fdb3ec3028307dc
+SIZE (gdown-4.2.0.tar.gz) = 13653



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