Date: Tue, 11 Jan 2022 18:55:26 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: a00d6dc5a95d - main - net/py-urlextract: Update to 1.5.0 Message-ID: <202201111855.20BItQkx064069@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=a00d6dc5a95de90b48ae01071949e5477af5f36b commit a00d6dc5a95de90b48ae01071949e5477af5f36b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:16:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:38 +0000 net/py-urlextract: Update to 1.5.0 - Update USES=python: devel/py-platformdirs requires Python 3.7+ Changes: https://github.com/lipoja/URLExtract/releases --- net/py-urlextract/Makefile | 8 ++++---- net/py-urlextract/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/py-urlextract/Makefile b/net/py-urlextract/Makefile index e9c2995d62da..9f6eb42e1c5a 100644 --- a/net/py-urlextract/Makefile +++ b/net/py-urlextract/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= urlextract -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,12 @@ COMMENT= Collects and extracts URLs from given text LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/net/py-urlextract/distinfo b/net/py-urlextract/distinfo index 3d531ee188da..132915e4bb9e 100644 --- a/net/py-urlextract/distinfo +++ b/net/py-urlextract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634111794 -SHA256 (urlextract-1.4.0.tar.gz) = 669f07192584b841b49ba8868fbd6b00e7ddc28367d36a3d8ca8c8e429420748 -SIZE (urlextract-1.4.0.tar.gz) = 32201 +TIMESTAMP = 1641045984 +SHA256 (urlextract-1.5.0.tar.gz) = 40a5c843d1d7253758f56f0d6748c5ea27a4a14565e3a92f25a916ddc4c1e41f +SIZE (urlextract-1.5.0.tar.gz) = 32670
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111855.20BItQkx064069>