Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 08:44:13 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e6ec16f9aa3 - main - irc/py-sopel-help: Update to 0.5.2
Message-ID:  <202411140844.4AE8iDSa020539@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e6ec16f9aa3d65d263c75382fee454431e1fdf2

commit 7e6ec16f9aa3d65d263c75382fee454431e1fdf2
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-11-10 06:10:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-14 08:43:24 +0000

    irc/py-sopel-help: Update to 0.5.2
    
    ChangeLog: https://github.com/sopel-irc/sopel-help/releases/tag/0.5.2
    
    PR:             282664
---
 irc/py-sopel-help/Makefile | 5 +++--
 irc/py-sopel-help/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/irc/py-sopel-help/Makefile b/irc/py-sopel-help/Makefile
index ffe850d2bce3..2397d6464ea6 100644
--- a/irc/py-sopel-help/Makefile
+++ b/irc/py-sopel-help/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sopel-help
-DISTVERSION=	0.5.1
+DISTVERSION=	0.5.2
 CATEGORIES=	irc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,8 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sopel>=0:irc/py-sopel@${PY_FLAVOR}
 
 USES=		python
diff --git a/irc/py-sopel-help/distinfo b/irc/py-sopel-help/distinfo
index 5a99bc8f358d..d2b37efa4334 100644
--- a/irc/py-sopel-help/distinfo
+++ b/irc/py-sopel-help/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718049690
-SHA256 (sopel_help-0.5.1.tar.gz) = b60c83fbc838f52128cc2bb86d539f7646e74d053aa50d75b0e26ebf2b3c1585
-SIZE (sopel_help-0.5.1.tar.gz) = 14914
+TIMESTAMP = 1731209537
+SHA256 (sopel_help-0.5.2.tar.gz) = 11cb0cfa15f98902140341871d7b5299fb7a541b4774a081903bb4bed38badff
+SIZE (sopel_help-0.5.2.tar.gz) = 15032



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