Date: Tue, 31 Dec 2024 16:01:52 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: afa2c59e080f - main - devel/py-python-semantic-release: Update to 9.15.2 Message-ID: <202412311601.4BVG1qKr087414@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=afa2c59e080f2595b366c16b2298cd2d137f78f3 commit afa2c59e080f2595b366c16b2298cd2d137f78f3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:49:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:49:13 +0000 devel/py-python-semantic-release: Update to 9.15.2 - Add GitHub to MASTER_SITES Changes: https://github.com/python-semantic-release/python-semantic-release/releases --- devel/py-python-semantic-release/Makefile | 5 +++-- devel/py-python-semantic-release/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile index 58fa376b5e90..6e8e4515d4da 100644 --- a/devel/py-python-semantic-release/Makefile +++ b/devel/py-python-semantic-release/Makefile @@ -1,7 +1,8 @@ PORTNAME= python-semantic-release -PORTVERSION= 9.15.1 +PORTVERSION= 9.15.2 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python_semantic_release-${PORTVERSION} diff --git a/devel/py-python-semantic-release/distinfo b/devel/py-python-semantic-release/distinfo index dbf135a18950..a475ceb00f38 100644 --- a/devel/py-python-semantic-release/distinfo +++ b/devel/py-python-semantic-release/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888278 -SHA256 (python_semantic_release-9.15.1.tar.gz) = fe506e55979fb280d846e5b710faa339fa6081243220f772ca1272d4da62c1ae -SIZE (python_semantic_release-9.15.1.tar.gz) = 260191 +TIMESTAMP = 1735227912 +SHA256 (python_semantic_release-9.15.2.tar.gz) = 241d95dc1bfafbf0442fa5ad63fc5bd345716514fa4703b302ddae4cffa934e1 +SIZE (python_semantic_release-9.15.2.tar.gz) = 268503
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311601.4BVG1qKr087414>