Date: Fri, 25 Jun 2021 13:46:33 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: e18820ea1de9 - main - net/py-errbot: Update to 6.1.8 Message-ID: <202106251346.15PDkXsk088436@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=e18820ea1de97356459ee91b58978043c819113a commit e18820ea1de97356459ee91b58978043c819113a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:39:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:39:52 +0000 net/py-errbot: Update to 6.1.8 Changes: https://github.com/errbotio/errbot/blob/master/CHANGES.rst --- net/py-errbot/Makefile | 5 +++-- net/py-errbot/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index 5210cf684926..ef6775f80016 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= errbot -PORTVERSION= 6.1.7 +PORTVERSION= 6.1.8 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>=0:devel/py-colorlog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}daemonize>=0:devel/py-daemonize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}deepmerge>=0.1.0:devel/py-deepmerge@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ @@ -24,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/net/py-errbot/distinfo b/net/py-errbot/distinfo index 3d610cc024ed..cc72cdb87d9c 100644 --- a/net/py-errbot/distinfo +++ b/net/py-errbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618944937 -SHA256 (errbot-6.1.7.tar.gz) = 9409cb48b7e9ca780a8b6f18c736d6c63d041465f0d59eeea661ef9516cff546 -SIZE (errbot-6.1.7.tar.gz) = 197371 +TIMESTAMP = 1624189697 +SHA256 (errbot-6.1.8.tar.gz) = e77dcbf0e787aed09f5a56d4f35645214aeaba60064527c1673cf2b346f15372 +SIZE (errbot-6.1.8.tar.gz) = 198777
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251346.15PDkXsk088436>