Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 01:51:00 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1ca1c49c52bf - main - misc/py-shell-gpt: update to 1.4.4
Message-ID:  <202408120151.47C1p0xS012068@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ca1c49c52bf48ed3203a5e9ab4cd0eb8578f6f0

commit 1ca1c49c52bf48ed3203a5e9ab4cd0eb8578f6f0
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-08-12 01:48:56 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-08-12 01:50:52 +0000

    misc/py-shell-gpt: update to 1.4.4
    
    Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/1.4.4
    
    Reported by:    GitHub (watch releases)
---
 misc/py-shell-gpt/Makefile | 4 ++--
 misc/py-shell-gpt/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/misc/py-shell-gpt/Makefile b/misc/py-shell-gpt/Makefile
index 86d2575e7223..eafdf56a9be7 100644
--- a/misc/py-shell-gpt/Makefile
+++ b/misc/py-shell-gpt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	shell-gpt
-DISTVERSION=	1.4.3
+DISTVERSION=	1.4.4
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openai>=1.6.1<2.0.0:misc/py-openai@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openai>=1.34.0<2.0.0:misc/py-openai@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typer>=0.7.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=13.1.0<14.0.0:textproc/py-rich@${PY_FLAVOR} \
diff --git a/misc/py-shell-gpt/distinfo b/misc/py-shell-gpt/distinfo
index b19c1a41aeb0..aefd5ae5e71e 100644
--- a/misc/py-shell-gpt/distinfo
+++ b/misc/py-shell-gpt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713690033
-SHA256 (shell_gpt-1.4.3.tar.gz) = cd2816482eb4ca9390d4810d73139b05ecc07c7a2c416043f5fb74eb2879895e
-SIZE (shell_gpt-1.4.3.tar.gz) = 28676
+TIMESTAMP = 1723426484
+SHA256 (shell_gpt-1.4.4.tar.gz) = 3384af581ba95b6d6da7004e1ede5be0884fe4a72783b408dca3c0ac3fff71e9
+SIZE (shell_gpt-1.4.4.tar.gz) = 36454



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