Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 08:23:06 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: ba916169985e - main - misc/py-shell-gpt: update to 1.1.0
Message-ID:  <202401120823.40C8N6xa035215@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=ba916169985e7117aa33af3b7fb37e30fa6bea45

commit ba916169985e7117aa33af3b7fb37e30fa6bea45
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-01-12 08:21:44 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-01-12 08:23:00 +0000

    misc/py-shell-gpt: update to 1.1.0
    
    While here, sort RUN_DEPENDS by following upstream's pyproject.toml.
    
    Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/1.1.0
    
    Reported by:    GitHub (watch releases)
---
 misc/py-shell-gpt/Makefile | 10 ++++++----
 misc/py-shell-gpt/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/misc/py-shell-gpt/Makefile b/misc/py-shell-gpt/Makefile
index d1ddbefe4fcd..b021e363c4a0 100644
--- a/misc/py-shell-gpt/Makefile
+++ b/misc/py-shell-gpt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	shell-gpt
-DISTVERSION=	1.0.1
+DISTVERSION=	1.1.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,13 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.28.2<3.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typer>=0.7.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}distro>=1.8.0<2.0.0:sysutils/py-distro@${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} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.28.2<3.0.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}distro>=1.8.0<2.0.0:sysutils/py-distro@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}openai>=1.6.1<2.0.0:misc/py-openai@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}instructor>=0.4.5<1.0.0:misc/py-instructor@${PY_FLAVOR} \
 		curl:ftp/curl
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests-mock>=1.10.0<2.0.0:www/py-requests-mock@${PY_FLAVOR}
 
diff --git a/misc/py-shell-gpt/distinfo b/misc/py-shell-gpt/distinfo
index ff68d19a7b50..2b5db3aa75ff 100644
--- a/misc/py-shell-gpt/distinfo
+++ b/misc/py-shell-gpt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703846292
-SHA256 (shell_gpt-1.0.1.tar.gz) = feb043da7e4867349e0b976655045963c52bcd43a4004547a7c2b021f57585e7
-SIZE (shell_gpt-1.0.1.tar.gz) = 30923
+TIMESTAMP = 1705044948
+SHA256 (shell_gpt-1.1.0.tar.gz) = b12f9531f60855bfecac670febf5d63dcff9480bd6973711730d0ad0f105e31a
+SIZE (shell_gpt-1.1.0.tar.gz) = 34407



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