Date: Fri, 15 Nov 2024 09:43:29 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c739e7b86a45 - main - audio/py-gtts: Update to 2.5.4 Message-ID: <202411150943.4AF9hT9Q001428@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=c739e7b86a4547169205ed093e3271d3092d8a30 commit c739e7b86a4547169205ed093e3271d3092d8a30 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-11-15 09:41:24 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-11-15 09:43:14 +0000 audio/py-gtts: Update to 2.5.4 ChangeLog: https://github.com/pndurette/gTTS/compare/v2.5.1...v2.5.4 --- audio/py-gtts/Makefile | 3 ++- audio/py-gtts/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/py-gtts/Makefile b/audio/py-gtts/Makefile index 842369fa356a..53a3162f6917 100644 --- a/audio/py-gtts/Makefile +++ b/audio/py-gtts/Makefile @@ -1,8 +1,9 @@ PORTNAME= gTTS -DISTVERSION= 2.5.1 +DISTVERSION= 2.5.4 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= gtts-${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Library/CLI tool to interface with Google Translate text-to-speech API diff --git a/audio/py-gtts/distinfo b/audio/py-gtts/distinfo index 5a34edac7f4b..2ea8c296be79 100644 --- a/audio/py-gtts/distinfo +++ b/audio/py-gtts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706602338 -SHA256 (gTTS-2.5.1.tar.gz) = 02d0a9874f945dee9cd5092991c60bc88d4b7767b8cd81144b6fb49dc3de6897 -SIZE (gTTS-2.5.1.tar.gz) = 23918 +TIMESTAMP = 1731662555 +SHA256 (gtts-2.5.4.tar.gz) = f5737b585f6442f677dbe8773424fd50697c75bdf3e36443585e30a8d48c1884 +SIZE (gtts-2.5.4.tar.gz) = 24018
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411150943.4AF9hT9Q001428>