Date: Thu, 2 Mar 2023 19:06:16 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29a93d829133 - main - =?utf-8?Q?misc/py-openai:=20Update=200.26.5=20=E2=86=92=200.27.0?= Message-ID: <202303021906.322J6G7o017743@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=29a93d82913382473d05c51fba1542438da12c0a commit 29a93d82913382473d05c51fba1542438da12c0a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-02 16:04:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-02 19:06:09 +0000 misc/py-openai: Update 0.26.5 → 0.27.0 Reported by: portscout --- misc/py-openai/Makefile | 8 +++++--- misc/py-openai/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile index 21e664c82a8b..626447384c9b 100644 --- a/misc/py-openai/Makefile +++ b/misc/py-openai/Makefile @@ -1,6 +1,5 @@ PORTNAME= openai -DISTVERSION= 0.26.5 -PORTREVISION= 1 +DISTVERSION= 0.27.0 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS+= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.3:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR} USES= python diff --git a/misc/py-openai/distinfo b/misc/py-openai/distinfo index 6777e46e7e7a..4f9fc34f5879 100644 --- a/misc/py-openai/distinfo +++ b/misc/py-openai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677544433 -SHA256 (openai-0.26.5.tar.gz) = 2882a59c67ae33c2716a04389a6e6680d061f073424953732f917fde219addfd -SIZE (openai-0.26.5.tar.gz) = 55501 +TIMESTAMP = 1677783228 +SHA256 (openai-0.27.0.tar.gz) = 0efa486016283607cb72c23eac346ac739a22613ff4bff101df72a138cb2de60 +SIZE (openai-0.27.0.tar.gz) = 57034
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303021906.322J6G7o017743>