Skip to content

Commit

Permalink
misc/py-shell-gpt: update to 1.3.1
Browse files Browse the repository at this point in the history
Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/1.3.1

Reported by:	GitHub (watch releases)
  • Loading branch information
Hiroki Tagato authored and Hiroki Tagato committed Feb 17, 2024
1 parent e181328 commit b97d046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions misc/py-shell-gpt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= shell-gpt
DISTVERSION= 1.3.0
DISTVERSION= 1.3.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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}litellm>=1.20.1<2.0.0:misc/py-litellm@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}litellm>=1.24.5<2.0.0:misc/py-litellm@${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} \
Expand Down
6 changes: 3 additions & 3 deletions misc/py-shell-gpt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1707725397
SHA256 (shell_gpt-1.3.0.tar.gz) = ef8e267997c03c92fce351364ef88fbfa6b0096d4d36e0cc697d64b05c74c71e
SIZE (shell_gpt-1.3.0.tar.gz) = 37728
TIMESTAMP = 1708155868
SHA256 (shell_gpt-1.3.1.tar.gz) = 635857fc8a9228097069d7b8f5d3cfeec9d11c1fd7c6c631fdab1ba9e439edd3
SIZE (shell_gpt-1.3.1.tar.gz) = 38153

0 comments on commit b97d046

Please sign in to comment.