Date: Tue, 6 Jun 2023 01:03:19 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: b848aeb67d45 - main - misc/py-shell-gpt: update to 0.9.2 Message-ID: <202306060103.35613JSX079568@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=b848aeb67d4521d932788606bfa01dc000b30df6 commit b848aeb67d4521d932788606bfa01dc000b30df6 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-06-06 01:01:59 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-06-06 01:03:12 +0000 misc/py-shell-gpt: update to 0.9.2 Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/0.9.2 Reported by: GitHub (watch releases) --- misc/py-shell-gpt/Makefile | 5 +++-- misc/py-shell-gpt/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/py-shell-gpt/Makefile b/misc/py-shell-gpt/Makefile index 7b675d17b70d..3a687f592973 100644 --- a/misc/py-shell-gpt/Makefile +++ b/misc/py-shell-gpt/Makefile @@ -1,5 +1,5 @@ PORTNAME= shell-gpt -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVO ${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>=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}requests>=2.28.2<3.0.0:www/py-requests@${PY_FLAVOR} \ + curl:ftp/curl TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-mock>=1.10.0<2.0.0:www/py-requests-mock@${PY_FLAVOR} USES= python diff --git a/misc/py-shell-gpt/distinfo b/misc/py-shell-gpt/distinfo index ce4ce4d2181b..cad0060a5400 100644 --- a/misc/py-shell-gpt/distinfo +++ b/misc/py-shell-gpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684755552 -SHA256 (shell_gpt-0.9.1.tar.gz) = 939ee83ea52906eaa8245276254dcee1de044aa6f50ea25a9bf2fe9498015884 -SIZE (shell_gpt-0.9.1.tar.gz) = 27750 +TIMESTAMP = 1686012479 +SHA256 (shell_gpt-0.9.2.tar.gz) = 53424ac8207370b74def3e60aa11b0da572bf1530a0c30e70fcaf75f58332704 +SIZE (shell_gpt-0.9.2.tar.gz) = 28597
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306060103.35613JSX079568>