mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
misc/py-instructor: update to 0.6.8
Changelog: - https://github.com/jxnl/instructor/releases/tag/0.5.0 - https://github.com/jxnl/instructor/releases/tag/0.5.1 - https://github.com/jxnl/instructor/releases/tag/0.5.2 - https://github.com/jxnl/instructor/releases/tag/0.6.0 - https://github.com/jxnl/instructor/releases/tag/0.6.1 - https://github.com/jxnl/instructor/releases/tag/0.6.2 - https://github.com/jxnl/instructor/releases/tag/0.6.3 - https://github.com/jxnl/instructor/releases/tag/0.6.4 - https://github.com/jxnl/instructor/releases/tag/0.6.5 - https://github.com/jxnl/instructor/releases/tag/0.6.6 - https://github.com/jxnl/instructor/releases/tag/0.6.7 - https://github.com/jxnl/instructor/releases/tag/0.6.8 Reported by: portscout
This commit is contained in:
parent
d106d78d28
commit
d22e56667d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= instructor
|
||||
DISTVERSION= 0.4.8
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.6.8
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openai>=1.1.0<2.0.0:misc/py-openai@${PY_FLAV
|
|||
${PYTHON_PKGNAMEPREFIX}docstring-parser>=0.15<0.16:textproc/py-docstring-parser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typer>=0.9.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=13.7.0<14.0.0:textproc/py-rich@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.1<4.0.0:www/py-aiohttp@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.1<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tenacity>=8.2.3<9.0.0:devel/py-tenacity@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1706962327
|
||||
SHA256 (instructor-0.4.8.tar.gz) = 2a36c04b3a27f9e6cd1c5d3c7bb9e741cd62ce2e30c11e26c4bcc3b796b107b7
|
||||
SIZE (instructor-0.4.8.tar.gz) = 27052
|
||||
TIMESTAMP = 1717403453
|
||||
SHA256 (instructor-0.6.8.tar.gz) = e261d73deb3535d62ee775c437b82aeb6e9c2b2f63bb533b53a9fa6a47dbb95a
|
||||
SIZE (instructor-0.6.8.tar.gz) = 34352
|
||||
|
|
Loading…
Add table
Reference in a new issue