Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2023 11:57:23 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: 0732099588dc - main - misc/py-shell-gpt: update to 0.9.1
Message-ID:  <202305221157.34MBvNB7095776@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=0732099588dcf67239fd0c02ca667506f104a252

commit 0732099588dcf67239fd0c02ca667506f104a252
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2023-05-22 11:56:04 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-05-22 11:57:16 +0000

    misc/py-shell-gpt: update to 0.9.1
    
    Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/0.9.1
    
    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 bce247e25df3..7b675d17b70d 100644
--- a/misc/py-shell-gpt/Makefile
+++ b/misc/py-shell-gpt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	shell-gpt
-DISTVERSION=	0.9.0
+DISTVERSION=	0.9.1
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ 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} \
 		${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}rich>=10.11.0<14.0.0:textproc/py-rich@${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}
 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 41dc95030912..ce4ce4d2181b 100644
--- a/misc/py-shell-gpt/distinfo
+++ b/misc/py-shell-gpt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681801216
-SHA256 (shell_gpt-0.9.0.tar.gz) = 2b35bdc88d53186da114a7971c5aaa6022f0fcf07dfa52684e0c96ad7c421e9a
-SIZE (shell_gpt-0.9.0.tar.gz) = 27015
+TIMESTAMP = 1684755552
+SHA256 (shell_gpt-0.9.1.tar.gz) = 939ee83ea52906eaa8245276254dcee1de044aa6f50ea25a9bf2fe9498015884
+SIZE (shell_gpt-0.9.1.tar.gz) = 27750



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